| name | mailcoach |
| description | Manage email marketing with the Mailcoach CLI — email lists, subscribers, campaigns, transactional emails, templates, automations, tags, and segments. |
Mailcoach CLI
Use this skill when the user wants to manage email marketing through their Mailcoach instance. This includes managing email lists, subscribers, campaigns, transactional emails, templates, automations, tags, segments, and suppressions.
Prerequisites
The mailcoach CLI must be installed and authenticated. If a command returns a 401 error, the user needs to authenticate first.
mailcoach login
mailcoach list-email-lists
See references/authentication.md for the full login flow.
How commands work
Commands are auto-generated from the Mailcoach OpenAPI spec. Always discover commands dynamically rather than guessing names.
mailcoach list
mailcoach <command-name> --help
Command naming
Commands use kebab-case derived from API operation IDs:
list-email-lists, create-email-list, show-email-list, update-email-list, delete-email-list
list-subscribers, create-subscriber, show-subscriber, update-subscriber