Label Chat Updated

Supported & Tested

Emitted when labels on a conversation JID are updated.

Example Webhook Event Payload

Webhook Event Body (JSON)
Response · 200 OK
{
  "event": "label.chat.updated",
  "instance_id": "demo_instance",
  "chat_id": "15551234567@s.whatsapp.net",
  "added_labels": [
    "9"
  ],
  "removed_labels": [],
  "status": "updated",
  "timestamp": 1782000002
}
Was this page helpful?