Konverte Digital icon

Konverte Digital

Interact with Konverte Digital API

Actions115

Overview

This node operation deletes specified agents (users) from a given inbox within an account. It is useful for managing team members' access to communication channels by removing their association with an inbox. For example, if an agent leaves a support team or changes roles, this operation can be used to revoke their inbox access efficiently.

Use Case Examples

  1. Removing one or more agents from a customer support inbox to update team assignments.
  2. Automating the cleanup of user access when an agent is no longer part of a project or department.

Properties

Name Meaning
Account Id The numeric ID of the account to which the inbox belongs.
Inbox Id The unique identifier of the inbox from which agents will be removed.
User Ids A JSON array containing the IDs of users (agents) to be deleted from the specified inbox.
Request Options Additional request settings such as batching, SSL certificate validation, proxy configuration, and request timeout.

Output

JSON

  • success - Indicates whether the deletion of agents from the inbox was successful.
  • deletedUserIds - List of user IDs that were successfully removed from the inbox.
  • errors - Any errors encountered during the deletion process, if applicable.

Dependencies

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

Troubleshooting

  • Ensure the Account Id and Inbox Id are correct and exist in the system to avoid 'not found' errors.
  • Verify that the User Ids JSON array is properly formatted and contains valid user IDs.
  • Check network connectivity and proxy settings if requests fail or time out.
  • If SSL certificate validation fails, consider enabling the 'Ignore SSL Issues' option cautiously.

Discussion