ChatWoot icon

ChatWoot

Interact with ChatWoot API

Actions113

Overview

This node interacts with the ChatWoot API to retrieve details of all integrations associated with a specific account. It is useful for scenarios where you need to programmatically access and manage integration configurations linked to your ChatWoot account, such as auditing connected services or synchronizing integration data with other systems.

For example, you might use this node to fetch all active integrations for an account to display them in a dashboard or to automate updates based on integration status.

Properties

Name Meaning
Account Id The numeric ID of the account whose integrations you want to retrieve

Output

The node outputs JSON data containing the details of all integrations for the specified account. This typically includes information such as integration IDs, names, types, statuses, and configuration details as provided by the ChatWoot API.

No binary data output is expected from this operation.

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 authentication token can cause authorization errors.
    • Incorrect account ID may result in empty responses or errors indicating the account was not found.
    • Network connectivity problems can prevent the node from reaching the ChatWoot API.
  • Error messages:

    • 401 Unauthorized: Check that the API key credential is correctly set and has sufficient permissions.
    • 404 Not Found: Verify that the provided account ID exists and is correct.
    • Timeout or Network Error: Ensure network connectivity and that the ChatWoot instance URL is reachable.

Links and References

Discussion