{
"typeWebhook": "outgoingAPIMessageReceived",
"instanceData": {
"idInstance": 1101000002,
"wid": "71234567890@c.us",
"typeInstance": "whatsapp"
},
"timestamp": 1705519058,
"idMessage": "7FADFD718C6EB315B5",
"senderData": {
"chatId": "71231234567@c.us",
"chatName": "Green API user",
"sender": "71234567890@c.us",
"senderName": "Green API",
"senderContactName": "Green API inContacts"
},
"messageData": {
"typeMessage": "documentMessage",
"fileMessageData": {
"downloadUrl": "https://sw-media-1101.storage.yandexcloud.net/1101000001/d34044f0-c76e-4be3-b412-1befcce9d538.pdf",
"caption": "",
"fileName": "Harry-Potter-and-the-Philosophers-Stone.pdf",
"jpegThumbnail": "/9j/4AAQSkZJRgABAQEAYABgAAD/2wBDAAMCAgICAv75s6e15ObW3upriGHzG8uOV9od1XOAzCOMEjkhFz0FUqKKYH/2Q==",
"mimeType": "application/pdf",
"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": 1705519058,
"idMessage": "7FADFD718C6EB315B5",
"senderData": {
"chatId": "71231234567@c.us",
"chatName": "Green API user",
"sender": "71234567890@c.us",
"senderName": "Green API",
"senderContactName": "Green API inContacts"
},
"messageData": {
"typeMessage": "documentMessage",
"fileMessageData": {
"downloadUrl": "https://sw-media-1101.storage.yandexcloud.net/1101000001/d34044f0-c76e-4be3-b412-1befcce9d538.pdf",
"caption": "",
"fileName": "Harry-Potter-and-the-Philosophers-Stone.pdf",
"jpegThumbnail": "/9j/4AAQSkZJRgABAQEAYABgAAD/2wBDAAMCAgICAv75s6e15ObW3upriGHzG8uOV9od1XOAzCOMEjkhFz0FUqKKYH/2Q==",
"mimeType": "application/pdf",
"forwardingScore": 0,
"isForwarded": false
}
}
}'