resend-inbound

Process inbound emails via Resend webhooks with verification and forwarding.

417|7|Updated Jan 12, 2026
One-click install
npx skills add https://github.com/Asymmetric-al/core --skill resend-inbound-asymmetric-al
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: resend-inbound
Source: https://github.com/Asymmetric-al/core/tree/main/.cursor/skills/resend/resend-inbound
Command: npx skills add https://github.com/Asymmetric-al/core --skill resend-inbound-asymmetric-al

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill simplifies the process of receiving, verifying, and processing emails sent to your domain using Resend, enabling automated responses and data handling.

Core Features & Use Cases

  • Email Reception: Configure Resend to receive emails via a Resend-managed domain or a custom domain with MX records.
  • Webhook Verification: Securely verify incoming email events using webhook signatures to prevent spoofing.
  • Content Retrieval: Fetch the full email body (HTML and plain text) and attachments for further processing.
  • Email Forwarding: Automatically forward received emails, including attachments, to another address.
  • Routing: Direct incoming emails to different handlers based on the recipient address.

Quick Start

Use the resend-inbound skill to process an incoming email webhook payload.

Frequently Asked Questions about resend-inbound

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

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

To process inbound emails with Resend webhooks, you configure your domain to receive emails, verify the webhook signatures to prevent spoofing, and then retrieve the email body and attachments from the payload for automated handling.

Can I forward received emails and attachments to another address via Resend?

Yes, email forwarding is supported. You can automatically forward received emails, including their original attachments, to another address after retrieving the content from the inbound webhook payload.

How does webhook verification work for inbound email events?

Webhook verification secures incoming email events by validating webhook signatures. This ensures the payload was sent by Resend and prevents spoofing before you process the email content or attachments.

Do I need a custom domain with MX records to receive inbound email?

You can use either a Resend-managed domain or a custom domain configured with MX records to receive inbound email. Both setups allow you to route incoming emails to different handlers based on the recipient address.

How do I route inbound emails to different handlers based on the recipient?

You can route incoming emails to different handlers by inspecting the recipient address within the verified webhook payload. This allows you to direct specific inbound emails to custom processing logic.

What is the best way to retrieve HTML and plain text content from an inbound email?

The best way to retrieve email content is by processing the inbound Resend webhook payload. This allows you to extract both the full HTML and plain text body, along with any attachments, for further data handling.