rootmail

Tooling

CLI

@rootmail/cli — drive the same API from your shell or CI.

terminal
npm i -g @rootmail/cli
export ROOTMAIL_API_KEY=rm_live_…

Common commands:

terminal
rootmail send --to ada@example.com --template welcome
rootmail deliverability                       # reputation score + rates
rootmail import:suppressions sendgrid-export.csv
rootmail assistant "set up a 3-step onboarding sequence"
  • Everything is a subcommand of the same API — scriptable in CI.
  • Use a rm_test_… key to dry-run in the sandbox.