---
title: "Bulk SMS"
method: POST
path: "/sendbatch"
---

# Bulk SMS

`POST /sendbatch`

Send Bulk SMS  to multiple recipients using D7 SMS Gateway

## Headers

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

## Request body

- BulkSMSRequest — Bulk SMS Request
  - `messages` Message[], required — Sendbatch message body
    - `to` string[], required — Destination Number
    - `content` string, required
    - `from` string, required

## Response `200`

OK

---

[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)
