{"typeWebhook":"incomingMessageReceived","instanceData":{"idInstance":1100000001,"wid":"71231234567@c.us","typeInstance":"whatsapp"},"timestamp":1700488335,"idMessage":"3EB0D00923D87A3FA01BAE","senderData":{"chatId":"71234567890@c.us","chatName":"Green API","sender":"71234567890@c.us","senderName":"Green API","senderContactName":"Green API inContacts"},"messageData":{"typeMessage":"documentMessage","fileMessageData":{"downloadUrl":"{{SWE002}}","caption":"","fileName":"Harry Potter and the Philosopher's Stone.pdf","jpegThumbnail":"","mimeType":"application/pdf","forwardingScore":0,"isForwarded":false}}}
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request POST '/' \
--header'Content-Type: application/json' \
--data-raw'{
"typeWebhook":"incomingMessageReceived",
"instanceData":
{
"idInstance":1100000001,
"wid":"71231234567@c.us",
"typeInstance":"whatsapp"
},
"timestamp":1700488335,
"idMessage":"3EB0D00923D87A3FA01BAE",
"senderData":
{
"chatId":"71234567890@c.us",
"chatName":"Green API",
"sender":"71234567890@c.us",
"senderName":"Green API",
"senderContactName": "Green API inContacts"
},
"messageData":
{
"typeMessage":"documentMessage",
"fileMessageData":
{
"downloadUrl":"{{SWE002}}",
"caption":"",
"fileName":"Harry Potter and the Philosopher'\''s Stone.pdf",
"jpegThumbnail":"",
"mimeType":"application/pdf",
"forwardingScore":0,
"isForwarded":false
}
}
}'