Reoclo sends notifications when important events happen across your infrastructure. Each delivery destination is a notification channel: pick a provider, supply credentials, choose which events it receives, and you’re done.
Custom automation: POST JSON to any HTTPS endpoint
You can add as many channels as you like — for example, one Slack channel for deploys, one PagerDuty channel for uptime, and a generic webhook for your data warehouse.
Create the channel in Settings → Notification Channels (or with reoclo channels create). Supply the provider-specific config and a secret (webhook URL, integration key, API key, or password).
Test it with the Send Test button (or reoclo channels test <id>) before saving. Channels must pass the test before they go live.
Pick events — every channel has an independent event toggle so you can route deploys to Slack and incidents to PagerDuty without overlap.
Wire it into alert rules under Settings → Alerts when you want a channel to fire on specific monitoring thresholds.
Secrets are encrypted at rest with envelope encryption (AES-256-GCM) and never returned by the API.