Konverte Digital icon

Konverte Digital

Interact with Konverte Digital API

Actions115

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

  1. Fetch details of a custom filter to display its configuration in a dashboard.
  2. 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

Discussion