Bulk-send a WhatsApp smart template by templateId. Send a JSON array of items; AI maps each item to template variables. Important: each array item must include the end userβs phone number or a resolvable contact identifier so the AI can determine the recipient. JSON only. x-api-key can be passed as query or header. Optional stage or stageId and from-phone-number queries. Jobs are enqueued and processed asynchronously.
The template ID of the message to be sent
API key needed to authorize the request
The stage id to send the message to
The stage id to send the message to
The payload to send with the template message. Can be JSON or form data. To add integration data use the key integrationData and the value should be a JSON object with the following structure: { "integrationContactId": "value", "integrationDealId": "value", "additionalData": { "key": "value" } }
[{ "key": "value" }]
Message sent successfully.