Actions115
- Teams Actions
- Account Users Actions
- Custom Attributes Actions
- Contacts Actions
- Conversation Labels Actions
- Reports Actions
- Accounts Actions
- Contact Actions
- Agent Bots Actions
- Users Actions
- Inbox API Actions
- Contacts API Actions
- Conversations API Actions
- Messages API Actions
- CSAT Survey Page Actions
- Account Agent Bots Actions
- Agents Actions
- Canned Responses Actions
- Canned Response Actions
- Messages Actions
- Automation Rule Actions
- Help Center Actions
- Conversations Actions
- Conversation Assignment Actions
- Inboxes Actions
- Integrations Actions
- Profile Actions
- Custom Filters Actions
- Webhooks Actions
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
- Update an agent's role to administrator in account ID 12345.
- Set an agent's availability to 'offline' automatically when away.
- 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.