Actions115
- Teams Actions
- Account Users Actions
- Custom Attributes Actions
- Contacts Actions
- Conversation Labels Actions
- Reports Actions
- Accounts Actions
- Contact 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
- Messages Actions
- Automation Rule Actions
- Help Center Actions
- Conversations Actions
- Conversation Assignment Actions
- Inboxes Actions
- Integrations Actions
- Profile Actions
- Custom Filters Actions
- Webhooks Actions
Overview
This node operation retrieves detailed information about a single custom filter from the Konverte Digital API. It is useful for scenarios where you need to fetch specific filter details by providing the account ID and the custom filter ID. For example, it can be used in workflows that require dynamic access to filter configurations or to audit filter settings.
Use Case Examples
- Fetch details of a custom filter to display its configuration in a dashboard.
- Use the filter details to conditionally process data based on filter criteria.
Properties
| Name | Meaning |
|---|---|
| Account Id | The numeric ID of the account to which the custom filter belongs. |
| Custom Filter Id | The numeric ID of the custom filter whose details are to be retrieved. |
| Request Options | Additional options to control the request behavior such as batching, SSL certificate validation, proxy settings, and timeout. |
Output
JSON
customFilterDetails- The detailed information of the requested custom filter as returned by the API.
Dependencies
- Requires an API key credential for authentication with the Konverte Digital API.
Troubleshooting
- Ensure that the provided Account Id and Custom Filter Id are correct and exist in the system to avoid 'not found' errors.
- If SSL certificate validation fails and you trust the source, enable 'Ignore SSL Issues' to bypass SSL errors.
- Check proxy settings if requests fail due to network restrictions.
- Adjust the timeout setting if the server response is slow to prevent premature request abortion.
Links
- Konverte Digital API Documentation - Get Single Custom Filter - Official API documentation for retrieving details of a single custom filter.