---
title: "Send SMS"
method: POST
path: "/sms/send"
---

# Send SMS

`POST /sms/send`

A simple send SMS API

## Request body

- object
  - `to` string[], required — This represents the destination phone number. The phone number(s) must be in the international format (Example: 23490126727). You can also send to multiple numbers. To do that put numbers in an array (Example: [ '234somenumber', '234anothenumber' ]).
  - `message` string, required — Text message being sent.
  - `sender_name` string, required — Represents the sender of the message. This Sender ID must have been requested via the dashboard or use "Sendchamp" as default
  - `route` string, required — Here you can specify a route you want your SMS to go through. dnd, non_dnd or international

## Response `200`

200

- object
  - `code` integer
  - `data` object
    - `id` string
    - `phone_number` string
    - `reference` string
    - `status` string
  - `errors` unknown
  - `message` string
  - `status` string

## Other responses

- `400` — 400
- `403` — 403

---

[API](https://skmtc.net/sendchamp/apis/send-sms.md) · [All operations](https://skmtc.net/sendchamp/apis/send-sms/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sendchamp/send-sms/versions/399d08f054ce/schema)
