Konverte Digital icon

Konverte Digital

Interact with Konverte Digital API

Actions115

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

  1. Fetch details of a specific team to update its settings.
  2. 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

  • team
    • id - 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

Discussion