resend

Send and receive emails via the Resend API with React templates.

1|Updated Mar 4, 2026
One-click install
npx skills add https://github.com/Kuass/kiro-gateway-plus --skill resend-kuass
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: resend
Source: https://github.com/Kuass/kiro-gateway-plus/tree/main/.opencode/skill/resend
Command: npx skills add https://github.com/Kuass/kiro-gateway-plus --skill resend-kuass

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a comprehensive solution for integrating email functionality into applications, covering sending transactional emails, handling inbound messages, and building email templates.

Core Features & Use Cases

  • Sending Emails: Supports single transactional emails, batch sends, attachments, and scheduling.
  • Receiving Emails: Enables setting up inbound email handling via webhooks and retrieving email content and attachments.
  • Email Templating: Facilitates the creation of dynamic, cross-client compatible email templates using React components.
  • Use Case: An e-commerce application can use this Skill to send order confirmations, process customer support inquiries received via email, and generate visually appealing marketing emails.

Quick Start

Use the resend skill to send a welcome email to '[email protected]' with the subject 'Welcome aboard!'.

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 using the Resend API?

Yes, you can handle inbound emails by configuring webhooks and verifying webhook secrets. This allows your application to securely receive incoming email content and attachments programmatically through the Resend API.

How do I create dynamic email templates with Resend?

You create dynamic email templates with Resend by building React components. This approach generates cross-client compatible email templates, allowing you to send visually consistent transactional and marketing emails through the API.

Does the Resend API support batch sending and email attachments?

Yes, the Resend API supports batch sending and email attachments. You can send single transactional emails, process batch sends, include attachments, and schedule delivery using the available Node.js, Python, and Go SDKs.

Do I need an API key to integrate Resend for programmatic email delivery?

Yes, you need an API key to integrate Resend for programmatic email delivery. Configuring your API key is required for secure operation when using the SDKs to send or receive transactional emails and process inbound webhooks.