What problem does it solve?
Receiving and processing inbound emails often involves manual steps to extract content, manage attachments, and forward messages. This Skill streamlines inbound email handling using Resend, including domain setup, webhook processing, and content retrieval.
Core Features & Use Cases
- Inbound domain configuration: Set up subdomains or Resend domains to receive emails.
- Webhook processing: Subscribe to email.received events and verify signatures to ensure secure processing.
- Content retrieval: Retrieve email body, headers, and attachments on demand via the Receiving API.
- Email forwarding: Forward emails with optional attachments to downstream recipients.
Quick Start
- Configure your inbound domain in Resend (use a Resend-provided domain or add a custom MX record).
- Subscribe your webhook to the email.received event and implement a handler to fetch email content via the Receiving API.
- When a webhook arrives, call the Receiving API to get the body and the Attachments API to fetch filenames and download URLs.