Get notified when your Workers Builds complete, fail, or are cancelled. Send notifications to Slack, Discord, or any webhook.
Get instant alerts for build success, failure, and cancellation
Works with Slack, Discord, or custom endpoints
Commit message, branch, author, and build duration
Optional inline logs fetched via Cloudflare API
βββββββββββββββββββ βββββββββββββββ ββββββββββββββββββββ βββββββββββ
β Workers Builds ββββββΆβ Queue ββββββΆβ This Consumer ββββββΆβ Webhook β
β (any worker) β β β β Worker β β β
βββββββββββββββββββ βββββββββββββββ ββββββββββββββββββββ βββββββββββ
1. Any worker in your account triggers a build
2. Workers Builds publishes an event to your Queue
3. This consumer worker processes the event and sends a notification
| Event | Notification |
|---|---|
| Build succeeded (production) | Live Worker URL |
| Build succeeded (preview) | Preview URL |
| Build failed | Error message extracted from logs |
| Build cancelled | Cancellation note |
Note: Build started/queued events are acknowledged but do not send notifications.