ChatWoot icon

ChatWoot

Interact with ChatWoot API

Actions113

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.

Links and References

Discussion