Actions113
- Accounts Actions
- Account Users Actions
- Agent Bots Actions
- Users Actions
- Inbox API Actions
- Contacts API Actions
- Conversations API Actions
- Messages API Actions
- CSAT Survey Page Actions
- Account Agent Bots Actions
- Agents Actions
- Canned Responses Actions
- Canned Response Actions
- Custom Attributes Actions
- Contacts Actions
- Contact Actions
- Automation Rule Actions
- Help Center Actions
- Conversations Actions
- Conversation Assignment Actions
- Conversation Labels Actions
- Inboxes Actions
- Messages Actions
- Integrations Actions
- Teams Actions
- Custom Filters Actions
- Webhooks Actions
- Reports Actions
Overview
This node interacts with the ChatWoot API to list all custom filters associated with a specified account. It is useful for retrieving and managing different types of filters such as conversation filters, contact filters, or report filters within a ChatWoot account. Practical applications include automating workflows that require filtering conversations or contacts based on predefined criteria, or generating reports filtered by specific parameters.
Properties
| Name | Meaning |
|---|---|
| Account Id | The numeric ID of the ChatWoot account for which to list custom filters. |
| Filter Type | The type of custom filter to retrieve. Options: Conversation, Contact, Report. |
Output
The node outputs JSON data representing the list of custom filters retrieved from the ChatWoot API. Each item in the output corresponds to a filter object containing details such as filter criteria, name, and type. The exact structure depends on the API response but generally includes identifiers and filter definitions.
No binary data output is produced by this node.
Dependencies
- Requires an active connection to the ChatWoot API.
- Needs an API authentication token configured in the node credentials.
- The base URL for the ChatWoot instance must be provided in the credentials configuration.
Troubleshooting
- Missing or invalid Account Id: Ensure the Account Id is correctly set and corresponds to an existing ChatWoot account.
- Authentication errors: Verify that the API key or token used in credentials is valid and has sufficient permissions.
- Filter Type not recognized: Use one of the supported filter types (Conversation, Contact, Report).
- Network issues: Check connectivity to the ChatWoot server and ensure the base URL is correct.
- API rate limits: If requests fail due to rate limiting, consider adding delays or retries.