Skip to main content
Alerts connect events to delivery channels. Choose WebSocket for real-time dashboards or webhooks for server-to-server notifications.

Quick Example


Delivery Methods

You can use both simultaneously for redundancy.

Webhook Delivery

Create Webhook Alert

Webhook Payload

When an event triggers, you receive a POST request:

Payload Fields


WebSocket Delivery

Connect and Listen

WebSocket Channels


Managing Alerts

List Alerts

Enable/Disable Alerts

Delete Alert


Dual Delivery Pattern

Use both channels for critical alerts:
Benefits:
  • WebSocket delivers instantly to connected clients
  • Webhook provides reliable server-side processing
  • If WebSocket disconnects, webhook still works

Latency Profile


Delivery Guarantees


Next Steps

Webhooks and Reliability

Handle webhooks at scale with idempotency

Event Detection Patterns

Create effective detection rules