Actions8
- Collaborators Actions
- OKRs Actions
- KPIs Actions
- Plans Actions
Overview
The Acelera node is designed to interact with the Acelera API, specifically for managing Key Performance Indicators (KPIs) and Objectives and Key Results (OKRs). The "Add advance" operation allows users to update KPI or KR progress by specifying a target and result for a given month and year. This node is beneficial in scenarios where organizations need to track their performance metrics over time, enabling them to make data-driven decisions. For example, a marketing team could use this node to update their monthly lead generation targets and results, ensuring they stay on track to meet their annual goals.
Properties
| Name | Meaning |
|---|---|
| KR ID | The unique identifier for the Key Result (KR) being updated. Required. |
| Month | The month for which the KPI or KR is being updated. Options include: January, February, March, April, May, June, July, August, September, October, November, December. |
| Year | The year for which the KPI or KR is being updated. Default is 2025. |
| Target | The target value that the KPI or KR aims to achieve. |
| Result | The actual result achieved for the KPI or KR. |
Output
The output of the node will be structured as JSON, containing the response from the Acelera API after executing the "Add advance" operation. This typically includes details about the updated KPI or KR, such as its ID, the new target, the result, and possibly other metadata related to the operation. If the node can output binary data, it would generally represent files or images associated with the KPI or KR updates.
Dependencies
- An API key credential is required for authentication with the Acelera API.
- The node relies on the Acelera API endpoint for updating KPIs and KRs, which must be correctly configured in the n8n environment.
Troubleshooting
- Common Issues: Users may encounter issues related to authentication if the API key is incorrect or expired. Additionally, if the specified KR ID does not exist, the operation will fail.
- Error Messages:
- "Error en operación 'Add advance': [error message]" indicates a problem during the execution of the operation. This could be due to invalid input parameters or network issues. To resolve this, check the input values and ensure the API is reachable.
Links and References
- Acelera API Documentation (replace with actual link)
- n8n Documentation for further guidance on using nodes and workflows.