curl --location --globoff 'https://api.green-api.com/waInstance/receiveNotification/?receiveTimeout=5'{
"receiptId": 1234567,
"body": {
"typeWebhook": "incomingMessageReceived",
"instanceData": {
"idInstance": 4100000000,
"wid": "79876543210@c.us",
"typeInstance": "tgm"
},
"timestamp": 1588091580,
"idMessage": "1769666251000",
"senderData": {
"chatId": "100000123",
"sender": "100000123",
"senderName": "Green API"
},
"messageData": {
"typeMessage": "textMessage",
"textMessageData": {
"textMessage": "Привет от Green-API!"
}
}
}
}