---
title: "Send a single SMS message"
method: POST
path: "/v1/sms/send"
tags: ["SMS"]
---

# Send a single SMS message

`POST /v1/sms/send`

Internal-only endpoint for sending an ad-hoc SMS message via Twilio.

## Request body

- object
  - `to` string, required — E.164 formatted phone number (e.g. +12065551234)
  - `body` string, required — SMS message text

## Response `200`

Default Response

- object
  - `success` boolean
  - `messageSid` string

## Other responses

- `403` — Default Response
- `500` — Default Response

---

[API](https://skmtc.net/bluehive-health/apis/bluehive-api.md) · [All operations](https://skmtc.net/bluehive-health/apis/bluehive-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bluehive-health/bluehive-api/revisions/e6e553c2594a/schema)
