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 the agents assigned to a specific inbox within an account. It is useful for managing team members who have access to handle conversations in a particular inbox, such as adding or removing agents dynamically based on workload or team changes. For example, a customer support manager can use this node to update which agents are responsible for a support inbox in real-time.
Use Case Examples
- Updating the list of agents for a customer support inbox to include new team members.
- Removing agents from an inbox when they are no longer part of the support team.
Properties
| Name | Meaning |
|---|---|
| Account Id | The numeric ID of the account to which the inbox belongs. |
| Inbox Id | The unique identifier of the inbox whose agents are being updated. |
| User Ids | A JSON array of user IDs representing the agents to be added to the inbox. |
| Request Options | Optional settings for the request such as batching, SSL certificate validation, proxy configuration, and timeout settings. |
Output
JSON
success- Indicates whether the update operation was successful.updatedAgents- Details of the agents updated in the inbox, typically including their user IDs and status.
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.
- User Ids must be a valid JSON array of existing user IDs; invalid JSON or non-existent users will cause errors.
- If SSL certificate validation fails and 'Ignore SSL Issues' is not enabled, the request will be blocked.
- Proxy settings must be correctly configured if used; incorrect proxy details can cause connection failures.
- Timeout settings should be adjusted based on network conditions to prevent premature request termination.
Links
- Konverte Digital API Documentation - Update Agents in Inbox - Official API documentation for updating agents in an inbox.