Receive Webhooks Overview
Seiri monitors incoming check-ins on your unique ping URL so you know when jobs and event sources go quiet.
How It Works
- Create a webhook under Core → Webhooks (Periodic, Cron, or On-Demand).
- Copy the endpoint URL:
https://ping.seiri.app/webhook/<endpoint-id>. - Send GET/POST to
/success(or/fail) from your job or system. - Inspect Dashboard or webhook stats; configure alerts on misses/failures.
Benefits
- Detect silent failures before they impact downstream systems
- See check-in history per endpoint ID
- Alert via Slack, Discord, email, and more
Tip: Copy the full URL from the ENDPOINT column — the endpoint ID is
org-slug:webhook-ref.