POSThttps://whatsapp-notification.montymobile.com/api/v2/WhatsappApi/send-whatsapp
Send WhatsApp message
Send a single template message (utility or marketing) to one recipient. Supports header, body, and footer components.
Request body
Same fields as send-otp, plus an apiId. Pass empty parameters: [] for components that have no dynamic variables.
| Parameter | Type | Required | Description |
|---|---|---|---|
to | String | Yes | Recipient MSISDN. |
type | String | Yes | Always "template". |
source | String | Yes | Approved sender. |
template | Object | Yes | Template container (name, language.code, components). |
apiId | String (UUID) | Yes | Your integration ID. |
See Templates & categories for how to fill components.
Try it
Try itSimulate the delivery lifecycle
POSTwhatsapp-notification.montymobile.com/api/v2/WhatsappApi/send-whatsappSimulated · no message is actually sent
Responses
The success and error response bodies for WhatsApp v2 are being finalized. Coming soon