Quickstart: Email Heartbeats
1. Create a webhook
- Open Core → Webhooks → + Create Webhook.
- Choose Periodic or Cron.
- Note the webhook ref from the ENDPOINT column (the part after
:).
Example endpoint IDacme-demo:deno-xFY-7Yv→ refdeno-xFY-7Yv.
2. Configure Email Heartbeat
- Open Services → Email Pings.
- Click Configure Email Heartbeat.
- Select the webhook.
- Allowlist senders, e.g.
backup@ops.example.comor*@ops.example.com. - Save.
Your address is:
deno-xFY-7Yv@ping.seiri.app
3. Send a check-in from the job
echo "ok" | mail -s "nightly-backup" deno-xFY-7Yv@ping.seiri.app
Failure signal (subject marker):
echo "stack trace..." | mail -s "[FAIL] nightly-backup" deno-xFY-7Yv@ping.seiri.app
4. Verify
- Email Pings recent activity, or
- Webhook stats / Dashboard for the linked webhook
Prefer HTTP pings when possible — email is for hosts that cannot call
ping.seiri.appover HTTPS.