ChatWoot icon

ChatWoot

Interact with ChatWoot API

Actions113

Overview

This node interacts with the ChatWoot API to retrieve conversation metrics for a specific account. It is designed to fetch detailed reports about conversations associated with an account, which can be useful for analyzing customer support performance or engagement statistics.

Common scenarios include:

  • Monitoring the volume and quality of conversations handled by a support team.
  • Generating periodic reports on account activity for management review.
  • Integrating conversation metrics into dashboards or other analytics tools.

For example, a user might use this node to get the total number of conversations handled by their support account over a given period, helping them understand workload and resource allocation.

Properties

Name Meaning
Account Id The numeric ID of the account for which to retrieve conversation metrics.
Type Type of report to generate. Currently supports only "Account".

Output

The node outputs JSON data containing the conversation metrics retrieved from the ChatWoot API for the specified account. This typically includes various statistics related to conversations such as counts, statuses, timestamps, and possibly aggregated data depending on the API response.

No binary data output is indicated.

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 handling OpenAPI-based requests.

Troubleshooting

  • Invalid Account Id: If the provided account ID does not exist or is incorrect, the API may return an error or empty results. Verify the account ID before running the node.
  • Authentication Errors: Ensure that the API key credential is correctly set up and has sufficient permissions to access conversation metrics.
  • Network Issues: Connectivity problems or incorrect base URL configuration can cause request failures. Confirm the URL and network accessibility.
  • Unsupported Report Type: Currently, only the "Account" type is supported. Using other types may result in errors or no data.

Links and References

Discussion