Nicholas Clooney

blog: Cloudflare Build Notifications via Email Routing and Email Worker

Published Cloudflare Build Notifications via Email Routing and Email Worker — a walkthrough of wiring up Cloudflare Pages build webhooks through Email Routing and a lightweight Email Worker so I get a plain email whenever a deploy succeeds or fails.

Follow-ups

Nicholas Clooney

wip: moving the Cloudflare Email Worker into Git

This grows out of Cloudflare Build Notifications via Email Routing and Email Worker, but I’m now moving the Email Worker out of the Cloudflare dashboard editor and into Git in NicholasClooney/cloudflare-email-to-webhook-worker. The goal is to keep the worker version controlled, review changes before deploys, test locally, and configure it with Wrangler instead of only editing it in the Cloudflare web UI. Right now it is still mostly Wrangler init plus the example email worker, but that is a solid foundation to build from.