{
"typeWebhook": "incomingMessageReceived",
"instanceData": {
"idInstance": 1101000001,
"wid": "71231234567@c.us",
"typeInstance": "whatsapp"
},
"timestamp": 1749207740,
"idMessage": "469B7C5BA12684DAA42F6FD6CC4364F3",
"senderData": {
"chatId": "71234567890@c.us",
"chatName": "Green API",
"sender": "71234567890@c.us",
"senderName": "Green API",
"senderContactName": "Green API inContacts"
},
"messageData": {
"typeMessage": "templateButtonsReplyMessage",
"templateButtonReplyMessage": {
"stanzaId": "BAE5BBB8415CF1AA",
"selectedIndex": 0,
"selectedId": "1",
"selectedDisplayText": "First Button"
}
}
}
curl --location --request POST '/' \
--header 'Content-Type: application/json' \
--data-raw '{
"typeWebhook": "incomingMessageReceived",
"instanceData": {
"idInstance": 1101000001,
"wid": "71231234567@c.us",
"typeInstance": "whatsapp"
},
"timestamp": 1749207740,
"idMessage": "469B7C5BA12684DAA42F6FD6CC4364F3",
"senderData": {
"chatId": "71234567890@c.us",
"chatName": "Green API",
"sender": "71234567890@c.us",
"senderName": "Green API",
"senderContactName": "Green API inContacts"
},
"messageData": {
"typeMessage": "templateButtonsReplyMessage",
"templateButtonReplyMessage": {
"stanzaId": "BAE5BBB8415CF1AA",
"selectedIndex": 0,
"selectedId": "1",
"selectedDisplayText": "First Button"
}
}
}'
{}