Actions8
- Collaborators Actions
- OKRs Actions
- KPIs Actions
- Plans Actions
Overview
The Acelera node is designed to interact with the Acelera API, specifically for retrieving detailed information about plans. This node is particularly useful in scenarios where users need to fetch specific details related to OKR (Objectives and Key Results) periods associated with a team. For example, project managers can use this node to obtain detailed insights into their team's performance metrics over defined periods, facilitating better decision-making and strategic planning.
Properties
| Name | Meaning |
|---|---|
| Team | The team from which to retrieve the plan details. Options are loaded dynamically based on the user's OAuth2 credentials. |
| Periods | The specific periods of OKRs for which the plan details are requested. Options are also loaded dynamically based on the user's OAuth2 credentials. |
Output
The output of the execute() method is structured as an array of objects, each containing a json field that holds the response data from the Acelera API. This data typically includes detailed information about the requested plan, such as its attributes and associated metrics. If the node can output binary data, it would represent additional file or media content related to the plan.
Dependencies
- An API key credential is required for authentication with the Acelera API.
- The node relies on the
aceleraOAuth2Apifor obtaining access tokens necessary for making authenticated requests to the API.
Troubleshooting
- Common Issues: Users may encounter issues related to authentication failures if the API key is incorrect or expired. Additionally, if the selected team or period does not exist, the node may return errors.
- Error Messages:
- "Error en operación": This message indicates a failure during the operation execution. It could be due to invalid parameters or network issues. To resolve it, 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 custom nodes and handling API integrations.