Skip to content
hscli

Customers

The customer group works with the people behind your conversations. See the command reference for all flags.

zsh — hscli
hscli customer search "acme"
hscli customer list --mailbox 42 --output json

customer list filters by --mailbox, --first, --last, or --since; use customer search "<query>" for free-text lookup.

Terminal window
hscli customer get 99120 --output yaml
Terminal window
# create
hscli customer create --email kai@studio.co --first Kai --last Okafor --company "Studio Co"
# update an existing record
hscli customer update 99120 --company "Studio Collective" --job-title "Founder"
Terminal window
hscli customer conversations 99120 --limit 10