Get started
Documentation

Alert channels

Every channel is configured the same way — Integrations → New integration — and shares the same features: down / up / late events, tag filters, quiet hours, reminders while down, and a delivery journal with retries (3 attempts: 10 s → 1 min → 5 min). Alerts use the account owner's language.

Channel You need Notes
Telegramdeep-link pairingDMs and groups; email fallback when the API is down
Emailan addresslocalized HTML mail
WebhookURL (+secret)HMAC signature, custom body templates
Slack / Discord / Mattermostincoming webhook URLmarkdown messages
SMSphone · Pro+ planalert headline only · launching soon
PagerDutyrouting keyup auto-resolves the incident

Email

  1. Integrations → New integration → Email, enter the address.

Mail arrives as HTML (with a plain-text part for strict clients): a status headline plus details — check, project, time in your timezone, reason. A project can have several email integrations with different filters.

SMS Pro and above · soon

The channel is launching soon: the integration UI is already in the dashboard, delivery goes live once the SMS provider is connected.

  1. Integrations → New integration → SMS, phone in international format (e.g. +15551234567).

SMS are short — only the alert headline is sent ("🔴 nightly backup is DOWN"). A practical pattern: SMS only for down of critical checks (tag filter), everything else to Telegram/Slack. The channel is unavailable on Free — the form will tell you.

PagerDuty

  1. In PagerDuty: Services → your service → Integrations → Add integration → Events API v2, copy the Integration Key (routing key).
  2. Integrations → New integration → PagerDuty, paste the key. Recommended events: down and up.

Events API v2 mapping:

Do subscribe the PagerDuty integration to up — otherwise you'll be resolving incidents by hand.

If alerts don't arrive

Start with the Send-a-test-alert button on the integration card: the message goes through the real channel (at most once per 30 seconds) and the result shows up in the journal right away. The universal tool for every channel is the delivery journal (the Journal button): each attempt's status, the attempt count and the provider's error text. pending — quiet hours; suppressed — either the service temporarily suppressed down alerts due to an outage of its own workers, or the check is unstable and flap damping kicked in (the reason is shown in the journal); failed with a message — a receiver-side problem (wrong key, unreachable address).