resend-inbound

Process incoming emails via Resend with domain setup and webhook verification.

101|33|Updated Nov 23, 2023
One-click install
npx skills add https://github.com/growupanand/ConvoForm --skill resend-inbound-growupanand
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: resend-inbound
Source: https://github.com/growupanand/ConvoForm/tree/main/.agents/skills/resend/resend-inbound
Command: npx skills add https://github.com/growupanand/ConvoForm --skill resend-inbound-growupanand

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 incoming emails for your domain using Resend, allowing you to process email content, attachments, and webhooks efficiently.

Core Features & Use Cases

  • Domain Configuration: Set up Resend to receive emails via a Resend-managed domain or a custom domain with MX records.
  • Webhook Processing: Handle email.received events, verify signatures, and retrieve email content and attachments.
  • Use Case: Automatically forward customer support emails received at [email protected] to your internal team, extracting relevant details and attachments.

Quick Start

Configure your custom domain with Resend by adding the provided MX record to your DNS settings.

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?

To process incoming emails using Resend webhooks, you subscribe to the `email.received` event, verify the webhook signature for security, and retrieve the email content and attachments via API calls.

What do I need to set up a custom domain for receiving emails with Resend?

Setting up a custom domain for receiving emails with Resend requires adding the provided MX records to your DNS settings, which routes incoming emails to your Resend-managed domain for processing.

Can I extract attachments from inbound emails through Resend?

Yes, you can extract attachments from inbound emails through Resend by handling the `email.received` webhook event and retrieving the attached files via subsequent API calls.

Does Resend support webhook signature verification for inbound email processing?

Resend supports webhook signature verification for inbound email processing, ensuring that the `email.received` events and extracted content or attachments you handle are securely validated.

What is the best way to automatically forward customer support emails received via Resend?

The best way to automatically forward customer support emails received via Resend is to process the `email.received` webhook, extract the relevant details and attachments, and route them to your internal team.