resend-inbound

Verify Resend webhook signatures and retrieve email content and attachments.

Updated Mar 5, 2026
One-click install
npx skills add https://github.com/gabrielnadoncanada/saas-starter --skill resend-inbound-gabrielnadoncanada
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: resend-inbound
Source: https://github.com/gabrielnadoncanada/saas-starter/tree/main/.agents/skills/resend/resend-inbound
Command: npx skills add https://github.com/gabrielnadoncanada/saas-starter --skill resend-inbound-gabrielnadoncanada

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 webhook verification and email content retrieval.

Core Features & Use Cases

  • Inbound Email Processing: Set up and manage inbound email reception using Resend.
  • Webhook Verification: Securely verify incoming email event payloads using Resend's SDK.
  • Content Retrieval: Fetch email bodies and attachments that are not included in the initial webhook payload.
  • Email Forwarding: Automatically forward received emails, including attachments, to other recipients.

Quick Start

Use the resend-inbound skill to process an incoming email event 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, verify the incoming webhook event signature using the Resend SDK, then retrieve the full email content. This automates handling incoming domain emails for scenarios like support ticket creation.

Does the Resend webhook payload include email attachments?

The initial Resend webhook payload does not include email bodies or attachments. You must use the Resend SDK to fetch and retrieve the full email content and attachments separately after verifying the webhook signature.

How do I verify Resend webhook signatures for inbound email events?

Verify Resend webhook signatures by using the Resend SDK to validate incoming email event payloads. This signature verification ensures webhook events are securely received from Resend before processing content.

Can I automatically forward received emails with attachments using Resend?

You can automatically forward received emails, including their attachments, to other recipients. After retrieving the email content via the Resend SDK, the inbound email processing logic handles forwarding the complete payload to specified recipients.

Do I need the Resend SDK to handle inbound email processing?

The Resend SDK is required to handle inbound email processing because it provides the necessary functions for secure webhook signature verification and retrieving email bodies and attachments not present in the initial webhook payload.