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 adds new agents (users) to a specified team within an account in the Konverte Digital system. It is useful for managing team memberships by programmatically assigning multiple users to a team, which can help in organizing support or project teams efficiently. For example, a customer support manager can use this node to add several support agents to a team at once, streamlining team setup and updates.
Use Case Examples
- Adding multiple user IDs to a support team to enable them to handle customer queries collectively.
- Updating a project team by adding new members as the project scope expands.
Properties
| Name | Meaning |
|---|---|
| Account Id | The numeric ID of the account where the team exists, used to identify the account context for the operation. |
| Team Id | The ID of the team to which new agents (users) will be added. |
| User Ids | A JSON array of user IDs representing the agents to be added to the team. |
| Request Options | Optional settings for the request such as batching, SSL certificate validation, proxy configuration, and timeout settings. |
Output
JSON
success- Indicates whether the operation to add agents to the team was successful.data- Details of the updated team or confirmation of the added agents.error- Error message or details if the operation failed.
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 or user IDs will cause request failures.
- If SSL certificate validation fails and the 'Ignore SSL Issues' option is not enabled, the request will be rejected.
- 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 abortion.