·send-email
""

send-email

resend/resend-skills

Use when sending transactional emails (welcome messages, order confirmations, password resets, receipts), notifications, or bulk emails via Resend API.

423Installs·2Trend·@resend

Installation

$npx skills add https://github.com/resend/resend-skills --skill send-email

SKILL.md

| Single | POST /emails | Individual transactional emails, emails with attachments, scheduled sends | | Batch | POST /emails/batch | Multiple distinct emails in one request (max 100), bulk notifications |

Always implement these for production email sending. See references/best-practices.md for complete implementations.

| Format (single) | / (e.g., welcome-email/user-123) | | Format (batch) | batch- / (e.g., batch-orders/batch-456) | | Expiration | 24 hours | | Max length | 256 characters | | Duplicate payload | Returns original response without resending | | Different payload | Returns 409 error |

Use when sending transactional emails (welcome messages, order confirmations, password resets, receipts), notifications, or bulk emails via Resend API. Source: resend/resend-skills.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/resend/resend-skills --skill send-email
Category
""Writing
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is send-email?

Use when sending transactional emails (welcome messages, order confirmations, password resets, receipts), notifications, or bulk emails via Resend API. Source: resend/resend-skills.

How do I install send-email?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/resend/resend-skills --skill send-email Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/resend/resend-skills

Details

Category
""Writing
Source
skills.sh
First Seen
2026-02-01