resend

Installation
SKILL.md

Resend

Overview

Resend is a modern email API built for developers, providing programmatic email sending with support for React Email components, domain management, and webhook-driven event tracking.

When to use: Transactional emails (welcome, password reset, receipts), batch email delivery, scheduled sending, webhook-based delivery tracking, domain verification, React Email integration.

When NOT to use: High-volume marketing automation (use dedicated ESP), SMS/push notifications, email hosting/inbox management.

Quick Reference

Pattern API Key Points
Send email resend.emails.send({ from, to, subject }) Returns { data, error }, supports html/text/react content
Send with React resend.emails.send({ react: <Email /> }) Node.js SDK only, renders React Email components server-side
Batch send resend.batch.send([...emails]) Multiple emails in one request, no attachments/scheduling
Schedule email emails.send({ scheduled_at }) ISO 8601 or natural language, cancel before send window
Attachments emails.send({ attachments: [...] }) Max 40MB total after encoding, supports content or path
Related skills
Installs
36
GitHub Stars
11
First Seen
Feb 23, 2026