supersendtx-cli
v0.15.3
Published
SuperSend TX CLI — send transactional email from the terminal
Maintainers
Readme
supersendtx-cli
Command-line client for SuperSend TX — send transactional email and manage domains, webhooks, templates, and more from the terminal.
npm install -g supersendtx-cliexport SUPERSENDTX_API_KEY=stx_your_key_heresupersendtx emails send \
--from [email protected] \
--to [email protected] \
--subject 'Your receipt' \
--html '<p>Thanks for your purchase.</p>'Or without a global install:
npx supersendtx-cli emails send --from … --to … --subject … --html …Common commands
supersendtx domains list
supersendtx domains verify example.com
supersendtx webhooks list
supersendtx emails listRun supersendtx --help or supersendtx <command> --help for flags.
Docs
- Quickstart: https://docs.supersendtx.com/quickstart
- Domains API / CLI: https://docs.supersendtx.com/api/domains
- Agent skills (CLI): https://docs.supersendtx.com/ai/agent-skills
- Product: https://supersendtx.com
License
MIT
