Transactional WhatsApp
Send a WhatsApp message
This endpoint is used to send a WhatsApp message. <br/>(The first message you send using the API must contain a Template ID. You must create a template on WhatsApp on the Brevo platform to fetch the Template ID.)
post/whatsapp/sendMessage
Request body
Example request
{
"templateId": 123,
"text": "Hi! There i am a message",
"senderNumber": "919876543210",
"params": {
"FNAME": "Joe",
"LNAME": "Doe"
},
"contactNumbers": [
"919876543210"
]
}Response
successfully created
Example response
{
"messageId": "23befbae-1505-47a8-bd27-e30ef739f32c"
}