Konverte Digital icon

Konverte Digital

Interact with Konverte Digital API

Actions115

Overview

This node operation retrieves detailed information about a single custom attribute from an account in the Konverte Digital API. It is useful for scenarios where you need to fetch specific metadata or configuration details associated with a custom attribute by providing the account ID and the custom attribute ID. For example, it can be used to get the properties of a custom attribute for further processing or display in an automation workflow.

Use Case Examples

  1. Fetch details of a custom attribute by specifying the account ID and the custom attribute ID to use the attribute's data in subsequent workflow steps.
  2. Retrieve metadata of a custom attribute to verify its configuration or to audit custom attributes in an account.

Properties

Name Meaning
Account Id The numeric ID of the account from which to retrieve the custom attribute.
Id The ID of the custom attribute to retrieve details for.
Request Options Additional options to control the request behavior such as batching, SSL certificate validation, proxy settings, and timeout.

Output

JSON

  • customAttribute - The detailed information of the retrieved custom attribute.

Dependencies

  • Konverte Digital API

Troubleshooting

  • Ensure the provided Account Id and Custom Attribute Id are correct and exist in the system to avoid 'not found' errors.
  • 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 or firewall rules.
  • Adjust the timeout setting if the server response is slow to prevent premature request abortion.

Links

Discussion