{
"eventId": "evt_d4e5f67890123456",
"instanceId": "ins_ABCdefGHIjk",
"receivedAt": "2025-05-19T00:51:44.816Z",
"eventType": "chat_setting",
"eventData": {
"id": "1234567890@s.whatsapp.net",
"settingType": "mute",
"mute": {
"isMuted": true,
"muteEndTime": "2025-05-20T00:51:44.816Z"
}
}
}Chats
Chat setting event
Event for chat settings changes (mute, pin, read, archive, ephemeral)
WEBHOOK
chat_setting
{
"eventId": "evt_d4e5f67890123456",
"instanceId": "ins_ABCdefGHIjk",
"receivedAt": "2025-05-19T00:51:44.816Z",
"eventType": "chat_setting",
"eventData": {
"id": "1234567890@s.whatsapp.net",
"settingType": "mute",
"mute": {
"isMuted": true,
"muteEndTime": "2025-05-20T00:51:44.816Z"
}
}
}Body
application/json
Unique event identifier
The ID of the WhatsApp instance that generated the event
The timestamp when the event was received
The type of event
Available options:
chat_setting Show child attributes
Show child attributes
Response
200
Return a 200 status to indicate that the data was received successfully
⌘I