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 lists all teams associated with a specified account in the Konverte Digital API. It is useful for scenarios where you need to retrieve and manage team information within an account, such as displaying team lists, performing team-based analytics, or integrating team data into other workflows.
Use Case Examples
- Retrieve all teams for account ID 12345 to display in a dashboard.
- Fetch team data to synchronize with an external CRM system.
Properties
| Name | Meaning |
|---|---|
| Account Id | The numeric ID of the account for which to list all teams. |
| Request Options | Additional request settings such as batching, SSL certificate validation, proxy configuration, and request timeout. |
Output
JSON
teams- Array of team objects retrieved from the API, representing all teams under the specified account.
Dependencies
- Requires an API key credential for authentication with the Konverte Digital API.
Troubleshooting
- Ensure the Account Id is correct and exists in the system to avoid empty or error responses.
- If SSL certificate validation fails, enable 'Ignore SSL Issues' to bypass, but be aware of security risks.
- Check proxy settings if requests fail due to network restrictions.
- Adjust timeout settings if the API response is slow to prevent premature request abortion.
Links
- ChatWoot API Teams Documentation - Official API documentation for managing teams in ChatWoot, useful for understanding available endpoints and data structures.