What problem does it solve? Integrating email into an application involves many failure-prone details: duplicate sends on retries, unverified webhooks, domain DNS misconfiguration, and SDK quirks. This Skill provides production-tested guidance for the Resend email API so you avoid the most common integration mistakes. ## 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 signature verification, retrieve bodies and attachments, and track delivery events like bounces and opens. - Audience & Campaign Management: Manage domains, contacts, segments, topics, broadcasts, automations, events, API keys, and request logs. - Use Case: You need to send order confirmation emails and process customer replies. The Skill guides you through verifying your domain, sending with an idempotency key to prevent duplicates, and setting up a verified webhook to handle inbound responses. ## Quick Start Ask the AI to send a transactional email with Resend using an idempotency key and proper error handling.