Discord Notifications

Pipe failure alerts straight into a Discord channel. Create a channel webhook, connect it once, and QuzenixCron posts whenever a job fails. Available on Pro and Business.

Create a Discord webhook

  • Open your Discord server and go to Server Settings → Integrations → Webhooks.
  • Click New Webhook, choose the channel, and give it a name (e.g. "QuzenixCron").
  • Click Copy Webhook URL — it looks like https://discord.com/api/webhooks/...

Connect it to QuzenixCron

Go to Settings → Discord, paste the webhook URL, and save. We post a test message right away so you can confirm it works.

What gets sent

  • 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: "Sync orders"
URL: https://api.example.com/sync
Error: Timeout after 30s
Failures in a row: 2
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.
Triggering a Discord webhook from a job is different
This page is about receiving alerts in Discord. If instead you want a cron job to post to a Discord webhook on a schedule, just create a normal job with method POST, a Content-Type: application/json header, and a Discord message body — see HTTP Request.