ChatWoot icon

ChatWoot

Interact with ChatWoot API

Actions113

Overview

This node allows users to delete a specific custom filter from an account in the ChatWoot system. Custom filters are typically used to organize or segment data such as conversations or contacts based on user-defined criteria. Deleting a custom filter is useful when it is no longer needed or relevant, helping keep the filtering options clean and up-to-date.

Practical examples:

  • Removing outdated or obsolete filters that no longer apply to current workflows.
  • Cleaning up filters after restructuring how data segmentation is handled in ChatWoot.
  • Automating cleanup of temporary filters created during batch processing.

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 be deleted.

Output

The node outputs JSON data representing the result of the delete operation. Typically, this would include confirmation of successful deletion or details about any error encountered. There is no indication that binary data is output by this node.

Dependencies

  • Requires an API key credential for authenticating with the ChatWoot API.
  • Needs the base URL of the ChatWoot instance configured in the credentials.
  • Depends on the ChatWoot REST API being accessible and the user having permission to delete custom filters.

Troubleshooting

  • Common issues:

    • Invalid or missing Account Id or Custom Filter Id will cause the operation to fail.
    • Insufficient permissions or invalid API credentials can lead to authorization errors.
    • Network connectivity problems may prevent reaching the ChatWoot API endpoint.
  • Error messages and resolutions:

    • "404 Not Found" — The specified custom filter or account does not exist. Verify the IDs.
    • "401 Unauthorized" — Authentication failed. Check the API key and credential setup.
    • "400 Bad Request" — Input parameters might be malformed or missing. Ensure all required fields are provided correctly.

Links and References

Discussion