---
title: "Send SMS Message"
method: POST
path: "/v2/applicants/{id}/sms_messages"
tags: ["Applicants"]
---

# Send SMS Message

`POST /v2/applicants/{id}/sms_messages`

Send SMS Message to Applicant

## Path parameters

- `id` string, required

## Request body

- SmsMessageCreateRequest
  - `body` string, required — The body of the SMS message
  - `user_id` string — The ID of the user to send the SMS message from

## Response `201`

Created

- SmsMessageCreateResponse
  - `message` string, required — Successful SMS queued message

## Other responses

- `401` — Unauthorized
- `404` — Not Found
- `422` — Unprocessable Entity

---

[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/versions/5f406c0e9462/schema)
