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
- Teams Actions
- Custom Filters Actions
- Webhooks 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 displaying available inboxes for routing messages or integrating inbox data into workflows.
For example, you might use this node to fetch all inboxes of a customer support team’s ChatWoot account to dynamically assign incoming tickets or to synchronize inbox information with another system.
Properties
| Name | Meaning |
|---|---|
| Account Id | The numeric ID of the ChatWoot account whose inboxes you want to list |
Output
The node outputs a JSON array containing details of all inboxes retrieved from the specified account. Each item in the array represents an inbox object with its properties as returned by the ChatWoot API, typically including identifiers, names, types, and other metadata related to each inbox.
No binary data output is produced by this operation.
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 responses or errors.
- Network connectivity problems can prevent successful API calls.
Error messages:
- Authentication errors typically indicate invalid or expired API tokens; reconfigure credentials accordingly.
- "Account not found" or similar errors suggest the provided Account Id does not exist or is inaccessible.
- Timeout or network errors require checking internet connectivity and API endpoint availability.
Links and References
- ChatWoot API Documentation – Official API reference for understanding inbox objects and endpoints.
- n8n Documentation – General guidance on using API nodes and managing credentials.