resend

Send, receive, and template emails via the Resend API.

Updated Feb 5, 2026
One-click install
npx skills add https://github.com/Khoiwall/be_vidify --skill resend-khoiwall
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: resend
Source: https://github.com/Khoiwall/be_vidify/tree/main/.opencode/skill/resend
Command: npx skills add https://github.com/Khoiwall/be_vidify --skill resend-khoiwall

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Consolidates and simplifies building, sending, receiving, and templating emails via Resend to reduce boilerplate and speed up integration.

Core Features & Use Cases

  • Send transactional emails (single or batch) using the Resend API/SDK.
  • Receive inbound emails via webhooks and retrieve content with the Receiving API.
  • Create and render React Email templates for consistent, component-based email design.

Quick Start

Choose your path: send, receive, or template, and follow the corresponding reference guide to implement Resend in your project.

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 in my application?

Send transactional emails using the Resend API by integrating the SDK to automate single or batch email workflows, reducing boilerplate for sending messages directly through your application's backend.

How do I receive inbound emails via webhooks with Resend?

Receive inbound emails with Resend by configuring webhooks to capture incoming messages and retrieving their content using the Receiving API, enabling automated processing of inbound email workflows.

Can I use React Email templates with Resend for transactional emails?

Yes, you can create and render React Email templates with Resend to build consistent, component-based email designs for transactional communications, including support for optional attachments.

Does Resend support batch sending for transactional emails?

Yes, Resend supports batch sending for transactional emails, allowing you to send single or batch emails via the API to streamline high-volume template-based communications.

What is the best way to verify inbound webhooks from Resend?

Verify inbound webhooks from Resend by implementing webhook verification logic within your receiving endpoint, ensuring secure processing of inbound content retrieved through the Receiving API.