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 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 exact structure depends on the ChatWoot API response but generally includes webhook identifiers and configuration details.

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 credentials.
  • The node uses the ChatWoot REST API endpoint to fetch webhook data.

Troubleshooting

  • Common issues:

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

    • Authentication errors typically indicate invalid API keys or misconfigured credentials.
    • "Account not found" or similar errors suggest the Account Id does not exist or is inaccessible.
    • Timeout or connection errors imply network issues; verify internet access and API availability.

Links and References

Discussion