resend-inbound
Installation
SKILL.md
Receive Emails with Resend
Overview
Resend processes incoming emails for your domain and sends webhook events to your endpoint. Webhooks contain metadata only — you must call separate APIs to retrieve email body and attachments.
This skill is context-independent — it does not use brand/ files and works identically in any project.
On Activation
- Determine if the user needs a Resend-managed domain or custom domain.
- Walk through domain setup and webhook configuration.
- Implement webhook handler with signature verification.
- Add content retrieval logic (body + attachments as needed).
- Add routing logic if multiple recipients are expected.
Output: A webhook handler file with signature verification, content retrieval, and routing logic.