Actions8
- Collaborators Actions
- OKRs Actions
- KPIs Actions
- Plans Actions
Overview
The Acelera node is designed to interact with the Acelera API, specifically for retrieving Key Performance Indicators (KPIs) grouped by a specified KPI ID. This functionality is particularly useful for users who need to analyze performance metrics within specific groups, such as teams or departments. Common scenarios include generating reports on team performance, tracking project progress, or monitoring business objectives. For example, a user might want to fetch all KPIs related to a marketing team to assess their effectiveness over a quarter.
Properties
| Name | Meaning |
|---|---|
| Group KPI ID | The ID of the group KPI to filter results by. Users can select from available group KPIs. |
Output
The output of the execute() method will be structured in JSON format, containing the retrieved KPIs based on the specified group KPI ID. Each entry in the output will represent a KPI and its associated data. If the node can output binary data, it would typically represent files or images related to the KPIs, but this specific operation focuses on JSON outputs.
Dependencies
- An API key credential is required for authentication with the Acelera API.
- The node relies on the Acelera API endpoint for fetching KPIs, which must be correctly configured in the n8n environment.
Troubleshooting
- Common Issues: Users may encounter issues related to authentication, such as invalid API keys or expired tokens. Additionally, if the specified Group KPI ID does not exist, the node may return an error.
- Error Messages:
- "Error en operación": This message indicates that there was an issue during the execution of the operation. It could be due to network issues, incorrect parameters, or server errors. To resolve this, check the input parameters and ensure that the API is accessible.
Links and References
- Acelera API Documentation (replace with actual documentation link)
- n8n Documentation for further guidance on using nodes and workflows.