Grammar at a glance
- Plural noun = list:
chatwoot convs,chatwoot contacts,chatwoot agents - Singular + id = view:
chatwoot conv 123shows conversation 123 - Singular + id + verb = act:
chatwoot conv 123 reply "thanks"— id before verb, the way you’d say it
chatwoot conv reply 123 "thanks") also works.
Conversations
List
Act on one
Contacts
Inboxes, agents, labels, teams
Help centers
hc articles uses the saved default help center and locale. Pass --portal or --locale when you want to override them for one command.
Profile
Raw API
Usechatwoot api for authenticated API calls that do not have a first-class CLI command yet. Account-relative paths are expanded under /api/v1/accounts/<account_id>, so do not include the /api/v1/accounts/... prefix.
Auth & config
Version
Global flags
| Flag | Short | Description |
|---|---|---|
--output | -o | Output format: text, json, csv |
--account | -a | Override account ID |
--quiet | -q | Print only IDs (for scripting) |
--no-color | Disable colored output | |
--verbose | -v | Show request/response details |
--version | Print version |

