Overview
The Toolzz Show Reports DashBoard node retrieves dashboard report data from the Toolzz API. It is designed to fetch institution-level dashboard reports by making an authenticated HTTP GET request to a specified environment (production, homologation, or release). This node is useful in scenarios where you need to integrate Toolzz's reporting data into your n8n workflows for further processing, automation, or visualization.
Practical examples:
- Automatically pulling dashboard metrics for periodic reporting.
- Integrating Toolzz dashboard data with other business intelligence tools.
- Triggering alerts or actions based on specific dashboard values.
Properties
| Name | Type | Meaning |
|---|---|---|
| AccessToken | String | The authentication token required to access the Toolzz API. |
| Ambiente | Options | Selects the environment (Prod, Homol, Release) to which the API request will be sent. |
Output
The node outputs the JSON response received from the endpoint /api/reports/institution/dashboard of the selected Toolzz environment. The structure of this output depends on the Toolzz API but will typically include various dashboard metrics and statistics relevant to the institution.
- json: Contains the parsed JSON data returned by the Toolzz API.
- Binary: Not applicable; this node does not output binary data.
Dependencies
- External Service: Requires access to the Toolzz API.
- API Key: A valid AccessToken must be provided.
- Network Access: The n8n instance must be able to reach the selected Toolzz environment URL.
Troubleshooting
- Invalid AccessToken: If the provided AccessToken is invalid or expired, the API will likely return a 401 Unauthorized error. Ensure the token is correct and has not expired.
- Incorrect Ambiente Selection: Selecting the wrong environment may result in connection errors or unexpected data. Double-check that you are targeting the intended environment.
- Network Issues: If the n8n server cannot reach the Toolzz API (due to firewall, DNS, or connectivity issues), requests will fail.
- Common Error Messages:
401 Unauthorized: Check your AccessToken.404 Not Found: The endpoint may not exist in the selected environment.ECONNREFUSEDor timeout errors: Network connectivity problems.
Links and References
- Toolzz Platform
- n8n Documentation
- For API details, refer to your Toolzz API documentation or contact Toolzz support.