Konverte Digital icon

Konverte Digital

Interact with Konverte Digital API

Actions115

Overview

This node updates an existing account in the Konverte Digital system by specifying the account's numeric ID and optionally updating its name. It is useful for scenarios where account details need to be modified programmatically, such as updating customer information or correcting account data in bulk.

Use Case Examples

  1. Updating the name of a specific account by providing its ID and the new name.
  2. Automating account data maintenance by integrating with other systems to keep account information up to date.

Properties

Name Meaning
Account Id The numeric ID of the account to update, required to identify which account to modify.
Name The new name to assign to the account, if updating the account's name.
Request Options Settings to control request behavior such as batching, SSL certificate validation, proxy usage, and request timeout.

Output

JSON

  • id - The unique identifier of the updated account.
  • name - The updated name of the account.
  • updatedAt - Timestamp indicating when the account was last updated.

Dependencies

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

Troubleshooting

  • Ensure the Account Id is valid and exists in the system to avoid errors related to non-existent accounts.
  • If SSL certificate validation fails and the 'Ignore SSL Issues' option is not enabled, requests may be blocked; enable this option only if you trust the endpoint.
  • Proxy settings must be correctly configured if used; incorrect proxy details can cause request failures.
  • Timeouts can occur if the server is slow to respond; increase the timeout setting if necessary.

Links

Discussion