Prompt Buddy logoPrompt Buddy

cloudflare · Cloudflare Workers Docs

Workers Event subscriptions

Configure and deploy Workers to consume build event subscriptions for automated notifications via Slack, Discord, or webhooks.

Import to Prompt Buddy

Derived skill

Files assembled from official documentation

Viewing SKILL.md

Workers Event subscriptions

Configure and deploy Workers to consume build event subscriptions for automated notifications via Slack, Discord, or webhooks.

When To Use

Use when you need to automate build status notifications to external communication platforms like Slack or Discord based on build success, failure, or cancellation events.

Reference Files

FileContainsUse For
SKILL.mdEntry point: scope, routing table, and workflow.Start here.
docs/workers-ci-cd-builds-event-subscriptions-workflow-guide.mdDocumentation explaining how to receive and consume structured event messages for Cloudflare Workers build lifecycle events like build.started and build.failed.Questions about documentation explaining how to receive and consume structured event messages for Cloudflare Workers build lifecycle...
examples/workers-ci-cd-builds-event-subscriptions-cloudflare-workers-builds-event.textA JSON object representing a sample event subscription payload for a Cloudflare Workers build status update.Exact payloads, commands, or snippets shown in A JSON object representing a sample event subscription payload for a Cloudflare Workers build status update.
examples/workers-ci-cd-builds-event-subscriptions-cloudflare-workers-build-failed.textA JSON payload representing a failed Cloudflare Workers build event subscription.Exact payloads, commands, or snippets shown in A JSON payload representing a failed Cloudflare Workers build event subscription.
examples/workers-ci-cd-builds-event-subscriptions-cloudflare-workers-builds-event-2.textA JSON object representing a canceled worker build event subscription payload.Exact payloads, commands, or snippets shown in A JSON object representing a canceled worker build event subscription payload.
examples/workers-ci-cd-builds-event-subscriptions-cloudflare-workers-build-succee.textA JSON payload representing a successful Cloudflare Workers build event subscription.Exact payloads, commands, or snippets shown in A JSON payload representing a successful Cloudflare Workers build event subscription.

What This Skill Covers

  • Event subscriptions allow you to receive messages when events occur across your Cloudflare account. Cloudflare products (e.g., KV, Workers AI, Workers) can p...
  • Main sections: Send build notifications, Available Workers Builds events, build.started, build.failed, build.canceled.

Workflow

  1. Open the most relevant file under docs/ for the exact documented workflow and wording.
  2. Open schemas/ files for exact structured contracts.
  3. Open examples/ files for concrete requests, commands, snippets, and manifests.
  4. Do not add behavior or configuration that is not present in the attached source files.

Canonical source: https://developers.cloudflare.com/workers/ci-cd/builds/event-subscriptions/index.md