Skip to content

Send Interactive Message

POST
/whatsapp/message/interactive

Send an interactive message with buttons or lists to a specified contact.

Authorizations

bearerAuth
TypeHTTP (bearer)

Request Body

JSON
{
"to": "string",
"name": "string",
"content": {
"type": "string",
"header": {
"type": "string",
"text": "string",
"url": "string"
},
"body": {
"text": "string"
},
"footer": {
"text": "string"
},
"action": {
"buttons": [
{
"type": "string",
"reply": {
"id": "string",
"title": "string"
}
}
],
"sections": [
{
"title": "string",
"rows": [
{
"id": "string",
"title": "string",
"description": "string"
}
]
}
]
}
}
}

Responses

Interactive message sent successfully
application/json
JSON
{
"message_id": "string",
"body": "string",
"type": "string",
"timestamp": "string",
"metadata": {
}
}

Playground

Authorization
Body
JSON

Samples

Powered by VitePress OpenAPI
l>