Actions6
- User Actions
- Activity Actions
- Message Actions
Overview
This node interacts with the Coach API to retrieve a list of activities associated with a specific team. It is useful in scenarios where you want to analyze or display all activities performed by members of a particular team within an organization. For example, a manager could use this node to fetch recent team activities for performance tracking or reporting purposes.
Properties
| Name | Meaning |
|---|---|
| Team ID | ID of the team to get data for |
Output
The node outputs JSON data containing the response from the Coach API endpoint that returns the team activities list. The structure of the JSON depends on the API response but typically includes details about each activity related to the specified team.
No binary data output is produced by this node.
Dependencies
- Requires an API key credential and company ID credential to authenticate requests to the Coach API.
- The node sends a POST request to
https://dev.mymatrixapp.com/crmApi/get/team/activitieswith the team ID in the request body. - Proper configuration of these credentials in n8n is necessary for successful execution.
Troubleshooting
Common issues:
- Missing or invalid API credentials will cause authentication failures.
- Providing an incorrect or non-existent Team ID may result in empty responses or errors.
- Network connectivity problems can prevent the node from reaching the API endpoint.
Error messages:
- Authentication errors typically indicate invalid or missing API keys; verify credentials are correctly set.
- HTTP errors (e.g., 400 or 404) suggest issues with the request parameters such as an invalid Team ID.
- Timeout or network errors require checking internet connection and API availability.
Links and References
- Coach API Documentation (assumed based on URL pattern)
- n8n HTTP Request Node documentation for understanding request configurations: https://docs.n8n.io/nodes/n8n-nodes-base.httpRequest/