Actions8
- Collaborators Actions
- OKRs Actions
- KPIs Actions
- Plans Actions
Overview
The Acelera node is designed to interact with the Acelera API, specifically for managing OKRs (Objectives and Key Results). The "Get all" operation allows users to retrieve all OKRs associated with a specific plan. This node is beneficial in scenarios where organizations want to track their objectives and key results efficiently, enabling better alignment and performance monitoring. For example, a project manager can use this node to fetch all OKRs related to a marketing plan to assess progress and make data-driven decisions.
Properties
| Name | Meaning |
|---|---|
| Plan ID | The identifier of the plan from which to retrieve OKRs. Users must select a valid plan ID to execute the operation. |
Output
The output of the "Get all" operation will be structured as an array of JSON objects, each representing an OKR retrieved from the specified plan. Each object typically contains details about the OKR, such as its title, description, status, and any associated metrics. If the node can output binary data, it would generally represent files or attachments related to the OKRs, but this specific operation focuses on JSON output.
Dependencies
- An API key credential is required for authentication with the Acelera API.
- The node relies on the Acelera API being accessible at a specified URL, which should be configured in the n8n environment.
Troubleshooting
- Common Issues: Users may encounter issues related to invalid Plan IDs or authentication failures if the API key is incorrect or expired.
- Error Messages:
- "Error en operación 'Get all': [error message]" indicates that there was an issue during the execution of the operation. To resolve this, check the validity of the Plan ID and ensure that the API key is correctly set up and has the necessary permissions.
Links and References
- Acelera API Documentation (replace with actual documentation link)
- n8n Documentation for general usage and troubleshooting tips.