Run in Apidog
To receive this type of notification, you must enable the settings in your personal account or using the SetSettings method: "incomingBlockWebhook": "yes" "incomingWebhook": "yes"Request Body Params application/json
{
"typeWebhook" : "incomingBlock" ,
"instanceData" : {
"idInstance" : 1101000001 ,
"wid" : "71231234567@c.us" ,
"typeInstance" : "whatsapp"
} ,
"timestamp" : 1706587620 ,
"chatId" : "10000000000@c.us" ,
"chatState" : "blocked"
}
Request samples curl --location --request POST '/' \
--header 'Content-Type: application/json' \
--data-raw '{
"typeWebhook": "incomingBlock",
"instanceData": {
"idInstance": 1101000001,
"wid": "71231234567@c.us",
"typeInstance": "whatsapp"
},
"timestamp": 1706587620,
"chatId": "10000000000@c.us",
"chatState": "blocked"
}'
Responses application/json Generate Code
Modified at 2025-07-08 14:43:36