ChatWoot icon

ChatWoot

Interact with ChatWoot API

Actions113

Overview

This node interacts with the ChatWoot API to retrieve detailed information about a single custom attribute associated with an account. It is useful when you need to fetch specific metadata or configuration details stored as custom attributes in ChatWoot, for example, to display or process that data further in your workflow.

A practical use case would be automating customer support workflows where you want to enrich tickets or contacts with custom attribute data fetched dynamically from ChatWoot.

Properties

Name Meaning
Account Id The numeric ID of the ChatWoot account from which to retrieve the custom attribute.
Id The numeric ID of the specific custom attribute whose details you want to obtain.

Output

The node outputs JSON data containing the details of the requested custom attribute. This typically includes fields such as the attribute's name, type, value, and any other metadata defined by ChatWoot for that attribute.

No binary data output is produced by this node.

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.
  • Depends on the @devlikeapro/n8n-openapi-node package for OpenAPI integration.

Troubleshooting

  • Invalid Account Id or Custom Attribute Id: If either ID is incorrect or does not exist, the API will likely return a 404 error. Verify the IDs before running the node.
  • Authentication Errors: Ensure the API key credential is valid and has sufficient permissions to access custom attributes.
  • Network Issues: Check connectivity to the ChatWoot instance URL configured in credentials.
  • Malformed Response: If the API response structure changes, the node might fail to parse it correctly. Updating the node or its OpenAPI specification may be required.

Links and References

Discussion