SMTP-based alerts with AI-enhanced templates. Multiple recipients per channel with detailed incident context, screenshots, and one-click actions.
- Multiple recipients
- AI-enhanced templates
- Incident screenshots
- Custom SMTP support
Ten channels. One alert. Every channel delivers the same rich context: monitor name, status, response time, screenshots, and direct links to investigate.
Free on every plan. One-click enable. Works on desktop and mobile, even when the dashboard tab is closed. No additional setup.
Every alert is available via our REST API. Create monitors, manage channels, query incidents, and build custom dashboards, all programmatically.
// Create a notification channel POST /api/notification-channels { "name": "DevOps Slack", "type": "SLACK", "config": { "webhookUrl": "https://hooks.slack.com/..." }, "alertTypes": [ "downtime", "recovery", "ssl", "visual_change" ] }
Every notification channel supports every alert type. Choose which types each channel receives. Route downtime to PagerDuty and visual changes to Slack.
Site goes down or returns error status codes.
Site comes back online after downtime.
Response time exceeds your threshold.
Certificate expires within 13, 3, or 1 day (defaults). 20 and 6 day tiers also available.
DNS records modified or hijacked.
Page appearance changed beyond threshold.
Page content or markup modified.
CPU, memory, or disk exceeds threshold.
Server agent stops reporting.
Core Web Vitals degradation detected.