---
title: "Send SMS API"
method: POST
path: "/communication/sms/initiate_sms"
---

# Send SMS API

`POST /communication/sms/initiate_sms`

## Headers

- `client-id` string, required
- `client-secret` string, required
- `Content-Type` string, required

## Request body

- object
  - `sender_mobile` string, required — Customer Mobile Number
  - `senderId` string, required — Provide "Sender ID" which is provided by AeronPay and Approved by DLT
  - `sms_type` string, required — Provide SMS Type: For Transactional (Pass "transaction"), For OTP (Pass "OTP"), For Promotional (Pass "Promotions)
  - `sender_template` string, required — Provide Template of SMS, Which is Provided by AeronPay and Approved by DLT

## Response `200`

200

- object
  - `status` string
  - `statusCode` string
  - `sms_template` string
  - `message_id` string
  - `transactionId` string
  - `acknowledger` string
  - `message` string

## Other responses

- `400` — 400

---

[API](https://skmtc.net/aeronpay/apis/merchant-onboarding.md) · [All operations](https://skmtc.net/aeronpay/apis/merchant-onboarding/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aeronpay/merchant-onboarding/revisions/1027c0f514b1/schema)
