{
"typeWebhook": "outgoingAPIMessageReceived",
"instanceData": {
"idInstance": 1101000002,
"wid": "71234567890@c.us",
"typeInstance": "whatsapp"
},
"timestamp": 1705898347,
"idMessage": "BACB52BE2EDD30CAD9",
"senderData": {
"chatId": "71231234567@c.us",
"chatName": "Green API user",
"sender": "71234567890@c.us",
"senderName": "Green API",
"senderContactName": "Green API inContacts"
},
"messageData": {
"typeMessage": "extendedTextMessage",
"extendedTextMessageData": {
"text": "https://green-api.com/docs/api/receiving/notifications-format/incoming-message/ExtendedTextMessage/",
"description": "",
"title": "Text or text with URL - GREEN API",
"previewType": "None",
"jpegThumbnail": "",
"forwardingScore": 0,
"isForwarded": false
}
}
}
curl --location --request POST 'https://api.green-api.com/' \
--header 'Content-Type: application/json' \
--data-raw '{
"typeWebhook": "outgoingAPIMessageReceived",
"instanceData": {
"idInstance": 1101000002,
"wid": "71234567890@c.us",
"typeInstance": "whatsapp"
},
"timestamp": 1705898347,
"idMessage": "BACB52BE2EDD30CAD9",
"senderData": {
"chatId": "71231234567@c.us",
"chatName": "Green API user",
"sender": "71234567890@c.us",
"senderName": "Green API",
"senderContactName": "Green API inContacts"
},
"messageData": {
"typeMessage": "extendedTextMessage",
"extendedTextMessageData": {
"text": "https://green-api.com/docs/api/receiving/notifications-format/incoming-message/ExtendedTextMessage/",
"description": "",
"title": "Text or text with URL - GREEN API",
"previewType": "None",
"jpegThumbnail": "",
"forwardingScore": 0,
"isForwarded": false
}
}
}'