Actions100
- Accounts Actions
- Account Users Actions
- Agent Bots Actions
- Users Actions
- Inbox API Actions
- Contacts API Actions
- Conversations API Actions
- Messages API Actions
- CSAT Survey Page Actions
- Account Agent Bots Actions
- Agents Actions
- Canned Responses Actions
- Canned Response Actions
- Custom Attributes Actions
- Contacts Actions
- Contact Actions
- Automation Rule Actions
- Help Center Actions
- Conversations Actions
- Conversation Assignment Actions
- Conversation Labels Actions
- Inboxes Actions
- Messages Actions
- Integrations Actions
- Teams Actions
Overview
This node allows you to list all users associated with a specific account in ChatWoot, a customer engagement platform. It is useful for automating workflows that require fetching user information from a ChatWoot account, such as synchronizing user data, auditing account members, or integrating with other systems.
Example scenarios:
- Retrieve all users of an account to send notifications or reports.
- Sync ChatWoot account users with another CRM or database.
- Audit account membership for compliance or access control.
Properties
| Display Name | Type | Description | Required |
|---|---|---|---|
| Account Id | Number | The numeric ID of the account | Yes |
- Account Id: Enter the numeric identifier of the ChatWoot account whose users you want to list.
Output
The output will be a JSON array where each item represents a user belonging to the specified ChatWoot account. Each user object typically contains fields such as:
id: Numeric user IDname: User's nameemail: User's email addressrole: User's role within the account- ...and other relevant user details as provided by the ChatWoot API.
Note: The exact structure may vary depending on the ChatWoot API response.
Dependencies
- External Service: Requires access to a ChatWoot instance.
- API Credentials: You must configure the
chatwootApicredentials in n8n, including the base URL and authentication token. - n8n Configuration: Ensure the ChatWoot node is installed and properly configured in your n8n environment.
Troubleshooting
- Missing or Invalid Account Id:
If the "Account Id" is missing or incorrect, the node may return an error or an empty result. Double-check the account ID value. - Authentication Errors:
If credentials are not set up correctly, you may see errors related to authentication (e.g., "401 Unauthorized"). Verify your API key and base URL in the credentials. - Network Issues:
Connection problems to the ChatWoot server can cause timeouts or network errors. Ensure your n8n instance can reach the ChatWoot API endpoint.