Skip to content

Integrations

Connect latency to the tools you already use.

Available integrations

Slack

Receive rich alert cards with incident context directly in your Slack channels. Paste an incoming-webhook URL for the channel; no OAuth app needed.

Discord

The same rich alert embeds delivered to a Discord channel via an incoming-webhook URL.

Webhooks

Send a POST request to any HTTPS endpoint on any monitor event.

Webhook payload

json
{
  "event": "monitor.failure",
  "monitor": {
    "id": "mon_abc123",
    "name": "API health",
    "url": "https://api.yourdomain.com/health"
  },
  "incident": {
    "id": "inc_xyz789",
    "started_at": "2024-01-15T10:23:00Z",
    "regions": ["us-east-1", "eu-west-1"]
  }
}

Coming soon

Signed webhooks — an X-Latency-Signature header (HMAC-SHA256) you can verify — are on the roadmap. Today webhook payloads are unsigned, so treat the endpoint URL as the shared secret (keep it private) and prefer an HTTPS endpoint you control.

© 2026 Latency Labs LLC