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 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
- ChatWoot API Documentation (for detailed API endpoints and usage)
- n8n documentation on API Credentials