ChatWoot icon

ChatWoot

Interact with ChatWoot API

Actions113

Overview

This node interacts with the ChatWoot API to delete a specific custom filter associated with an account. It is useful in scenarios where you want to programmatically remove filters that are no longer needed or relevant, helping maintain clean and updated filter configurations within ChatWoot.

For example, if you have automated workflows managing customer support filters and need to remove outdated or incorrect filters, this node can be integrated to perform those deletions automatically based on your criteria.

Properties

Name Meaning
Account Id The numeric ID of the ChatWoot account from which the custom filter will be deleted.
Custom Filter Id The numeric ID of the custom filter to delete.

Output

The node outputs JSON data representing the response from the ChatWoot API after attempting to delete the specified custom filter. Typically, this will include confirmation of deletion or error details if the operation failed.

No binary data output is expected from this operation.

Dependencies

  • Requires an active connection to the ChatWoot API.
  • Needs an API authentication token configured in the node credentials to authorize requests.
  • The base URL for the ChatWoot instance must be provided via credentials.

Troubleshooting

  • Common issues:

    • Invalid or missing Account Id or Custom Filter Id will cause the deletion to fail.
    • Authentication errors if the API token is invalid or expired.
    • Network connectivity problems preventing access to the ChatWoot API.
  • Error messages:

    • "Unauthorized" or "Authentication failed": Check that the API key credential is correctly set and valid.
    • "Not Found": Verify that the Account Id and Custom Filter Id exist and are correct.
    • "Bad Request": Ensure that the input parameters are properly formatted and meet API requirements.

Resolving these typically involves verifying input values, refreshing credentials, and ensuring network access.

Links and References

Discussion