ChatWoot icon

ChatWoot

Interact with ChatWoot API

Actions113

Overview

This node interacts with the ChatWoot API to list all webhooks associated with a specified account. It is useful for users who want to retrieve and manage webhook configurations programmatically within their automation workflows. For example, a user might use this node to audit existing webhooks or synchronize webhook data with other systems.

Properties

Name Meaning
Account Id The numeric ID of the account to query.

Output

The node outputs JSON data representing the list of webhooks retrieved from the ChatWoot API for the given account. Each item in the output typically contains details about an individual webhook such as its URL, events it listens to, status, and other metadata. The output does not include binary data.

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.
  • Internet access to reach the ChatWoot API endpoint.

Troubleshooting

  • Common issues:

    • Invalid or missing API authentication token can cause authorization errors.
    • Incorrect account ID may result in empty results or errors.
    • Network connectivity problems can prevent the node from reaching the API.
  • Error messages:

    • Authorization errors usually indicate invalid or expired API credentials; verify and update the API key.
    • "Not Found" or similar errors may mean the account ID does not exist or is inaccessible.
    • Timeout or network errors suggest checking internet connection or API availability.

Links and References

Discussion