{
"whatsapp_number": "{{whatsapp_number}}",
"type": "TEMPLATE",
"to_whatsapp_number": "{{destination_number}}",
"template": {
"template_name": "-template-name-",
"components": [
{
"type": "body",
"parameters": [
{"type": "text", "text": "body var 1"},
{"type": "text", "text": "body var 2"},
{"type": "text", "text": "body var 3"}
]
}
]
}
}curl --location 'https://api.sudonum.com.com/v2/whatsapp/messages/' \
--header 'Content-Type: application/json' \
--data '{
"whatsapp_number": "{{whatsapp_number}}",
"type": "TEMPLATE",
"to_whatsapp_number": "{{destination_number}}",
"template": {
"template_name": "-template-name-",
"components": [
{
"type": "body",
"parameters": [
{"type": "text", "text": "body var 1"},
{"type": "text", "text": "body var 2"},
{"type": "text", "text": "body var 3"}
]
}
]
}
}'{
"uuid": "fafd3746-..",
"type": "TEMPLATE",
"status": "QUEUED",
"status_description": "",
"whatsapp_number": "<whatsapp_number>",
"direction": "OUTBOUND",
"from_whatsapp_number": "<whatsapp_number>",
"to_whatsapp_number": "<destination_number>",
"message_data": {
"language_code": "en",
"template_name": "-template-name",
"components": [
{
"type": "body",
"parameters": [
{
"type": "text",
"text": "body var 1"
},
{
"type": "text",
"text": "body var 2"
},
{
"type": "text",
"text": "body var 3"
}
]
}
]
},
"meta_data": {},
"context_data": {},
"campaign_log_uuid": null,
"created": "2025-08-11T12:37:23.831182Z",
"modified": "2025-08-11T12:37:23.835656Z"
}