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, it can be used to audit existing webhooks, synchronize webhook data with other systems, or trigger conditional logic based on webhook presence.

Properties

Name Meaning
Account Id The numeric ID of the account to list webhooks from

Output

The node outputs JSON data representing the list of webhooks retrieved from the specified account. Each webhook entry typically includes details such as its URL, events it listens to, status, and other metadata defined by the ChatWoot API. This structured output allows further processing or filtering in subsequent workflow steps.

Dependencies

  • Requires an API key credential for authenticating with the ChatWoot API.
  • The node depends on the ChatWoot API endpoint configured via credentials, including the base URL.
  • No additional external dependencies are indicated beyond the bundled OpenAPI client.

Troubleshooting

  • Common issues:

    • Invalid or missing API authentication token may cause authorization errors.
    • Providing an incorrect or non-existent Account Id will result in empty results or API errors.
    • Network connectivity problems can prevent successful API calls.
  • Error messages:

    • Authorization failures typically indicate invalid credentials; verify the API key and permissions.
    • "Account not found" or similar errors suggest the Account Id does not exist or is inaccessible.
    • Timeout or connection errors require checking network settings and API availability.

Links and References

Discussion