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
- Teams Actions
- Custom Filters Actions
- Webhooks 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 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
- ChatWoot API Documentation (for detailed API endpoints and response schemas)
- n8n documentation on Using Credentials