{
"typeWebhook": "incomingMessageReceived",
"instanceData": {
"idInstance": 1101000001,
"wid": "71231234567@c.us",
"typeInstance": "whatsapp"
},
"timestamp": 1705471069,
"idMessage": "185B5DBAB29E36E19A8325F1F8A03B51",
"senderData": {
"chatId": "71234567890@c.us",
"chatName": "Green API",
"sender": "71234567890@c.us",
"senderName": "Green API",
"senderContactName": "Green API inContacts"
},
"messageData": {
"typeMessage": "videoMessage",
"fileMessageData": {
"downloadUrl": "https://sw-media-1101.storage.yandexcloud.net/1101000001/339bca7d-egg7-4add-89c4-9bac7023921f.mp4",
"caption": "",
"fileName": "339bca7d-egg7-4add-89c4-9bac7023921f.mp4",
"jpegThumbnail": "/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEABsbGxscGx4h78dPYKMvYICZCsPz63JQ3/9k=",
"mimeType": "video/mp4",
"forwardingScore": 0,
"isForwarded": false
}
}
}
curl --location --request POST 'https://api.green-api.com/' \
--header 'Content-Type: application/json' \
--data-raw '{
"typeWebhook": "incomingMessageReceived",
"instanceData": {
"idInstance": 1101000001,
"wid": "71231234567@c.us",
"typeInstance": "whatsapp"
},
"timestamp": 1705471069,
"idMessage": "185B5DBAB29E36E19A8325F1F8A03B51",
"senderData": {
"chatId": "71234567890@c.us",
"chatName": "Green API",
"sender": "71234567890@c.us",
"senderName": "Green API",
"senderContactName": "Green API inContacts"
},
"messageData": {
"typeMessage": "videoMessage",
"fileMessageData": {
"downloadUrl": "https://sw-media-1101.storage.yandexcloud.net/1101000001/339bca7d-egg7-4add-89c4-9bac7023921f.mp4",
"caption": "",
"fileName": "339bca7d-egg7-4add-89c4-9bac7023921f.mp4",
"jpegThumbnail": "/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEABsbGxscGx4h78dPYKMvYICZCsPz63JQ3/9k=",
"mimeType": "video/mp4",
"forwardingScore": 0,
"isForwarded": false
}
}
}'