Customers
The customer group works with the people behind your conversations. See the
command reference for all flags.
Search and list
Section titled “Search and list”hscli customer search "acme"hscli customer list --mailbox 42 --output jsoncustomer list filters by --mailbox, --first, --last, or --since; use
customer search "<query>" for free-text lookup.
Read a profile
Section titled “Read a profile”hscli customer get 99120 --output yamlCreate and update
Section titled “Create and update”# createhscli customer create --email kai@studio.co --first Kai --last Okafor --company "Studio Co"
# update an existing recordhscli customer update 99120 --company "Studio Collective" --job-title "Founder"A customer's conversations
Section titled “A customer's conversations”hscli customer conversations 99120 --limit 10