---
title: "SendSMS"
method: POST
path: "/send"
---

# SendSMS

`POST /send`

Send SMS  to recipients using D7 SMS Gateway

## Headers

- `Content-Type` string, required
- `Accept` string, required

## Request body

- SendSMSRequest — Send SMS Request
  - `to` integer, required — Destination Mobile Number
  - `from` string, required — Sender ID / Number
  - `content` string, required — Message Content

## Response `200`

OK

## Other responses

- `500` — Internal Server Error

---

[API](https://skmtc.dev/swaggerhub/apis/d7sms.md) · [All operations](https://skmtc.dev/swaggerhub/apis/d7sms/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/swaggerhub/d7sms/revisions/982ee852018d/schema)
