Webhooks
Webhooks
Push real-time events (delivery/bounce/open/click/etc.) to customer systems without polling.
Endpoints & UI
- API: `GET/POST /v1/webhooks`, `PATCH/DELETE /v1/webhooks/{id}`, `POST /v1/webhooks/{id}/rotate-secret`, `POST /v1/webhooks/{id}/test`
- Portal UI: `/settings/webhooks`
Notes
- Webhook signing secret is returned **once** on create/rotate.
- Dispatch policy (single vs batch) is supported and cached per tenant.
Next: Read the docs.