Resend CLI

Send emails, manage domains, API keys, contacts, and broadcasts. Use when an agent needs to send transactional or marketing emails, manage email contacts, or configure email domains.

composio-community f6b9924 988 B Updated

File contents

Resend CLI

Send emails, manage domains, API keys, contacts, and broadcasts. 53 commands across 13 resources.

Installation

npm i -g resend
resend login

Key Commands

resend emails send --from "you@example.com" --to "them@example.com" --subject "Hello" --text "Hi there"
resend domains list
resend contacts list --audience-id <id>
resend api-keys list
resend broadcasts list

Agent-Friendly Features

  • Auto-detects TTY — outputs JSON when piped
  • Natural language scheduling
  • Idempotency keys for safe retries
  • resend doctor for agent environment detection
  • 53 commands across 13 resources
  • Meaningful exit codes

composio-community/awesome-agent-clis/tree/main/resend-cli commit f6b99242f1

Frequently asked questions

npx skillmds@latest add composio-community/resend-cli