Slack
Use an Incoming Webhook URL from your Slack workspace settings.
Integration
Route anomaly events directly into your team workflow using webhook destinations. Alerts fire automatically when events match your watch area filters.
Use an Incoming Webhook URL from your Slack workspace settings.
Create an Incoming Webhook connector on your Teams channel.
Create a webhook in your Discord channel settings (Integrations).
Any HTTPS endpoint that accepts POST requests with a JSON body.
Each alert delivery POSTs a JSON body with the anomaly event details:
{
"event": "anomaly.detected",
"watchAreaId": "wa_abc123",
"watchAreaName": "London Heathrow",
"anomaly": {
"type": "squawk",
"icao24": "4ca812",
"callsign": "UNKNOWN",
"squawk": "7700",
"latitude": 51.47,
"longitude": -0.46,
"observedAt": "2026-04-09T20:15:17Z"
}
}The Dashboard shows three delivery health metrics:
Active Destinations
Total webhook endpoints currently enabled and receiving alerts.
Delivery Rate
Percentage of active destinations that received a successful delivery in the last 24 hours.
Stale / At Risk
Active destinations with no successful delivery in the last 24 hours — may need attention.