Konverte Digital icon

Konverte Digital

Interact with Konverte Digital API

Actions115

Overview

This node operation updates an agent's details within a specified account in the Konverte Digital system. It is useful for managing agent roles, availability, and settings dynamically, such as changing an agent's role from agent to administrator, updating their availability status, or configuring auto offline behavior. Practical examples include updating an agent's status to 'busy' during peak hours or changing their role to administrator for elevated permissions.

Use Case Examples

  1. Update an agent's role to administrator in account ID 12345.
  2. Set an agent's availability to 'offline' automatically when away.
  3. Modify the auto offline setting for an agent to false.

Properties

Name Meaning
Account Id The numeric ID of the account where the agent exists.
Id The unique identifier of the agent to be updated.
Role Defines whether the agent is an 'agent' or an 'administrator' within the account.
Availability The current availability status of the agent.
Auto Offline Boolean setting to automatically set the agent offline when away.
Request Options Additional request settings such as batching, SSL validation, proxy, and timeout configurations.

Output

JSON

  • id - The ID of the updated agent.
  • account_id - The account ID where the agent belongs.
  • role - The updated role of the agent.
  • availability - The updated availability status of the agent.
  • auto_offline - The updated auto offline setting of the agent.
  • updated_at - Timestamp of when the agent was last updated.

Dependencies

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

Troubleshooting

  • Ensure the account ID and agent ID are correct and exist in the system to avoid 'not found' errors.
  • Verify that the API key credential is valid and has sufficient permissions to update agent details.
  • 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