paubox send
Send a single HIPAA compliant email.Flags
Example
Output
paubox status
Check the delivery status of a sent message.Example
Output
paubox config
Manage CLI configuration stored in~/.config/paubox/config.json.
Subcommands
Supported keys
Additional keys may be added in future releases.
Examples
paubox config stores general settings only. API credentials are managed separately with paubox auth and stored in the OS keychain, not in config.json.paubox forms
Fetch and submit Paubox Forms from the terminal. These commands hit the public Forms endpoints and do not requirepaubox auth login.
Subcommands
paubox forms get
Fetch a form’s metadata, including its title, description, and submission count.Flags
Example
Output
paubox forms submit
Submit a response to a form, optionally with attachments.Flags
Examples
Submit with--data fields only:
--data fields and an attachment:
Output
--json:
Global options
These flags work with any command.Examples
Exit codes
The CLI exits with0 on success and a non-zero code on failure. Use this in scripts and CI pipelines to detect errors: