{
"typeWebhook": "outgoingMessageStatus",
"chatId": "71231234567@c.us",
"instanceData": {
"idInstance": 1101000002,
"wid": "71234567890@c.us",
"typeInstance": "whatsapp"
},
"timestamp": 1705901090,
"idMessage": "ECE6BBEA514B66872790C3D9D52C5C19",
"status": "sent",
"sendByApi": false
}
curl --location --request POST '/' \
--header 'Content-Type: application/json' \
--data-raw '{
"typeWebhook": "outgoingMessageStatus",
"chatId": "71231234567@c.us",
"instanceData": {
"idInstance": 1101000002,
"wid": "71234567890@c.us",
"typeInstance": "whatsapp"
},
"timestamp": 1705901090,
"idMessage": "ECE6BBEA514B66872790C3D9D52C5C19",
"status": "sent",
"sendByApi": false
}'
{}