resend
Email API for developers to send, receive, and manage emails with idempotency and multi-language SDK support.
Install
npx skills add https://github.com/resend/resend-skills --skill resendStats
| Total installs | 4,357 |
| Weekly installs | 4.3K |
| GitHub stars | 94 |
| First seen | Jan 28, 2026 |
| Source | @resend/resend-skills |
Summary
- Supports single and batch email sends with idempotency keys to prevent duplicates on retry; batch mode is atomic but lacks attachment and scheduling support
- Includes webhook verification, inbound email receiving with separate body retrieval, and template management with variable substitution
- Node.js SDK returns { data, error } tuples instead of throwing exceptions; always check error explicitly
- Covers 8+ language SDKs (Node.js, Python, Go, Ruby, PHP, Rust, Java, .NET) with minimum version requirements for full functionality
- Critical gotchas documented: webhook payloads contain metadata only, template variables are case-sensitive, batch doesn't support attachments, and MX record priority matters for inbound routing
Tags
Related skills
| Skill | Installs | vs resend |
|---|---|---|
| recipe-share-doc-and-notify | 6,066 | +1,709 |
| recipe-create-gmail-filter | 6,548 | +2,191 |
| recipe-forward-labeled-emails | 6,014 | +1,657 |
| react-email | 3,646 | -711 |
| persona-content-creator | 6,207 | +1,850 |
FAQ
- How many installs does resend have?
- resend has 4,357 total installs and 4.3K installs this week.
- Where is resend hosted?
- resend is published by @resend/resend-skills at https://github.com/resend/resend-skills.
- How many GitHub stars does resend have?
- resend has 94 GitHub stars.
- When was resend first indexed?
- OrangeBot.AI first indexed resend on Jan 28, 2026.
- How do I install resend?
- Run: npx skills add https://github.com/resend/resend-skills --skill resend