resend

Send and track transactional emails via the Resend API.

Updated Apr 28, 2026
One-click install
npx skills add https://github.com/All-Of-The-Things/ai-linkedin-lead-generation --skill resend-all-of-the-things
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: resend
Source: https://github.com/All-Of-The-Things/ai-linkedin-lead-generation/tree/main/.agents/skills/resend
Command: npx skills add https://github.com/All-Of-The-Things/ai-linkedin-lead-generation --skill resend-all-of-the-things

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides a comprehensive suite for managing and sending transactional emails using the Resend API, offering solutions for sending, receiving, managing templates, and more.

Core Features & Use Cases

  • Email Sending & Receiving: Send and receive emails programmatically, with support for single and batch sends, and receiving inbound emails via webhooks.
  • Templates: Create, manage, and send emails using reusable templates.
  • Webhooks: Subscribe to various email events and receive real-time notifications.
  • Use Case: Imagine you need to send personalized emails to thousands of customers with order confirmations. This Skill allows you to create a template, programmatically insert variables, and send them in bulk while tracking delivery status and handling bounces and complaints.

Quick Start

Use the resend skill to send an email with a template to a specific contact. First, define the template with the necessary variables. Then, create an email with the template ID and the relevant data to be filled in.

Frequently Asked Questions about resend

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

FAQPage Schema
How do I send transactional emails at scale using the Resend API?

To send transactional emails at scale, use this Skill to automate single and batch sends programmatically via the Resend API. You can insert template variables for personalized content and track delivery status for high-volume campaigns and automated notifications.

Can I use reusable templates for automated email notifications?

Yes, you can use reusable templates for automated email notifications. This Skill allows you to create, manage, and send emails by defining a template ID and programmatically inserting relevant data variables into the template for bulk sending.

Do I need a webhook endpoint to receive inbound emails and track events?

You need a webhook endpoint to receive inbound emails and subscribe to real-time event notifications. While sending emails only requires a Resend API key, configuring webhooks allows you to receive real-time updates on delivery status, bounces, and complaints.

What is the best way to handle email bounces and complaints for high-volume campaigns?

The best way to handle bounces and complaints in high-volume email campaigns is by subscribing to webhook events. This Skill uses the Resend API to send emails and webhook endpoints to receive real-time notifications, allowing you to track delivery issues programmatically.

How do I create an email workflow automation for order confirmations?

To create an email workflow automation for order confirmations, define a reusable template with necessary variables, then use this Skill to send bulk emails via the Resend API. It programmatically inserts customer data into the template and tracks the delivery status.