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 creates a new team within an account in the Konverte Digital system. It is useful for organizing agents into teams for better management and assignment of conversations. For example, a customer support manager can create teams for different product lines or regions to streamline support workflows.
Use Case Examples
- Creating a new support team named 'Tech Support' with a description and enabling auto-assign to automatically assign conversations to agents in the team.
- Setting up a sales team with a specific account ID to manage sales-related conversations.
Properties
| Name | Meaning |
|---|---|
| Account Id | The numeric ID of the account under which the team will be created. |
| Name | The name of the team to be created. |
| Description | A description of the team to provide context or details about its purpose. |
| Allow Auto Assign | A boolean setting that, if enabled, allows the system to automatically assign conversations to agents within the team. |
Output
JSON
id- The unique identifier of the created team.name- The name of the created team.description- The description of the created team.allow_auto_assign- Indicates if auto assignment is enabled for the team.account_id- The account ID under which the team was created.
Dependencies
- Requires an API key credential for authentication with the Konverte Digital API.
Troubleshooting
- Ensure the Account Id is a valid numeric ID; otherwise, the API may reject the request.
- If the API key credential is missing or invalid, authentication will fail, resulting in an error.
- Check network connectivity and proxy settings if requests time out or fail to reach the API.
- If SSL certificate validation fails and 'Ignore SSL Issues' is not enabled, the request will be blocked.
Links
- ChatWoot API Documentation - Create A Team - Official API documentation for creating a team in ChatWoot.