diff --git a/src/content/docs/workers/ci-cd/builds/event-subscriptions.mdx b/src/content/docs/workers/ci-cd/builds/event-subscriptions.mdx
index 2c5ef017a840e66..8034b5c6592cd67 100644
--- a/src/content/docs/workers/ci-cd/builds/event-subscriptions.mdx
+++ b/src/content/docs/workers/ci-cd/builds/event-subscriptions.mdx
@@ -12,6 +12,22 @@ import { Render } from "~/components";
+## Send build notifications
+
+You can deploy a Worker that consumes build events and sends notifications to Slack, Discord, or any webhook endpoint:
+
+[](https://deploy.workers.cloudflare.com/?url=https://github.com/cloudflare/templates/tree/main/workers-builds-notifications-template)
+
+The template sends notifications for:
+
+- Successful builds with preview or live deployment URLs
+- Failed builds with error messages
+- Cancelled builds
+
+
+
+You can customize the Worker to format messages for your webhook provider. For setup instructions, refer to the [template README](https://github.com/cloudflare/templates/tree/main/workers-builds-notifications-template#readme).
+
## Available Workers Builds events