send

Send transactional emails via the Resend API with HTML, text, or React templates.

Updated Apr 10, 2026
One-click install
npx skills add https://github.com/theslashdojo/dojo --skill send-theslashdojo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: send
Source: https://github.com/theslashdojo/dojo/tree/main/nodes/resend/send
Command: npx skills add https://github.com/theslashdojo/dojo --skill send-theslashdojo

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires resend, and includes scripts (resource) components.

What problem does it solve?

Enable agents and developers to programmatically dispatch transactional emails without manual SMTP handling, relieving the complexity of templates, attachments, scheduling, and deduplication.

Core Features & Use Cases

  • Send emails using HTML, plain text, or server-rendered React Email templates for personalized onboarding, password resets, and notifications.
  • Batch sending of up to 100 messages, file attachments for invoices or receipts, and scheduled delivery for time-based reminders.
  • Idempotency keys and response validation to prevent duplicate sends and handle common API errors during integrations.

Quick Start

Use the send skill to send a welcome email to [email protected] with a subject line and HTML body.

Frequently Asked Questions about send

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I send transactional emails with Resend using React templates?

You can send transactional emails using Resend by providing server-rendered React Email templates, HTML, or plain text content to programmatically dispatch notifications and onboarding messages.

How do I send scheduled transactional emails and add file attachments?

Scheduled transactional emails and file attachments for invoices or receipts are dispatched through the Resend API, supporting batch sends of up to 100 messages for time-based reminders.

What do I need to send transactional emails in production with Resend?

To send transactional emails in production with Resend, you need a valid RESEND_API_KEY and a verified sending domain configured for your server-side Node.js or Python integrations.

How do I prevent duplicate transactional emails when sending in bulk?

You can prevent duplicate transactional emails in bulk workflows by utilizing idempotency keys and response validation to handle common API errors during programmatic dispatch.

Does Resend support batch sending for transactional notifications?

Resend supports batch sending of transactional notifications, allowing you to programmatically dispatch up to 100 messages per request for bulk workflows.

What is the best way to automate password reset emails without manual SMTP handling?

Automating password reset emails without manual SMTP handling is best achieved by using the Resend API to programmatically dispatch personalized transactional messages with HTML or React templates.