Messages
Send Template Message
Sends a WhatsApp template message to a recipient.
POST
Use this endpoint to send WhatsApp template messages to your contacts.
Fetch sample payload dynamically
To easily construct the required payload structure for any type of template message (including those with media headers, dynamic buttons, or carousels), you do not need to manually construct thevariableMapping object or variables list.
Instead, you can fetch a pre-formatted, ready-to-use sample payload skeleton for any template using the Fetch Payload Skeleton endpoint (GET /api/templates/{templateId}/payload-skeleton).
This endpoint returns the exact JSON structure required by this endpoint (/api/templates/external/message/send). You can simply copy the returned payload skeleton, replace the sample variables and recipient details with your actual values, and send it directly.Authorizations
Body
application/json
Provide EITHER variables OR variableMapping. This is for simple sequential variable mapping (Header -> Body -> Buttons).
Provide EITHER variables OR variableMapping. This is for precise variable mapping by sections for complex templates.
