+
charactertext
body
key containing the string text message you want to send{
"messaging_product": "whatsapp",
"to": "912233223322",
"type": "text",
"text": {
"body": "This is a text message"
}
}
+
characterimage
link
key containing a publicly accessible url for the image you want to sent{
"messaging_product": "whatsapp",
"to": "912233223322",
"type": "image",
"image": {
"link": "https://static-data.chakrahq.com/documentation-assets/whatsapp/api-docs/copy-plugin-id.png"
}
}
+
characterinteractive
{
"messaging_product": "whatsapp",
"to": "912233223322",
"type": "interactive",
"interactive": {
"type": "list",
"header": {
"type": "text",
"text": "Quick Options"
},
"body": {
"text": "Please select one of the options below"
},
"footer": {
"text": "ChakraHQ"
},
"action": {
"button": "Options",
"sections": [
{
"title": "All options",
"rows": [
{
"id": "check_order_status",
"title": "Check Order Status",
"description": "Select this option to check order status"
},
{
"id": "return_order",
"title": "Return Order",
"description": "Select this option to return an order"
}
]
}
]
}
}
}