ChatWoot icon

ChatWoot

Interact with ChatWoot API

Actions113

Overview

This node interacts with the ChatWoot API to retrieve automation rules associated with a specific account. The "Get Account Automation Rule" operation fetches automation rules for an account by its numeric ID, supporting pagination through a page parameter. This is useful in scenarios where you want to programmatically access or audit automation rules configured in ChatWoot accounts, such as integrating rule data into reporting workflows or synchronizing automation configurations.

Properties

Name Meaning
Account Id The numeric ID of the ChatWoot account for which to retrieve automation rules.
Page The page number of results to fetch, used for paginating through multiple automation rules.

Output

The node outputs JSON data representing the automation rules retrieved from the specified account. The structure typically includes details about each automation rule such as its conditions, actions, and 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 credentials.
  • The node depends on the ChatWoot REST API being accessible and the user having permission to read automation rules.

Troubleshooting

  • Common issues:
    • Invalid or missing API credentials will cause authentication errors.
    • Providing an incorrect or non-existent Account Id may result in empty responses or errors.
    • Pagination parameters out of range might return empty results.
  • Error messages:
    • Authentication failures usually indicate invalid API keys or misconfigured credentials.
    • HTTP 404 or similar errors suggest the account or resource was not found.
    • Rate limiting errors from the API require waiting or adjusting request frequency.

Links and References

Discussion