Skip to main content
The Resend skill enables AI agents to send emails through the Resend API using our official recommendations. It provides a streamlined interface for sending single and batch emails with built-in error handling and retry logic.

Installation

Install the skill using the following command:
npx skills add resend/resend-skills

Advantages

Build with our official recommendations for sending emails with Resend.
  • Single and batch email sending: Send individual emails or batch up to 100 emails per request.
  • Built-in error handling and retry logic: Automatic retries with exponential backoff for transient failures.
  • Idempotency key support: Prevent duplicate sends with idempotency keys for safe retries.
  • Multi-language SDK support: Works with Node.js, Python, Ruby, Go, and other supported SDKs.
  • Automatic activation for email tasks: AI agents automatically use this skill when email sending is needed.

Learn More

View on GitHub

See the full source code and documentation.