Konverte Digital icon

Konverte Digital

Interact with Konverte Digital API

Actions115

Overview

This node operation updates a custom attribute in an account within the Konverte Digital API. It is useful for scenarios where you need to modify existing custom attributes associated with an account, such as changing the display name, type, description, key, values, or model of the attribute. For example, updating a contact attribute's display name or changing the attribute type from text to number.

Use Case Examples

  1. Updating the display name and description of a custom attribute for a specific account.
  2. Changing the attribute type to currency and updating its values for an account.

Properties

Name Meaning
Account Id The numeric ID of the account where the custom attribute exists.
Id The ID of the custom attribute to be updated.
Attribute Display Name The display name of the custom attribute.
Attribute Display Type The display type of the attribute, e.g., text (0), number (1), currency (2), percent (3), link (4), date (5), list (6), checkbox (7).
Attribute Description Description of the custom attribute.
Attribute Key Unique key value for the custom attribute.
Attribute Values Values associated with the custom attribute, provided as JSON.
Attribute Model Type of attribute model, e.g., conversation attribute (0), contact attribute (1).
Request Options Additional request options such as batching, SSL certificate validation, proxy settings, and timeout configuration.

Output

JSON

  • id - ID of the updated custom attribute.
  • account_id - Account ID where the attribute was updated.
  • attribute_display_name - Updated display name of the attribute.
  • attribute_display_type - Updated display type of the attribute.
  • attribute_description - Updated description of the attribute.
  • attribute_key - Updated unique key of the attribute.
  • attribute_values - Updated values of the attribute.
  • attribute_model - Updated attribute model type.

Dependencies

  • An API key credential for authentication with the Konverte Digital API

Troubleshooting

  • Ensure the Account Id and Custom Attribute Id are correct and exist in the system to avoid 'not found' errors.
  • Verify that the attribute values JSON is correctly formatted to prevent parsing errors.
  • Check network connectivity and proxy settings if requests fail to reach the API.
  • If SSL certificate validation fails, consider enabling the option to ignore SSL issues, but be aware of security risks.
  • Timeout errors may occur if the server is slow to respond; increase the timeout setting if needed.

Links

Discussion