Send emails to Cloudflare and forward them to different channels using an email worker.
yarn install
yarn deploy
Edit Channel
, then Integrations
.wrangler secret put DISCORD_WEBHOOK_URL
You should see something like this
🌀 Creating the secret for the Worker "email-worker"
✨ Success! Uploaded secret DISCORD_WEBHOOK_URL
example.com
), then Email
, Email Routing
.Email Workers
tab, register an email route.name
field in wrangler.toml
to deploy a separate worker with a separate secret (e.g. with a separate webhook for a test channel). This package is MIT licensed.