waba_accounts

Triggered when a WABA account is disconnected (removed).

postWebhookwaba:account:disconnected

Payload

event_type'waba:account:active' | 'waba:account:disabled' | 'waba:account:disconnected' required

Webhook event name

Example payload

{
  "event_type": "waba:account:active",
  "account": {
    "id": 4821,
    "meta_phone_id": "109998887776665",
    "meta_waba_id": "203344556677889",
    "display_phone_number": "+1 555 010 1234",
    "state": "active"
  }
}

Response

Receiver accepted the event

Changes

Webhooks have no change history: a webhook is keyed by its event name rather than a path and method, so no recorded change can name it.