What problem does it solve?
This Skill allows users to operate the Resend platform from the terminal, streamlining the process of sending emails, managing domains, contacts, broadcasts, templates, webhooks, API keys, logs, automations, and events.
Core Features & Use Cases
- Email Operations: Send emails (including React Email templates), manage domains, contacts, broadcasts, templates, webhooks, API keys, logs, automations, and events.
- Terminal Commands: Use with shell, scripts, or CI/CD pipelines for non-interactive commands.
- React Email Templates: Send and preview React Email templates via the terminal.
- Use Case: For a company with a large volume of email communication, this Skill can be used to automate the sending of newsletters and marketing campaigns through the terminal, reducing the need for manual intervention.
Quick Start
Use the resend-cli skill to send an email using the Resend platform. First, ensure you have the resend-cli installed and authenticated. Then, run the following command:
resend emails send --from "[email protected]" --to "[email protected]" --subject "Hello" --text "This is a test email."