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 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 trigger updates based on bot configurations.
Properties
| Name | Meaning |
|---|---|
| Account Id | The numeric ID of the account to query. |
Output
The node outputs JSON data representing the list of all agent bots for the specified account. Each item in the output typically contains details about an individual agent bot, such as its identifier, name, status, and configuration metadata.
No binary data output is indicated by the source code.
Dependencies
- Requires an API key credential for authenticating with the ChatWoot API.
- The base URL for the ChatWoot instance must be provided via credentials.
- The node depends on the ChatWoot REST API being accessible and properly configured.
Troubleshooting
- Common issues:
- Invalid or missing API authentication token can cause authorization errors.
- Incorrect account ID may result in empty results or not found errors.
- Network connectivity problems to the ChatWoot API endpoint.
- Error messages:
- Authorization failures usually indicate invalid credentials; verify the API key and base URL.
- "Not Found" errors suggest the account ID does not exist or is inaccessible.
- Timeout or connection errors imply network issues or incorrect API endpoint configuration.