Actions113
- 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
- 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
Overview
This node interacts with the ChatWoot API to list all agent bots associated with a specific account. It is useful for scenarios where you need to retrieve and manage the collection of automated agents (bots) configured within a ChatWoot account, such as for monitoring, reporting, or further automation workflows.
A practical example would be automating the retrieval of all agent bots for an account to display their statuses or to synchronize them with another system.
Properties
| Name | Meaning |
|---|---|
| Account Id | The numeric ID of the ChatWoot account for which to list all agent bots |
Output
The node outputs JSON data representing the list of agent bots associated with the specified account. Each item in the output typically contains details about an individual agent bot, such as its ID, name, status, and configuration as provided by the ChatWoot API.
No binary data output is produced by this operation.
Dependencies
- Requires an API key credential for authenticating with the ChatWoot API.
- The base URL for the ChatWoot instance must be configured in the credentials.
- The node depends on the ChatWoot REST API being accessible and the user having appropriate permissions to list agent bots.
Troubleshooting
Common issues:
- Invalid or missing API authentication token can cause authorization errors.
- Incorrect account ID may result in empty results or errors.
- Network connectivity problems can prevent the node from reaching the ChatWoot API.
Error messages:
- Authorization errors typically indicate invalid or expired API credentials; verify and update the API key.
- "Account not found" or similar errors suggest the provided account ID does not exist or is inaccessible; confirm the account ID.
- Timeout or network errors require checking internet connectivity and API endpoint availability.