Actions113
- 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
- Webhooks Actions
- Teams Actions
- Custom Filters Actions
- Reports Actions
Overview
This node interacts with the ChatWoot API to list all inboxes associated with a specified account. It is useful for scenarios where you need to retrieve and manage multiple communication channels or inboxes within a ChatWoot account, such as aggregating messages, monitoring conversations, or integrating inbox data into other workflows.
For example, a user might use this node to fetch all inboxes of their customer support account to display them in a dashboard or to automate routing of incoming messages based on inbox properties.
Properties
| Name | Meaning |
|---|---|
| Account Id | The numeric ID of the ChatWoot account for which to list all inboxes |
Output
The node outputs JSON data representing the list of inboxes retrieved from the ChatWoot API for the given account. Each item in the output typically contains details about an individual inbox, such as its ID, name, description, and other metadata provided by the API.
No binary data output is produced by this node.
Dependencies
- Requires an active connection to the ChatWoot API.
- Needs an API authentication token configured in the node credentials to authorize requests.
- The base URL for the ChatWoot instance must be set in the credentials configuration.
Troubleshooting
Common issues:
- Invalid or missing API credentials will cause authentication failures.
- Providing an incorrect or non-existent Account Id may result in empty results or errors.
- Network connectivity problems can prevent the node from reaching the ChatWoot API.
Error messages:
- Authentication errors usually indicate invalid API tokens; verify and update credentials.
- "Account not found" or similar errors suggest the Account Id does not exist or is inaccessible.
- Timeout or network errors require checking internet connection and API endpoint availability.
Links and References
- ChatWoot API Documentation (for detailed API endpoints and data structures)
- n8n Documentation (for general usage of custom nodes and credential setup)