1. Send a message
MESSAGE_STATUS
webhook.
2. Register a webhook
In the dashboard, open the instance → Settings → Webhooks, enter the destination URL and pick the events you want. You can have up to 5 webhooks per instance, each subscribing to its own set of events.3. Receive events
Zapfy sends aPOST to your URL with the canonical envelope:
2xx to acknowledge receipt. On failure, Zapfy retries the event — use the
id field as an idempotency key so you don’t process duplicates.