Konverte Digital icon

Konverte Digital

Interact with Konverte Digital API

Actions115

Overview

This node interacts with the Contacts API to retrieve detailed information about a specific contact. It is useful in scenarios where you need to fetch comprehensive data about a contact using identifiers obtained from previous API interactions, such as inbox and contact identifiers. For example, it can be used in customer support workflows to pull up contact details for personalized service or in marketing automation to enrich contact profiles.

Use Case Examples

  1. Retrieve contact details by providing the inbox identifier and contact identifier obtained from prior API calls.
  2. Use batching options to manage request load when fetching multiple contacts in sequence.

Properties

Name Meaning
Inbox Identifier The identifier obtained from the API inbox channel, used to specify the inbox context for the contact.
Contact Identifier The source ID of the contact obtained when the contact was created, used to specify which contact's details to retrieve.
Request Options Additional settings to control request behavior such as batching, SSL certificate validation, proxy usage, and timeout duration.

Output

JSON

  • contactDetails - The detailed information of the contact retrieved from the API.

Dependencies

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

Troubleshooting

  • Ensure that the inbox identifier and contact identifier are correctly provided and valid; otherwise, the API may return errors or no data.
  • If SSL certificate validation fails and the 'Ignore SSL Issues' option is not enabled, the request will be aborted.
  • Proxy settings must be correctly configured if used; incorrect proxy details can cause request failures.
  • Timeout settings should be adjusted based on network conditions to avoid premature request termination.

Discussion