ChatWoot icon

ChatWoot

Interact with ChatWoot API

Actions113

Overview

This node interacts with the ChatWoot API to retrieve detailed information about a single Account Agent Bot within a specified account. It is useful when you need to fetch specific data about an agent bot, such as its configuration or status, for monitoring, auditing, or integration purposes.

Practical examples include:

  • Fetching details of a particular agent bot to display in a dashboard.
  • Verifying the configuration of an agent bot before performing updates.
  • Integrating agent bot data into other systems for reporting or automation.

Properties

Name Meaning
Account Id The numeric ID of the account that owns the agent bot.
Id The unique ID of the agent bot whose details are to be retrieved.

Output

The node outputs JSON data containing the detailed information of the specified Account Agent Bot. This typically includes all relevant properties and metadata associated with the agent bot as returned by the ChatWoot API.

No binary data output is involved.

Dependencies

  • Requires an API key credential for authenticating with the ChatWoot API.
  • The base URL for the ChatWoot instance must be configured in the node credentials.
  • The node depends on the @devlikeapro/n8n-openapi-node package for OpenAPI-based request handling.

Troubleshooting

  • Common issues:

    • Invalid or missing API credentials will cause authentication failures.
    • Providing incorrect Account Id or Agent Bot Id may result in "not found" errors.
    • Network connectivity problems can prevent successful API calls.
  • Error messages:

    • 401 Unauthorized: Check that the API key credential is correctly set and has sufficient permissions.
    • 404 Not Found: Verify that the Account Id and Agent Bot Id are correct and exist.
    • 500 Internal Server Error: May indicate server-side issues; retry later or contact support.

Links and References

Discussion