---
title: "WhatsApp Message Send"
method: POST
path: "/communication/whatsapp/send_message"
---

# WhatsApp Message Send

`POST /communication/whatsapp/send_message`

## Headers

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

## Request body

- object
  - `mobile` string, required — Customer WhatsApp Mobile Number
  - `message_type` string, required — Provide SMS Type: For Transactional (Pass "transactional"), For Promotional (Pass "promotional)
  - `template_id` string, required — Provide Template of SMS, Which is Provided by AeronPay and Approved by Meta Platforms
  - `param_1` string — Provide Param (1) which you will get in Template Fetch API Response
  - `param_2` string — Provide Param (2) which you will get in Template Fetch API Response
  - `param_3` string — Provide Param (3) which you will get in Template Fetch API Response
  - `param_4` string — Provide Param (4) which you will get in Template Fetch API Response

## Response `200`

200

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

---

[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/versions/1027c0f514b1/schema)
