Flowyteam icon

Flowyteam

Custom node for Flowyteam API

Actions101

Overview

The node provides integration with the Flowyteam API, specifically allowing users to manage Key Performance Indicators (KPIs) among many other resources. For the KPI resource with the "Get Many" operation, it retrieves multiple KPI records from the system. This is useful for scenarios where you want to list, analyze, or report on KPIs in bulk rather than individually.

Practical examples include:

  • Fetching all KPIs sorted by their ID or title to display in a dashboard.
  • Retrieving simplified KPI data for quick summaries or integrations with other tools.
  • Sorting KPIs ascending or descending to prioritize or filter results.

Properties

Name Meaning
Simplify Whether to return simplified response data or the raw API response. (Boolean: true/false)
Sort Direction Direction to sort the results. Options: Ascending, Descending
Sort Field Field to sort by. Options: ID, Title

Output

The output of this node operation is an array of JSON objects representing KPI records retrieved from the Flowyteam API.

  • If Simplify is enabled, the output contains a streamlined version of each KPI record with essential fields for easier consumption.
  • If Simplify is disabled, the output includes the full raw API response for each KPI, which may contain more detailed and nested information.

No binary data output is involved in this operation.

Dependencies

  • Requires an active connection to the Flowyteam API via an API key credential configured in n8n.
  • The node depends on the Flowyteam API being accessible and the user having appropriate permissions to read KPI data.

Troubleshooting

  • Common issues:

    • API authentication failures due to invalid or missing API key credentials.
    • Permission errors if the API user does not have rights to access KPI data.
    • Network connectivity problems preventing communication with the Flowyteam API.
  • Error messages:

    • Errors indicating unsupported operations or resources suggest misconfiguration of the resource or operation parameters.
    • API rate limit exceeded errors require waiting or adjusting usage patterns.
    • Unexpected empty responses might indicate no KPI data available or incorrect filtering/sorting parameters.

To resolve these, verify API credentials, check user permissions in Flowyteam, ensure correct parameter selection, and confirm network connectivity.

Links and References

Discussion