Authorization: Bearer ********************{
"to": "+584121307426",
"template": "emergency_message_template_one",
"language": "en",
"google_maps": {
"latitude": "10.258620",
"longitude": "-67.707240",
"zoom": 17
},
"components": [
{
"type": "body",
"parameters": [
{
"type": "text",
"parameter_name": "contact_name",
"text": "Cesar Torres"
},
{
"type": "text",
"parameter_name": "user_name",
"text": "Jhon Leon"
}
]
}
]
}curl --location --globoff '/{{v2}}/whatsapp/templates/send' \
--header 'X-Application-Identifier: 77a90d5a-ed75-45f1-9f7c-4db5e025c65c' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"to": "+584121307426",
"template": "emergency_message_template_one",
"language": "en",
"google_maps": {
"latitude": "10.258620",
"longitude": "-67.707240",
"zoom": 17
},
"components": [
{
"type": "body",
"parameters": [
{
"type": "text",
"parameter_name": "contact_name",
"text": "Cesar Torres"
},
{
"type": "text",
"parameter_name": "user_name",
"text": "Jhon Leon"
}
]
}
]
}'{
"meta": {
"timestamp": "2025-07-04T12:59:00-04:00",
"api_version": "v1.2.0",
"status": 200,
"copyright": "© 2025 api.dataemergencia.com. All rights reserved."
},
"data": {
"type": "response",
"id": "success|XnJQfEJZ7YlLPTK9Of7Cmk7ptpeXUHIW",
"attributes": {
"success": true,
"message": "WhatsApp template message sent successfully.",
"details": "wamid.HBgMNTg0MTIxMzA3NDI2FQIAERgSNzg1RjA5MTczRTIyM0EwM0M4AA=="
}
}
}