Authorization: Bearer ********************{
"to": "+584121307426",
"template": "hello_world",
"language": "en_US"
}curl --location --globoff '/{{v1}}/whatsapp/send/template' \
--header 'X-Application-Identifier: {{$string.uuid}}' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"to": "+584121307426",
"template": "hello_world",
"language": "en_US"
}'{
"message": {
"success": true,
"message": "Message sent successfully",
"data": {
"messaging_product": "whatsapp",
"contacts": [
{
"input": "+584121307426",
"wa_id": "584121307426"
}
],
"messages": [
{
"id": "wamid.HBgMNTg0MTIxMzA3NDI2FQIAERgSNDIyMTZCMkE5MjhCMTlBQjIwAA==",
"message_status": "accepted"
}
]
},
"status_code": 200
},
"status": 200
}