Rules
- Verify signatures on the raw body (for example HMAC-SHA256).
- Return quickly and offload work to async workers.
- Make handlers idempotent using a stable event id.
Fast acks, HMAC verification, and idempotency — companion to the Integrations page.