resend-inbound

Process inbound emails via Resend webhooks and retrieve content.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires resend, and includes references (resource) components.

What problem does it solve?

This Skill helps you set up and manage the reception of emails through Resend, enabling you to process incoming messages, extract their content, and handle attachments efficiently.

Core Features & Use Cases

  • Inbound Email Setup: Configure Resend to receive emails on a custom domain or a Resend-managed domain.
  • Webhook Processing: Securely verify and process email.received webhook events.
  • Content Retrieval: Fetch the full HTML and text content of received emails.
  • Attachment Handling: Download and process attachments from incoming emails.
  • Email Forwarding: Forward received emails to other addresses with their original content and attachments.
  • Routing: Direct incoming emails to different handlers based on the recipient address.

Quick Start

Use the resend-inbound skill to verify an incoming email webhook payload and retrieve its HTML 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 incoming emails using the Resend API and webhooks?

Processing inbound emails with Resend requires setting up a receiving domain, verifying the email.received webhook event via the Resend SDK, and fetching the email body. This Skill facilitates secure webhook verification and automated email content retrieval.

How do I download attachments from inbound emails received via Resend?

To download attachments from Resend inbound emails, verify the incoming webhook event and use the Resend SDK to retrieve the email content. This Skill enables you to extract and process attachments directly from the received email payload.

Can I forward received emails to another address using Resend?

Yes, you can forward received emails to other addresses while preserving their original HTML content and attachments. This Skill supports email forwarding by utilizing the retrieved inbound message data and the Resend SDK.

Do I need the Resend SDK to verify inbound email webhook events?

Yes, the Resend SDK is required to securely verify inbound email webhook events and retrieve full email HTML and text bodies. This Skill depends on the resend package to handle the webhook verification and content fetching processes.

Can I route incoming Resend emails to different handlers based on the recipient address?

Yes, you can direct incoming emails to different handlers based on the recipient address. This Skill provides routing capabilities to direct inbound messages to specific processing logic depending on the target recipient.