Konverte Digital icon

Konverte Digital

Interact with Konverte Digital API

Actions115

Overview

This node filters contacts from an account based on specified criteria. It is useful for scenarios where you need to retrieve contacts matching certain attributes, such as name or country code, from a specific account. For example, you can filter contacts by name and country code to get a targeted list for marketing or customer support purposes.

Use Case Examples

  1. Filter contacts in account ID 123 where the name is 'en' and the country code is 'us'.
  2. Paginate through filtered contacts by specifying the page number.

Properties

Name Meaning
Account Id The numeric ID of the account to filter contacts from.
Page The page number for paginated results of filtered contacts.
Payload A JSON array defining filter criteria, including attribute keys, filter operators, values, and query operators to combine conditions.
Request Options Additional request settings such as batching, SSL certificate validation, proxy configuration, and request timeout.

Output

JSON

  • contacts - Array of contacts matching the filter criteria.
  • page - Current page number of the results.
  • total - Total number of contacts matching the filter.

Dependencies

  • Requires an API key credential for authentication to the Konverte Digital API.

Troubleshooting

  • Ensure the Account Id is valid and exists in the system to avoid empty results.
  • Verify the JSON format of the Payload property to prevent parsing errors.
  • Check network settings if using a proxy or if SSL issues occur, especially when 'Ignore SSL Issues' is disabled.
  • Timeout errors may occur if the server is slow; consider increasing the Timeout setting.

Links

Discussion