resend

Send transactional emails and manage templates via the Resend API.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/miketromba/screenshot-saas --skill resend-miketromba
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: resend
Source: https://github.com/miketromba/screenshot-saas/tree/main/.agents/skills/resend
Command: npx skills add https://github.com/miketromba/screenshot-saas --skill resend-miketromba

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Resolves the complexity of building and maintaining reliable transactional email workflows by providing a unified approach to sending emails, handling inbound content via webhooks, and managing templates with secure, scalable defaults.

Core Features & Use Cases

  • End-to-end transactional email sending with single and batch options, template support, and idempotency key guidance.
  • Inbound processing via webhooks, including retrieving body text and attachments when needed.
  • Template lifecycle management (create, publish, use aliases) to enable consistent branding and dynamic content.

Quick Start

Send a test email using the quick start example to verify basic delivery and webhook verification.

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 with template variables and idempotency keys?

You can send transactional emails via the Resend API using single or batch options, injecting template variables for dynamic content and attaching idempotency keys to prevent duplicate deliveries during network retries.

How do I verify inbound email webhooks and retrieve attachments?

Verify inbound webhooks by validating the incoming Resend signature, then extract message body text and attachments from the payload for downstream processing and content retrieval.

Can I manage email template lifecycles including creating and publishing?

Yes, you can manage the full template lifecycle by creating, publishing, and using aliases to maintain consistent branding and dynamic content across transactional email workflows.

What's the best way to handle transactional email errors and ensure deliverability?

The best way to ensure transactional email deliverability is implementing robust error handling and applying built-in security practices across all production workflows to guarantee reliable delivery.

Do I need the Resend API to process inbound emails via webhooks?

Yes, you need the Resend API to enable inbound content retrieval via webhooks, which allows your application to securely receive and process incoming email messages and attachments.