Konverte Digital icon

Konverte Digital

Interact with Konverte Digital API

Actions115

Overview

This node performs a contact search within the 'Contacts' resource of the Konverte Digital API. It allows users to search for contacts by various attributes such as name, identifier, email, or phone number, and supports sorting and pagination of the results. This node is useful for scenarios where you need to retrieve specific contact information from an account, for example, to integrate contact data into a CRM workflow or to automate contact management tasks.

Use Case Examples

  1. Search contacts by name or email to find specific individuals in an account.
  2. Retrieve a sorted list of contacts by last activity date for follow-up actions.
  3. Paginate through contacts in batches to process large contact lists efficiently.

Properties

Name Meaning
Account Id The numeric ID of the account to search contacts within. This is a required field to specify the account context for the search.
Q The search query string used to find contacts by name, identifier, email, or phone number.
Sort The attribute by which the contact list should be sorted. Options include name, email, phone number, and last activity date, with ascending or descending order.
Page The page number of the results to retrieve, used for pagination.
Request Options Additional request settings including batching (to throttle requests), SSL certificate validation bypass, proxy configuration, and request timeout settings.

Output

JSON

  • contacts - Array of contact objects returned from the search query, containing contact details matching the search criteria.
  • pagination - Pagination information including current page, total pages, and items per page.

Dependencies

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

Troubleshooting

  • Ensure the 'Account Id' is correctly specified and exists in the system to avoid empty or error responses.
  • Check network connectivity and proxy settings if requests fail or time out.
  • If SSL certificate validation errors occur, consider enabling the 'Ignore SSL Issues' option cautiously.
  • Verify that the API key credential is valid and has sufficient permissions to perform contact searches.

Links

Discussion