Outbound webhooks
Subscribe to events and receive HTTP POSTs.
5 min read Updated 2026-04-24
Webhooks push data to your URL when events happen, instead of you polling. Lower latency, lower API usage.
- 1Settings → API → Webhooks → NewEnter your endpoint URL.
- 2Pick eventsContact created, opportunity moved, invoice paid, etc.
- 3Set secretOpen Doors signs every payload with HMAC-SHA256 using this secret. Verify on your end.
- 4TestSend a test payload from the UI; confirm your endpoint returns 200.