templates

Manage Resend email templates via the Resend API with CRUD operations.

Updated Jan 25, 2026
One-click install
npx skills add https://github.com/FujishigeTemma/listen --skill templates-fujishigetemma
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: templates
Source: https://github.com/FujishigeTemma/listen/tree/main/.claude/skills/resend/templates
Command: npx skills add https://github.com/FujishigeTemma/listen --skill templates-fujishigetemma

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the creation, management, and utilization of reusable email templates within the Resend platform, simplifying personalized email campaigns.

Core Features & Use Cases

  • Template Management: Create, retrieve, list, update, and delete email templates.
  • Publishing: Publish draft templates to make them available for sending.
  • Variable Support: Define and use dynamic variables within templates for personalization.
  • Use Case: A marketing team needs to send out a monthly newsletter. They can create a template with placeholders for subscriber names and article links, then use this Skill to manage the template and send personalized emails to their list.

Quick Start

Use the templates skill to list all available Resend email templates.

Frequently Asked Questions about templates

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

FAQPage Schema
How do I manage Resend email templates programmatically?

You can manage Resend email templates programmatically by using the Resend SDK for Node.js to perform CRUD operations, publish drafts, and define variables for personalized campaigns.

Can I use dynamic variables for personalization in Resend email templates?

Yes, dynamic variables are supported for personalization in Resend email templates. You can define and use placeholders for subscriber names and article links to send personalized emails.

What's the best way to publish draft email templates in Resend?

The best way to publish draft email templates in Resend is through API management that explicitly transitions draft templates to a published state, making them available for sending campaigns.

Do I need a Resend API key to create and update email templates?

Yes, you need a Resend API key because template creation, updates, and retrieval are executed by interacting with template resources via the Resend API using the Node.js SDK.

How does template management work for marketing automation with Resend?

Template management for marketing automation works by streamlining the creation and utilization of reusable email templates within the Resend platform, simplifying personalized email campaigns like monthly newsletters.