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 updates an existing team in the Konverte Digital system by sending updated team details such as name, description, and auto-assign settings. It is useful for managing team configurations dynamically within workflows, for example, to rename a team, update its description, or change its auto-assignment behavior.
Use Case Examples
- Updating a team's name and description to reflect organizational changes.
- Disabling auto-assign for a team to manually control conversation assignments.
Properties
| Name | Meaning |
|---|---|
| Account Id | The numeric ID of the account to which the team belongs. |
| Team Id | The ID of the team to be updated. |
| Name | The new name of the team. |
| Description | The new description of the team. |
| Allow Auto Assign | Whether the system should automatically assign conversations to agents in the team. |
Output
JSON
id- The unique identifier of the updated team.name- The updated name of the team.description- The updated description of the team.allow_auto_assign- The updated setting indicating if auto assignment is enabled.updated_at- Timestamp of when the team was last updated.
Dependencies
- Requires an API key credential for authentication with the Konverte Digital API.
Troubleshooting
- Ensure the Account Id and Team Id are correct and exist in the system to avoid 'team not found' errors.
- Check API credentials and base URL configuration to prevent authentication failures.
- If SSL issues occur, consider enabling the 'Ignore SSL Issues' option, but be aware of security implications.
- Timeouts can occur if the server is slow; adjust the timeout setting accordingly.
Links
- Konverte Digital API - Update Team - Official API documentation for updating a team in Konverte Digital.