Presence Update

Supported & Tested

Emitted when a contact's presence state (online/offline) changes.

Example Webhook Event Payload

Webhook Event Body (JSON)
Response · 200 OK
{
  "event": "presence_update",
  "instance_id": "demo_instance",
  "chat_id": "15551234567@s.whatsapp.net",
  "presence": "available",
  "last_seen": null,
  "timestamp": 1782582325
}
Was this page helpful?