---
title: "Notify applicant"
method: POST
path: "/v2/applicants/notify"
tags: ["Applicants"]
---

# Notify applicant

`POST /v2/applicants/notify`

Notify the applicant via sms and email to continue the application with the PORTAL_URL

## Request body

- object
  - `email` string — Email of the applicant who needs to be notified
  - `phone_number` string — Phone number of the applicant who needs to be notified

## Response `200`

No Content

- object
  - `message` string

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.net/fountain/apis/hire-public-api.md) · [All operations](https://skmtc.net/fountain/apis/hire-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fountain/hire-public-api/revisions/5f406c0e9462/schema)
