cloudflare-email-service

Configure Cloudflare Email Service bindings, REST fields, and routing workflows.

Updated Jul 17, 2026
One-click install
npx skills add https://github.com/kartikkabadi/skills --skill cloudflare-email-service-kartikkabadi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cloudflare-email-service
Source: https://github.com/kartikkabadi/skills/tree/main/cloudflare-email-service
Command: npx skills add https://github.com/kartikkabadi/skills --skill cloudflare-email-service-kartikkabadi

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps you add transactional email sending and inbound email handling to Cloudflare-based applications without guessing the right bindings, API fields, or setup steps.

Core Features & Use Cases

  • Send email from Workers: Configure the send_email binding and use the Worker email API correctly.
  • Send email from external apps or agents: Use the REST API when your code runs outside Workers or when a token-based workflow is required.
  • Handle incoming email: Build routing and parsing flows for replying, forwarding, and processing inbound messages.
  • Improve email reliability: Apply deliverability guidance, domain onboarding, and common configuration fixes to avoid spam and setup failures.

Quick Start

Use the Cloudflare Email Service skill to help me set up transactional email sending in my Worker and tell me the exact binding, domain onboarding, and message fields I need.

Frequently Asked Questions about cloudflare-email-service

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I send transactional email from a Cloudflare Worker?

To send transactional email from a Cloudflare Worker, configure the send_email binding and use the Worker email API with the correct message fields for reliable delivery.

What is the best way to send email from external apps using Cloudflare?

The best way to send email from external apps or agents using Cloudflare is to use the REST API, which supports token-based workflows and requires correct field mappings.

How do I handle inbound email routing and parsing in Cloudflare Workers?

Handle inbound email routing and parsing in Cloudflare Workers by building routing flows that apply email handling conventions for replying, forwarding, and processing incoming messages.

Why does my transactional email go to spam, and how do I fix deliverability on Cloudflare?

Transactional email goes to spam when domain onboarding and deliverability configurations are incorrect; apply common configuration fixes and email handling conventions to ensure reliable delivery.

Do I need specific bindings to set up Cloudflare email service for transactional messages?

Yes, setting up the Cloudflare email service requires correct bindings, domain onboarding, and REST field mappings to process transactional messages reliably across Workers and agents.