resend-cli

Manage Resend email campaigns, domains, automations, and events via command line.

Updated Jun 14, 2026
One-click install
npx skills add https://github.com/iantanwx/openschedule --skill resend-cli-iantanwx
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: resend-cli
Source: https://github.com/iantanwx/openschedule/tree/main/.agents/skills/resend-cli
Command: npx skills add https://github.com/iantanwx/openschedule --skill resend-cli-iantanwx

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill provides a terminal interface for managing Resend's email campaign features, allowing users to streamline their email management process.

Core Features & Use Cases

  • Email Operations: Send, list, cancel, and update emails and broadcasts.
  • Domain Management: Create, verify, and manage domains for email campaigns.
  • Automation & Event Handling: Create and manage automations and events to enhance email campaign workflows.
  • Use Case: Automate the process of sending monthly newsletters to a segmented list of subscribers using predefined templates and automation rules.

Quick Start

Use the resend-cli skill to create a new email broadcast.

resend-cli broadcasts create --from "[email protected]" --subject "Monthly Update" --segment-id <segment-id> --html "./templates/newsletter.html" --send

Frequently Asked Questions about resend-cli

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

FAQPage Schema
How do I automate email campaigns from the command line using Resend?

Automate email campaigns via Resend by executing CLI commands to send broadcasts, manage domains, and handle events, streamlining terminal-based email workflows. It supports predefined templates and automation rules for segmented subscribers.

What do I need to send broadcasts through Resend from a terminal?

Sending broadcasts through Resend from a terminal requires a Resend API key and command-line proficiency. You use the provided CLI commands to specify the sender, subject, segment ID, and HTML template to dispatch emails.

Can I manage domains and webhooks for Resend email campaigns via CLI?

Managing domains and webhooks for Resend email campaigns via CLI is fully supported. The command-line interface allows you to create, verify, and manage domains, as well as configure webhooks and handle events.

Does the Resend CLI support automation rules for monthly newsletters?

The Resend CLI supports automation rules for monthly newsletters by combining predefined templates, segmented subscriber lists, and event handling. You can create and manage automations to enhance your email campaign workflows.

What is the best way to send a segmented email broadcast using Resend CLI?

The best way to send a segmented email broadcast using Resend CLI is the 'broadcasts create' command. You pass parameters for the sender, subject, segment-id, and HTML template, appending the '--send' flag to execute delivery.