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 retrieves detailed information about a single team within an account from the Konverte Digital API. It is useful for scenarios where you need to fetch specific team data, such as team members, roles, or settings, by providing the account ID and the team ID. For example, it can be used in workflows that manage team configurations or display team details in dashboards.
Use Case Examples
- Fetch details of a specific team to update its settings.
- Retrieve team information to display in a reporting tool.
Properties
| Name | Meaning |
|---|---|
| Account Id | The numeric ID of the account to which the team belongs. |
| Team Id | The ID of the team for which details are to be retrieved. |
| Request Options | Additional options for the HTTP request such as batching, SSL certificate validation, proxy settings, and timeout configuration. |
Output
JSON
teamid- The unique identifier of the team.name- The name of the team.description- Description or details about the team.members- List of members belonging to the team.created_at- Timestamp when the team was created.updated_at- Timestamp when the team details were last updated.
Dependencies
- Requires an API key credential for authentication to the Konverte Digital API.
Troubleshooting
- Ensure the provided Account Id and Team Id are correct and exist in the system to avoid 'not found' errors.
- If SSL certificate validation fails, enable the 'Ignore SSL Issues' option to bypass certificate errors, but be aware of security risks.
- Check proxy settings if requests fail due to network restrictions.
- Adjust the timeout setting if the server response is slow to prevent premature request abortion.
Links
- Konverte Digital API - Get Single Team - Official API documentation for retrieving details of a single team.