Docs
Webhook alerts
Receive a JSON POST when a monitor goes down or recovers.
Setup
- Open a project → Notifications.
- Add channel type Webhook.
- Set the webhook URL (HTTPS recommended).
- Use Test in the UI to verify delivery.
Payload
Default: POST with Content-Type: application/json
{"message":"<human-readable alert text>"}MVP channels
Telegram and Webhook work without SMTP. Email alerts require SMTP on the server (not configured yet).