resend-inbound

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

Updated Jan 25, 2026
One-click install
npx skills add https://github.com/FujishigeTemma/listen --skill resend-inbound-fujishigetemma
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: resend-inbound
Source: https://github.com/FujishigeTemma/listen/tree/main/.claude/skills/resend/resend-inbound
Command: npx skills add https://github.com/FujishigeTemma/listen --skill resend-inbound-fujishigetemma

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

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

Core Features & Use Cases

  • Email Reception: Set up custom domains or use Resend-managed domains to receive emails.
  • Webhook Processing: Securely verify and process email.received events.
  • Content Retrieval: Fetch email bodies (HTML and plain text) and attachment metadata.
  • Attachment Handling: Download email attachments for further processing.
  • Email Forwarding: Automatically forward received emails to other addresses.
  • Use Case: Automatically process customer support emails, extract order details from incoming purchase confirmations, and forward them to the relevant team.

Quick Start

Verify the incoming email webhook payload and retrieve the 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 incoming emails and extract attachments with Resend?

To process incoming emails with Resend, you set up a custom domain, configure a webhook to listen for email.received events, and use the API to retrieve the email body and download attachments for automated workflows.

How does webhook verification work for inbound email events?

Webhook verification for inbound email events requires a Resend webhook secret. The system securely validates the incoming event payload against this secret before processing the email content or attachments.

Do I need a custom domain to receive emails using Resend?

You do not strictly need a custom domain to receive emails using Resend. You can configure a custom domain or use Resend-managed domains to handle incoming email traffic and webhook routing.

Can I automatically forward received emails to another address?

Yes, you can automatically forward received emails. The inbound email processing logic supports extracting the original content and attachments, then routing or forwarding the communication to other specified email addresses.

What is the best way to automate customer support ticket creation from emails?

The best way to automate customer support ticket creation from emails is to use a webhook to capture inbound messages, verify the event, extract the plain text or HTML body, and pass the retrieved data to your ticketing system.

What are the limitations when handling inbound email attachments?

Handling inbound email attachments requires retrieving attachment metadata through the Resend API before downloading the files. You must ensure your environment has the correct API key and webhook secret configured for secure data retrieval.