πŸ””

Workers Builds Notifications

Get notified when your Workers Builds complete, fail, or are cancelled. Send notifications to Slack, Discord, or any webhook.

⚑ Workers πŸ”¨ Workers Builds πŸ“¬ Queues πŸ”— Event Subscriptions

Features

πŸ””

Real-time Notifications

Get instant alerts for build success, failure, and cancellation

πŸ”—

Any Webhook

Works with Slack, Discord, or custom endpoints

πŸ“‹

Rich Context

Commit message, branch, author, and build duration

πŸ“œ

Build Logs

Optional inline logs fetched via Cloudflare API

How It Works

β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”     β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”     β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”     β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”
β”‚ 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 Types

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.

Documentation