Flowyteam icon

Flowyteam

Custom node for Flowyteam API

Actions101

Overview

The node provides integration with the Flowyteam API to manage various business resources, including KPIs (Key Performance Indicators). Specifically, for the KPI resource, the "Delete" operation allows users to remove a KPI by its unique identifier. This is useful in scenarios where outdated or incorrect KPIs need to be removed from the system to maintain accurate performance tracking.

Practical example: A company uses this node to automate the cleanup of KPIs that are no longer relevant after a quarterly review, ensuring their performance dashboard only reflects current metrics.

Properties

Name Meaning
KPI ID The unique identifier of the KPI to delete

Output

The output of the delete operation typically contains a JSON object indicating the result of the deletion request. This may include confirmation of successful deletion or details about the deleted KPI. The exact structure depends on the API response but generally confirms whether the KPI was successfully removed.

No binary data output is involved in this operation.

Dependencies

  • Requires an API key credential for authenticating with the Flowyteam API.
  • The node depends on the Flowyteam API being accessible and properly configured within n8n.
  • No additional external services beyond the Flowyteam API are required.

Troubleshooting

  • Common issues:

    • Providing an invalid or non-existent KPI ID will likely cause the deletion to fail.
    • Network connectivity problems can prevent the node from reaching the Flowyteam API.
    • Insufficient permissions associated with the API key may block deletion operations.
  • Error messages and resolutions:

    • "KPI not found": Verify that the KPI ID is correct and exists in the system.
    • "Unauthorized" or authentication errors: Check that the API key credential is valid and has the necessary permissions.
    • Timeout or network errors: Ensure stable internet connection and that the Flowyteam API endpoint is reachable.

Links and References

Discussion