Acelera icon

Acelera

Consume la API de Acelera

Actions8

Overview

The Acelera node is designed to interact with the Acelera API, specifically for retrieving Key Performance Indicators (KPIs) associated with teams. This node can be particularly beneficial in scenarios where users need to monitor and analyze team performance metrics, such as sales figures, project completion rates, or other relevant KPIs. For example, a project manager could use this node to fetch all KPIs related to their team to assess productivity and identify areas for improvement.

Properties

Name Meaning
Team ID The identifier of the team for which KPIs are being retrieved. Users can select a specific team from a dropdown list.

Output

The output of the execute() method will be structured as an array of objects, each containing a json field that holds the KPI data retrieved from the Acelera API. Each object in the output array corresponds to a set of KPIs for the specified team, allowing users to easily access and manipulate the data in subsequent workflow steps.

Dependencies

  • An API key credential is required for authentication with the Acelera API.
  • The node makes HTTP requests to the Acelera API endpoints, so internet access is necessary.
  • The node relies on the configuration settings defined in the application for the base URL of the Acelera API.

Troubleshooting

  • Common Issues: Users may encounter issues related to authentication if the API key is incorrect or expired. Additionally, network connectivity problems can prevent successful API calls.
  • Error Messages: If an error occurs during the execution of the operation, the node will throw an error message indicating the operation name and the nature of the issue. To resolve these errors, users should verify their API key, check their internet connection, and ensure that the selected team ID is valid.

Links and References

Discussion