resend-inbound

Process inbound emails and forward them using Resend's API.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill simplifies the management of inbound emails using Resend, enabling easy setup of inbound domains, processing email events, and forwarding received emails.

Core Features & Use Cases

  • Inbound Domain Setup: Configure inbound domains for receiving emails.
  • Webhook Processing: Handle email.received webhook events for email content and attachments.
  • Email Forwarding: Forward received emails to specified recipients.
  • Use Case: Streamline customer support by forwarding all customer inquiries received at your domain directly to the support team.

Quick Start

Configure your Resend inbound email settings 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 inbound emails using Resend webhooks?

Process inbound emails by handling `email.received` webhook events through Resend's API, which retrieves email content and attachments for automated routing. This Skill coordinates webhook verification and content extraction to streamline the workflow.

Can I automatically forward received emails to another recipient with Resend?

Yes, you can automatically forward received emails to specified recipients using Resend's API. This is ideal for customer support workflows, routing inbound domain inquiries directly to a support team.

How do I set up an inbound domain in Resend to receive emails?

Set up an inbound domain in Resend by configuring your inbound email settings to receive emails at your custom domain. This Skill simplifies domain configuration and prepares the environment for webhook processing.

Does this inbound email Skill handle attachments from Resend webhooks?

Yes, it handles attachments by coordinating with the Resend SDK during webhook processing. When an `email.received` event triggers, the Skill retrieves both the email content and any associated attachments.

What is the best way to manage customer support emails sent to my custom domain?

Manage customer support emails by using Resend to process inbound webhooks and forward inquiries directly to your support team. This automates email routing and administrative workflows without manual intervention.