POSThttps://whatsapp-notification.montymobile.com/api/v2/WhatsappApi/send-bulk-whatsapp
Send bulk WhatsApp
Send one approved template to many recipients in a single request, with per-recipient variables.
Request body
| Parameter | Type | Required | Description |
|---|---|---|---|
type | String | Yes | Always "template". |
template | Object | Yes | Shared template definition (name, language.code). |
source | String | Yes | Approved sender. |
apiId | String (UUID) | Yes | Your integration ID. |
messages | Array | Yes | One object per recipient. |
messages[].recipient_type | String | Yes | Always "individual". |
messages[].to | String | Yes | Recipient MSISDN. |
messages[].components | Array | Yes | Per-recipient component array. |
Try it
Try itSimulate the delivery lifecycle
POSTwhatsapp-notification.montymobile.com/api/v2/WhatsappApi/send-bulk-whatsappSimulated · no message is actually sent
Responses
The per-message status array and the maximum recipients per request are being finalized. Coming soon