Slack Notifications
Get failure alerts where your team already works. Connect a Slack Incoming Webhook and QuzenixCron posts a message the moment a job fails. Available on Pro and Business.
Create an Incoming Webhook in Slack
- Open
api.slack.com/appsand create (or pick) an app for your workspace. - Enable Incoming Webhooks and click Add New Webhook to Workspace.
- Choose the channel that should receive alerts and authorize.
- Copy the webhook URL — it looks like
https://hooks.slack.com/services/...
Connect it to QuzenixCron
Go to Settings → Slack, paste the webhook URL, and save. We send a test message immediately so you can confirm it lands in the right channel before relying on it.
What gets sent
Once connected, Slack receives the same alerts as email:
- Failure alerts — when a job exhausts its retries and is still failing.
- Missed-run alerts — when a scheduled job is overdue and didn't fire.
- Heartbeat alerts — when a heartbeat monitor goes silent.
🔴 Job failed: "Nightly backup" URL: https://api.example.com/backup Error: HTTP 500 Failures in a row: 1
HTTPS and public URLs only
The webhook URL must use https:// and point to a public host. URLs that resolve to localhost or private/internal IP ranges are rejected for security.Prefer Discord or Telegram? See Discord Notifications and Telegram Notifications. You can connect any combination — alerts go to all connected channels.