ChatWoot icon

ChatWoot

Interact with ChatWoot API

Actions113

Overview

This node interacts with the ChatWoot API to retrieve detailed information about a single Agent Bot. It is useful when you need to fetch specific data about an individual agent bot configured in your ChatWoot workspace, such as its settings, status, or metadata.

Practical examples include:

  • Displaying detailed info of a particular agent bot in a dashboard.
  • Using the agent bot details to make decisions in automated workflows.
  • Auditing or logging agent bot configurations for compliance or troubleshooting.

Properties

Name Meaning
Id The unique identifier (ID) of the agent bot whose details you want to retrieve. This is a required numeric value.

Output

The node outputs JSON data containing the full details of the specified agent bot as returned by the ChatWoot API. This typically includes all properties and metadata associated with that agent bot.

No binary data output is expected from this operation.

Dependencies

  • Requires an active connection to the ChatWoot API.
  • Needs an API authentication token credential configured in n8n to authorize requests.
  • The base URL for the ChatWoot instance must be set in the credentials.

Troubleshooting

  • Invalid ID error: If the provided agent bot ID does not exist or is incorrect, the API will return an error. Verify the ID before running the node.
  • Authentication errors: Ensure the API key/token credential is valid and has sufficient permissions to access agent bot details.
  • Network issues: Check connectivity to the ChatWoot server and ensure the base URL is correctly configured.
  • Unexpected response format: Confirm that the ChatWoot API version matches what the node expects.

Links and References

Discussion