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