Instance Connected

Supported & Tested

Emitted when a Waplix instance establishes a connection to WhatsApp.

Example Webhook Event Payload

Webhook Event Body (JSON)
Response · 200 OK
{
  "event": "instance.connected",
  "instance_id": "demo_instance",
  "status": "connected",
  "phone_number": "15551234567",
  "timestamp": 1782000003
}
Was this page helpful?