{
"typeWebhook": "outgoingMessageReceived",
"instanceData": {
"idInstance": 1101000001,
"wid": "71231234567@c.us",
"typeInstance": "whatsapp"
},
"timestamp": 1749208313,
"idMessage": "9EC825ACAB511DBFF27750DD0B4AFAE5",
"senderData": {
"chatId": "71234567890@c.us",
"chatName": "Green API",
"sender": "71234567890@c.us",
"senderName": "Green API",
"senderContactName": "Green API inContacts"
},
"messageData": {
"typeMessage": "interactiveButtonsResponse",
"interactiveButtonsResponse": {
"stanzaId": "BAE5FB1FDA0E58E8",
"selectedIndex": 1,
"selectedId": "2",
"selectedDisplayText": "Second Button"
}
}
}
curl --location --request POST '/' \
--header 'Content-Type: application/json' \
--data-raw '{
"typeWebhook": "outgoingMessageReceived",
"instanceData": {
"idInstance": 1101000001,
"wid": "71231234567@c.us",
"typeInstance": "whatsapp"
},
"timestamp": 1749208313,
"idMessage": "9EC825ACAB511DBFF27750DD0B4AFAE5",
"senderData": {
"chatId": "71234567890@c.us",
"chatName": "Green API",
"sender": "71234567890@c.us",
"senderName": "Green API",
"senderContactName": "Green API inContacts"
},
"messageData": {
"typeMessage": "interactiveButtonsResponse",
"interactiveButtonsResponse": {
"stanzaId": "BAE5FB1FDA0E58E8",
"selectedIndex": 1,
"selectedId": "2",
"selectedDisplayText": "Second Button"
}
}
}'
{}