waba_templates

Triggered when a WABA template is disabled / pending deletion.

postWebhookwaba:template:disabled

Payload

event_type'waba:template:approved' | 'waba:template:rejected' | 'waba:template:disabled' required

Webhook event name

Example payload

{
  "event_type": "waba:template:approved",
  "template": {
    "id": 501,
    "name": "order_confirmation_v2",
    "status": "APPROVED",
    "parameter_format": "NAMED",
    "meta_waba_id": "102233445566778",
    "accounts": [
      4821,
      4822
    ]
  }
}

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.