resend-inbound

Process inbound emails via Resend webhooks with verification and attachment retrieval.

Updated Mar 19, 2026
One-click install
npx skills add https://github.com/drdanmaggs/rocket-fuel --skill resend-inbound-drdanmaggs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: resend-inbound
Source: https://github.com/drdanmaggs/rocket-fuel/tree/main/internal/plugin/skills/resend/resend-inbound
Command: npx skills add https://github.com/drdanmaggs/rocket-fuel --skill resend-inbound-drdanmaggs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Receiving emails and processing inbound events securely can be complex without integrated tooling. This skill describes how to set up inbound domains, verify webhooks, retrieve email content and attachments, and forward messages using Resend.

Core Features & Use Cases

  • Inbound email receipt with webhook verification
  • Retrieve email body and attachments on demand
  • Forward emails with optional attachments to another address
  • Use Case: automatically route customer inquiries to your CRM or ticketing system after verifying the webhook

Quick Start

Configure your domain for inbound email with Resend, subscribe to email.received webhooks, and implement retrieval and forwarding logic using the Resend APIs.

Frequently Asked Questions about resend-inbound

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

FAQPage Schema
How do I process inbound emails using Resend webhooks?

You can retrieve the email body and attachments on demand by calling Resend APIs after securely verifying the inbound email.received webhook event. This allows you to access incoming message content and files for downstream processing.

Can I forward received emails to another address with Resend?

Yes, you can forward received emails to another address using Resend APIs. The inbound email processing workflow supports forwarding messages with optional attachments to route customer inquiries to systems like a CRM or ticketing platform.

What is the best way to verify Resend webhook events for inbound email?

The best way to verify Resend webhook events for inbound email is to implement webhook verification logic within your receiving endpoint. This ensures that inbound email events are securely authenticated before retrieving content or triggering forwarding actions.

Do I need to configure a custom domain to receive inbound email through Resend?

Yes, you need to configure your custom domain for inbound email with Resend. Setting up inbound domain receiving is a prerequisite before you can subscribe to email.received webhooks and handle inbound data flows.