ChatWoot icon

ChatWoot

Interact with ChatWoot API

Actions113

Overview

This node operation retrieves detailed information about a specific team within an account. It is useful when you need to fetch all available data for a single team, such as its members, settings, or metadata, based on the team's unique identifier. Practical scenarios include displaying team details in dashboards, synchronizing team data with other systems, or auditing team configurations.

Properties

Name Meaning
Account Id The numeric ID of the account to which the team belongs.
Team Id The unique numeric ID of the team whose details you want to retrieve.

Output

The output contains a JSON object representing the full details of the specified team. This typically includes fields such as the team's name, description, members, creation date, and any other metadata provided by the API. The exact structure depends on the external service's response schema but generally provides comprehensive information about the team.

No binary data output is expected from this operation.

Dependencies

  • Requires an API key credential for authenticating requests to the ChatWoot API.
  • The base URL for the API must be configured in the node credentials.
  • The node uses standard HTTP headers to accept and send JSON data.

Troubleshooting

  • Common issues:

    • Invalid or missing Account Id or Team Id will result in errors or empty responses.
    • Authentication failures due to incorrect or expired API keys.
    • Network connectivity problems or incorrect base URL configuration.
  • Error messages:

    • "Unauthorized" or "Authentication failed": Check that the API key credential is correctly set and valid.
    • "Not Found" or similar: Verify that the Account Id and Team Id are correct and exist.
    • "Request timeout" or network errors: Ensure stable internet connection and correct API endpoint.

Links and References

Discussion