What problem does it solve?
This Skill helps you receive emails via Resend, securely verify inbound webhook events, and retrieve the actual email body and attachments that are not included in the webhook payload.
Core Features & Use Cases
- Webhook verification for trusted events: Validates
email.received webhook signatures to prevent spoofed inbound events.
- Content retrieval after metadata-only webhooks: Fetches email HTML/text and headers using the Receiving API with the
email_id from the webhook.
- Attachment handling and forwarding: Lists attachment metadata, downloads attachment content via expiring URLs, and forwards the email with attachments to your team or system.
- Use Case: Route incoming support vs billing emails by inspecting the recipient address in the webhook
to field, then forward the enriched email content to the correct downstream handler.
Quick Start
Configure your inbound domain and webhook in Resend, then call the webhook verification endpoint to receive email.received events and use the email_id to fetch the email body and attachments.