Actions113
- Accounts Actions
- Account Users 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
- Custom Attributes Actions
- Contacts Actions
- Contact Actions
- Automation Rule Actions
- Help Center Actions
- Conversations Actions
- Conversation Assignment Actions
- Conversation Labels Actions
- Inboxes Actions
- Messages Actions
- Integrations Actions
- Webhooks Actions
- Teams Actions
- Custom Filters Actions
- Reports Actions
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
- ChatWoot API Documentation (for detailed API endpoints and response formats)
- n8n Documentation on Creating Custom Nodes