curl --location 'https://api.green-api.com/' \
--header 'Content-Type: application/json' \
--data-raw '{
"typeWebhook": "incomingMessageReceived",
"instanceData": {
"idInstance": 4100000000,
"wid": "79876543210@c.us",
"typeInstance": "telegram"
},
"timestamp": 1588091580,
"idMessage": "1769693783000",
"senderData": {
"chatId": "10000000",
"sender": "10000000",
"chatName": "Иван Царевич",
"senderName": "Иван Царевич",
"senderContactName": "Иван Царевич",
"senderPhoneNumber": 79991112233
},
"messageData": {
"typeMessage": "documentMessage",
"fileMessageData": {
"downloadUrl": "https://4100.api.green-api.com/download/4100/d34044f0-c76e-4be3-b412-1befcce9d538.pdf",
"caption": "",
"fileName": "Harry-Potter-and-the-Philosophers-Stone.pdf",
"jpegThumbnail": "",
"mimeType": "application/pdf",
"forwardingScore": 0,
"isForwarded": false
}
}
}'