Konverte Digital icon

Konverte Digital

Interact with Konverte Digital API

Actions115

Overview

This node interacts with the Konverte Digital API to retrieve details of all integrations for a specified account. It is useful for scenarios where users need to fetch comprehensive integration data from their Konverte Digital account, such as for monitoring, reporting, or managing integrations programmatically.

Use Case Examples

  1. Fetch all integration details for account ID 12345 to display in a dashboard.
  2. Retrieve integration data to sync with another system or for backup purposes.

Properties

Name Meaning
Account Id The numeric ID of the account for which to retrieve integration details.
Request Options Additional options to customize the API request, including batching, SSL certificate handling, proxy settings, and timeout configuration.

Output

JSON

  • integrationDetails - The detailed information of all integrations retrieved from the Konverte Digital API for the specified account.

Dependencies

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

Troubleshooting

  • Ensure the Account Id is correct and exists in the Konverte Digital system to avoid empty or error responses.
  • 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