v1
latestOpenAPI 3.0.02026-07-2483164186.3 KBOutgoing Messages
Send Whatsapp Interactive Button Message
Send Whatsapp Interactive Button Message
post/whatsapp/message/interactive
Request body
Example request
{
"from": "+919999999999",
"to": "+919999999999",
"messageId": "uuid-v4",
"content": {
"header": "Header text",
"body": "Message body",
"footer": "Footer text",
"buttons": [
{
"id": "uuid-v4",
"title": "Button title"
}
]
}
}