Konverte Digital icon

Konverte Digital

Interact with Konverte Digital API

Actions115

Overview

This node operation deletes a contact from an account in the Konverte Digital system. It is useful for scenarios where you need to programmatically remove contacts, such as cleaning up outdated or incorrect contact information, or automating contact management workflows.

Use Case Examples

  1. Deleting a contact by specifying the account ID and contact ID to keep the contact list up to date.
  2. Automating contact removal as part of a larger customer data management process.

Properties

Name Meaning
Account Id The numeric ID of the account from which the contact will be deleted.
Id The ID of the contact to be deleted.
Request Options Additional request settings such as batching, SSL certificate validation, proxy configuration, and timeout settings.

Output

JSON

  • success - Indicates whether the contact deletion was successful.
  • message - Additional information or confirmation message about the deletion operation.

Dependencies

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

Troubleshooting

  • Ensure the account ID and contact ID are correct and exist in the system to avoid errors.
  • If SSL certificate validation fails, consider enabling the 'Ignore SSL Issues' option, but be aware of security risks.
  • Check proxy settings if requests fail due to network issues.
  • Adjust timeout settings if the server response is slow to prevent premature request abortion.

Discussion