Set Up Webhooks and Automation
Steps
Set secret and verify signatures
Configure receiver-side signature verification before production enablement.
Reliability requirements
- receiver verifies signature
- receiver handles retries idempotently
- failure alerts are routed to on-call owner
Webhook reliability checklist
- Receiver verifies signature and timestamp.
- Receiver is idempotent for retries.
- Error responses are explicit (4xx for validation, 5xx for transient errors).
- Delivery failures are monitored and routed to owner/on-call.
Related
/help/integrations/configure-provider-integrations/user-guides/manual/ecosystem/integrations-and-webhooks-reference

