resend-inbound

Process inbound emails via Resend webhooks and API services.

1|Updated Sep 30, 2025
One-click install
npx skills add https://github.com/lukemcdonald/gettreadtalks --skill resend-inbound-lukemcdonald
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: resend-inbound
Source: https://github.com/lukemcdonald/gettreadtalks/tree/main/.agents/skills/resend/resend-inbound
Command: npx skills add https://github.com/lukemcdonald/gettreadtalks --skill resend-inbound-lukemcdonald

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill helps you manage incoming emails sent to your domain, enabling you to process email content, attachments, and set up automated responses or forwarding.

Core Features & Use Cases

  • Receive Emails: Configure Resend to accept emails for a custom domain or a Resend-managed domain.
  • Process Webhooks: Handle email.received events, verifying signatures for security.
  • Retrieve Content: Fetch email bodies (HTML/text) and attachment metadata/download URLs.
  • Forward Emails: Automatically forward received emails, including attachments, to another address.
  • Use Case: Automatically forward customer support inquiries received at [email protected] to your internal support team, extracting and attaching any files they send.

Quick Start

Configure your custom domain's MX records to point to Resend and set up a webhook to process incoming emails.

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?

Process incoming emails using Resend webhooks by handling the email.received event, verifying the webhook signature for security, and then making API calls to retrieve the email body and attachment download URLs.

Can I forward received emails with attachments to another address?

Yes, you can forward received emails with attachments to another address. The Skill retrieves attachment metadata and download URLs via the Resend API, allowing you to automatically forward files along with the original email content.

How do I retrieve email body and attachments from Resend inbound emails?

Retrieve email body and attachments from Resend inbound emails by making secure API calls after processing the webhook event. This fetches both HTML and text content, along with attachment metadata and download URLs.

Do I need to configure custom domain MX records to receive emails with Resend?

Yes, receiving emails with Resend requires you to configure your custom domain's MX records to point to Resend. You can also use a Resend-managed domain, and you must set up a webhook to process the inbound email events.

What is the best way to automate customer support email forwarding with Resend?

The best way to automate customer support email forwarding is to use Resend inbound processing to receive emails at [email protected], extract attached files, and automatically forward the entire message to your internal team.

Why does Resend webhook verification matter for inbound email processing?

Resend webhook verification matters for inbound email processing because it ensures the security of your workflow. Verifying webhook signatures confirms that the email.received events are genuinely from Resend, preventing unauthorized requests.