WhatsAppInteractive
typestringrequired
Possible values: [button, list, cta_url, location_request_message]
header object
typestringrequired
Possible values: [text, image, video]
textstring
image object
linkstring
video object
linkstring
body object
textstring
footer object
textstring
action object
buttons object[]
Array [
typestringrequired
Possible values: [reply]
reply objectrequired
idstringrequired
titlestringrequired
]
sections object[]
Array [
titlestring
rows object[]required
Array [
idstringrequired
titlestringrequired
descriptionstring
]
]
namestring
buttonstring
parameters object
display_textstring
urlstring
WhatsAppInteractive
{
"type": "button",
"header": {
"type": "text",
"text": "string",
"image": {
"link": "string"
},
"video": {
"link": "string"
}
},
"body": {
"text": "string"
},
"footer": {
"text": "string"
},
"action": {
"buttons": [
{
"type": "reply",
"reply": {
"id": "string",
"title": "string"
}
}
],
"sections": [
{
"title": "string",
"rows": [
{
"id": "string",
"title": "string",
"description": "string"
}
]
}
],
"name": "string",
"button": "string",
"parameters": {
"display_text": "string",
"url": "string"
}
}
}