resend-inbound

Process inbound emails via Resend webhooks and retrieve content and attachments.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the process of receiving and handling emails sent to your domain via Resend, automating the retrieval of content and attachments.

Core Features & Use Cases

  • Email Reception: Configure Resend to receive emails for your custom domain or a Resend-managed domain.
  • Webhook Processing: Securely verify and process email.received webhook events.
  • Content Retrieval: Fetch the full HTML, plain text body, and headers of received emails.
  • Attachment Handling: Download email attachments using provided URLs.
  • Email Forwarding: Forward received emails, including their content and attachments, to other recipients.
  • Routing: Route incoming emails to different handlers based on the recipient address.

Quick Start

Use the resend-inbound skill to process an incoming email webhook payload by verifying its signature and retrieving its 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 webhooks, you verify the webhook signature using your secret, then retrieve the email body, headers, and attachments via the Resend API.

What do I need to receive emails through Resend?

To receive emails through Resend, you need a configured custom or Resend-managed domain, a Resend API key, and a webhook secret for securely verifying incoming email events.

Can I download attachments from emails received via Resend?

Yes, you can download attachments from emails received via Resend by using the attachment URLs provided in the inbound webhook payload to fetch the attached files.

How do I forward incoming emails to another recipient with Resend?

You can forward incoming emails with Resend by processing the received email content and attachments, then routing and forwarding them to other specified recipients automatically.

How does routing work for inbound emails based on the recipient address?

Inbound email routing with Resend works by evaluating the recipient address from the received webhook event and directing the email payload to different handlers for custom processing.

Does this approach support retrieving both HTML and plain text email bodies?

Yes, retrieving inbound emails with Resend supports fetching the full HTML body, plain text content, and headers, allowing you to process the complete message formats.