Setup via Dashboard
- Go to canaryedge.com/dashboard/settings
- Click the Webhooks tab
- Enter your webhook URL
- Select which events to receive:
anomaly.detected— fired when an anomaly is flaggedregime.changed— fired when a machine transitions between regimes (e.g., HEALTHY → ACTIVE)baseline.created— fired when a new baseline is set for a machine
- Click Save
Expected Payload
When an event fires, Canary Edge sends a POST request to your endpoint:Verification
Verify webhook authenticity using the HMAC-SHA256 signature in theX-Canary-Signature header:
Retry Policy
Failed deliveries are retried with exponential backoff: 1min, 5min, 30min, 2hr. After 4 failures, the webhook is disabled and you receive an email notification.Email Notifications
As an alternative to webhooks, you can enable email notifications in the Notifications tab of your dashboard settings. Options include:- Anomaly alerts (immediate)
- Weekly summary reports
- Usage warnings (approaching plan limits)