What problem does it solve? Integrating the Resend email API involves many production pitfalls — duplicate sends on retries, unverified webhooks, template variable mismatches, and domain DNS misconfigurations. This Skill provides the exact SDK patterns, gotchas, and reference docs needed to implement Resend correctly the first time. ## Core Features & Use Cases - Transactional Email Sending: Send single or batch emails with idempotency keys, attachments, scheduling, and templates across Node.js, Python, Go, Ruby, PHP, Rust, Java, and .NET SDKs. - Inbound Email & Webhooks: Receive emails via webhooks with Svix signature verification, retrieve bodies and attachments, and track delivery events like bounces and complaints. - Audience & Campaign Management: Manage domains, contacts, segments, topics, broadcasts, automations, events, API keys, and request logs. - Use Case: A developer adding a welcome email flow can use this Skill to install the correct SDK version, send with an idempotency key, verify the sending domain's DNS records, and set up a verified webhook to track delivery. ## Quick Start Ask the AI to send a transactional email with Resend using an idempotency key and proper error handling.