send-email

Send single or batch emails with attachments and scheduling via the ResNet API.

Updated Sep 22, 2025
One-click install
npx skills add https://github.com/Davidenk0v/juan-carlos-fontaneria --skill send-email-davidenk0v
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: send-email
Source: https://github.com/Davidenk0v/juan-carlos-fontaneria/tree/main/.agents/skills/resend/send-email
Command: npx skills add https://github.com/Davidenk0v/juan-carlos-fontaneria --skill send-email-davidenk0v

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill enables sending transactional emails (like welcome messages, order confirmations, password resets, receipts) and bulk emails efficiently via the Resend API.

Core Features & Use Cases

  • Single Email Sending: For individual transactional emails, emails with attachments, or scheduled sends.
  • Batch Email Sending: For sending multiple distinct emails in a single request, ideal for bulk notifications.
  • Use Case: Send a welcome email to a new user upon signup, or send a batch of promotional emails to a segment of your customer list.

Quick Start

Use the send-email skill to send a welcome email to '[email protected]' with the subject 'Welcome aboard!' and a simple HTML body.

Frequently Asked Questions about send-email

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

FAQPage Schema
How do I send transactional emails via the Resend API?

To send transactional emails via the Resend API, you need a Resend API key to authorize single email sends with attachments, scheduling, and HTML bodies.

Can I send bulk emails in a single API request?

Yes, you can send bulk emails in a single API request using the batch sending feature, which allows you to send multiple distinct emails efficiently.

Do I need a webhook secret to send emails with this API?

You do not need a webhook secret to send emails, but it is optionally required if you want to configure event verification for your transactional or bulk sends.

What is the best way to send a welcome email to new users?

The best way to send a welcome email is by using the single email sending feature with an HTML body, targeting the new user's email address upon signup.

Does the Resend API support email attachments and scheduled sends?

Yes, the Resend API supports sending individual transactional emails with file attachments and allows you to schedule email sends for a specified time.