Alerts & webhooks
Fact0 can push two types of notifications:
Configure both from Settings → Alerts in the dashboard.
Webhook alerts
Setup
- Go to Settings → Alerts in the dashboard.
- Paste your endpoint URL in the Webhook URL field. Fact0 will POST JSON to this URL.
- Optionally enter an Alert email for quota and report notifications.
- Click Save, then Test to verify Fact0 can reach your endpoint.
2xx status within 10 seconds. Fact0 makes a single attempt — there is no retry queue.
Payload
All webhook deliveries share this shape:Event types
Email alerts
Email notifications go to the Alert email address you configure in Settings → Alerts.Testing your webhook
Click Test in Settings → Alerts to send a samplefact0.chain.verify_failed payload to your configured URL. Fact0 logs whether your endpoint responded successfully.
You can also trigger a test with the API: