resend-inbound

Handles inbound email reception and processing via Resend platform.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/joaopcm/dotfiles --skill resend-inbound-joaopcm
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: resend-inbound
Source: https://github.com/joaopcm/dotfiles/tree/main/agents/skills/resend/resend-inbound
Command: npx skills add https://github.com/joaopcm/dotfiles --skill resend-inbound-joaopcm

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps you set up and manage inbound email processing using Resend, allowing you to receive, process, and act upon emails sent to your domain.

Core Features & Use Cases

  • Inbound Domain Setup: Configure Resend to receive emails for your custom domain or use a Resend-managed domain.
  • Webhook Processing: Securely handle email.received webhook events, verifying their authenticity.
  • Email Content Retrieval: Fetch the full content (HTML, text) and attachments of received emails.
  • Email Forwarding: Automatically forward received emails to other recipients.
  • Use Case: Automatically process customer support emails sent to [email protected], extract relevant information, and forward them to your internal ticketing system.

Quick Start

Use the resend-inbound skill to process incoming emails by verifying webhook signatures and retrieving email content.

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?

To process inbound emails with Resend, you securely handle email.received webhook events by verifying their authenticity using the Resend SDK before retrieving the email body and attachments.

Can I use a custom domain for receiving inbound email with Resend?

Yes, you can configure Resend to receive emails for your custom domain, or you can opt to use a Resend-managed domain to handle inbound email processing without managing your own DNS records.

How do I retrieve email content and attachments from a received Resend email?

You retrieve email content and attachments by using the Resend SDK to fetch the full HTML, text, and attachment data after successfully verifying the inbound email.received webhook event.

What is the best way to automatically forward received emails to another recipient?

The best way to forward received emails is to process the inbound email through Resend, verify the webhook signature, extract the necessary content, and then programmatically forward the message to other recipients.

Do I need the Resend SDK to verify inbound webhook signatures?

Yes, the Resend SDK is required to verify the authenticity of email.received webhook events and to securely retrieve the full content and attachments of the inbound emails.

Why use Resend for inbound email processing instead of other platforms?

Using Resend for inbound email processing provides a streamlined way to configure domains, securely verify incoming webhooks, and extract email content and attachments for automated workflows like ticketing systems.