Getting started
Subscribe
Set up a subscription to transfer webhook events.
Verify
Implement signature verification in your receiver.
Inspect payloads
See example payloads for event shapes.
Best practices
- Test locally first before enabling production subscriptions.
- Support concurrent delivery at your webhook endpoint.
- Acknowledge quickly (
200), then process in the background. - Monitor delivery health and alert on failures.
- Check subscriptions regularly and confirm critical ones remain
isEnabled: true.
Subscriptions can be auto-disabled after sustained delivery failures. Fix the endpoint issue, then re-enable with the Update Subscription API.