Chat Archived

Supported & Tested

Emitted when a chat JID is archived or unarchived.

Example Webhook Event Payload

Webhook Event Body (JSON)
Response · 200 OK
{
  "event": "chat.archived",
  "instance_id": "demo_instance",
  "chat_id": "15551234567@s.whatsapp.net",
  "status": "archived",
  "timestamp": 1782000001
}
Was this page helpful?