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 (users) in a specified team within an account. It is useful for managing team membership by adding multiple users to a team in bulk. For example, it can be used in customer support or project management workflows where team composition needs to be dynamically adjusted based on changing requirements.
Use Case Examples
- Adding multiple support agents to a customer service team.
- Updating project team members in a task management system.
Properties
| Name | Meaning |
|---|---|
| Account Id | The numeric ID of the account where the team exists. |
| Team Id | The ID of the team to be updated with new agents. |
| User Ids | A JSON array of user IDs to be added to the team. |
| Request Options | Additional request settings such as batching, SSL certificate handling, proxy configuration, and timeout settings. |
Output
JSON
response- The JSON response from the API after updating the team agents, typically including status and updated team details.
Dependencies
- Requires an API key credential for authentication to the Konverte Digital API.
Troubleshooting
- Ensure the Account Id and Team Id are correct and exist in the system to avoid 'not found' errors.
- User Ids must be valid and formatted as a JSON array; invalid JSON will cause request failures.
- If SSL certificate validation fails, enable 'Ignore SSL Issues' option cautiously to bypass errors.
- Proxy settings must be correctly configured if used, including authentication details if required.
- Timeouts can occur if the server is slow; increase the timeout setting if necessary.
Links
- Konverte Digital API - Update Agents In Team - Official API documentation for updating agents in a team.