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 the current configuration, members, or metadata of a particular team identified by its unique ID. Typical use cases include displaying team details in dashboards, synchronizing team data with other systems, or auditing team configurations.

Properties

Name Meaning
Account Id The numeric identifier of the account that owns the team.
Team Id The unique numeric identifier of the team whose details you want to retrieve.

Output

The output JSON contains detailed information about 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 but generally represents a single team object with all its attributes.

No binary data output is expected from this operation.

Dependencies

  • Requires an API key credential for authenticating requests to the ChatWoot API.
  • The node uses the base URL configured in the credentials to send requests.
  • The operation relies on the ChatWoot API endpoint that returns team details based on account and team IDs.

Troubleshooting

  • Missing or invalid Account Id or Team Id: Ensure both IDs are provided and valid numbers; otherwise, the API will return errors indicating missing or invalid parameters.
  • Authentication errors: Verify that the API key credential is correctly set up and has sufficient permissions to access team data.
  • Network or API errors: Check network connectivity and the status of the ChatWoot API service if requests fail.
  • Unexpected response structure: If the output does not match expectations, confirm that the team exists and that the API version used supports the requested operation.

Links and References

Discussion