Settings → API → Webhooks → Add: endpoint URL, event selection, and signing secret. turgo POSTs JSON on each subscribed event; verify signatures and return 200 fast.
Create a subscription
URL (HTTPS required), events to subscribe, and an optional filter (only A-tier accounts, only one sequence). The signing secret is generated at creation — store it.
Endpoint requirements
Return 2xx within 10 seconds. Do heavy processing async — accept, queue, respond. Non-2xx or timeout triggers retries.
Test delivery
The Send Test button fires a sample payload of any event type at your endpoint immediately — verify parsing and signature checks before subscribing to production volume.
Monitoring
The webhook detail page shows delivery history: status codes, latency, retry state per event. Failing endpoints alert after sustained failures and auto-pause after 24 hours of total failure.