{
"chatId": "79876543210@c.us",
"header": "Header text",
"body": "I use Green-API to send this message to you!",
"footer": "Footer text",
"buttons": [
{
"buttonId": "1",
"buttonText": "First Button"
},
{
"buttonId": "2",
"buttonText": "Second Button"
},
{
"buttonId": "3",
"buttonText": "Third Button"
}
]
}
curl --location -g --request POST '/waInstance{{idInstance}}/sendInteractiveButtonsReply/{{apiTokenInstance}}' \
--header 'User-Agent: GREEN-API_POSTMAN/1.0' \
--header 'Content-Type: application/json' \
--data-raw '{
"chatId": "79876543210@c.us",
"header": "Header text",
"body": "I use Green-API to send this message to you!",
"footer": "Footer text",
"buttons": [
{
"buttonId": "1",
"buttonText": "First Button"
},
{
"buttonId": "2",
"buttonText": "Second Button"
},
{
"buttonId": "3",
"buttonText": "Third Button"
}
]
}'
{
"idMessage": "3EB0C767D097B7C7C030"
}