resend-inbound

Automate inbound email handling with Resend webhooks and APIs.

Updated Feb 5, 2026
One-click install
npx skills add https://github.com/devkit-stack/Claude --skill resend-inbound-devkit-stack
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: resend-inbound
Source: https://github.com/devkit-stack/Claude/tree/main/.claude/skills/resend/resend-inbound
Command: npx skills add https://github.com/devkit-stack/Claude --skill resend-inbound-devkit-stack

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps teams automate inbound email handling using Resend, including inbound domain setup, webhook processing, and content retrieval for emails and attachments.

Core Features & Use Cases

  • Inbound domain configuration with Resend
  • Process email.received webhooks and retrieve email content and attachments
  • Forward emails or route handling based on recipient or content
  • Common scenarios include processing support inquiries, order notifications, and exception alerts

Quick Start

Configure an inbound domain and subscribe to the email.received webhook, then use the Receiving API to fetch email bodies and attachment data and optionally forward messages via the Send API.

Frequently Asked Questions about resend-inbound

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

FAQPage Schema
How do I automate inbound email handling with Resend webhooks?

To automate inbound email handling with Resend, you configure an inbound domain and subscribe to the email.received webhook. The system then processes incoming messages, retrieves email bodies and attachment data via Receiving APIs, and optionally forwards messages based on routing logic.

What is the process for retrieving email content and attachments using Resend?

Retrieving email content and attachments using Resend involves processing the email.received webhook and calling the Receiving API. This fetches the full email body and attachment data for automated workflows like support inquiries or order notifications.

How do I set up an inbound domain for processing inbound emails?

Setting up an inbound domain for processing inbound emails requires configuring your domain settings within Resend. Once configured, you subscribe to the email.received webhook to trigger automated content retrieval, attachment parsing, and forwarding workflows.

Can I route and forward inbound emails based on recipient or content?

Yes, you can route and forward inbound emails by applying routing logic to the processed email content. After retrieving the email body and attachments via Resend APIs, you can automatically forward messages or trigger specific handling workflows based on the recipient or message content.

Does Resend inbound email automation support webhook verification?

Yes, Resend inbound email automation supports webhook verification. The system applies verification logic to incoming email.received webhooks to ensure secure processing before retrieving email content and attachments for forwarding workflows.

What are common use cases for automating inbound email retrieval and forwarding?

Common use cases for automating inbound email retrieval and forwarding include processing customer support inquiries, parsing order notifications, and handling exception alerts. The Resend API retrieves the email content and attachments to route these messages appropriately.