Konverte Digital icon

Konverte Digital

Interact with Konverte Digital API

Actions115

Overview

This node interacts with the Konverte Digital API to list all custom filters for a specified account. It is useful for scenarios where users need to retrieve and manage custom filters related to conversations, contacts, or reports within their account. For example, a user can list all conversation filters to analyze or modify them programmatically.

Use Case Examples

  1. List all conversation filters for account ID 12345 to automate report generation.
  2. Retrieve all contact filters to synchronize with an external CRM system.

Properties

Name Meaning
Account Id The numeric ID of the account for which to list custom filters.
Filter Type The type of custom filter to list, such as conversation, contact, or report.
Request Options Additional request options including batching, SSL certificate validation, proxy settings, and timeout configuration.

Output

JSON

  • filters - Array of custom filters returned by the API, each representing a filter object with its details.

Dependencies

  • Konverte Digital API
  • API key credential for authentication

Troubleshooting

  • Ensure the Account Id is correct and the API key credential is valid to avoid authentication errors.
  • If SSL certificate validation fails, enable 'Ignore SSL Issues' to bypass the error, but be cautious of security risks.
  • Check proxy settings if requests fail due to network restrictions or firewall issues.
  • Adjust timeout settings if the server response is slow to prevent premature request abortion.

Links

Discussion