Actions101
- Attendance Actions
- Client Actions
- Department Actions
- Designation Actions
- Employee Actions
- Holiday Actions
- KPI Actions
- KPI Category Actions
- KPI Data Actions
- Lead Actions
- Leave Actions
- OKR Key Result Actions
- OKR Objective Actions
- Performance Cycle Actions
- Project Actions
- Project Category Actions
- Task Actions
- Task Category Actions
- Ticket Actions
- Ticket Agent Actions
- Ticket Channel Actions
- Ticket Type Actions
Overview
The node provides integration with the Flowyteam API, allowing users to manage various resources related to workforce and project management. Specifically for the KPI Data resource with the Get operation, this node retrieves detailed information about a specific KPI Data record by its unique identifier.
This functionality is useful in scenarios where you want to fetch performance metrics or key performance indicator data for employees, teams, or projects within an automated workflow. For example, you might use it to pull KPI data to generate reports, trigger alerts based on performance thresholds, or integrate KPI insights into dashboards.
Properties
| Name | Meaning |
|---|---|
| Record ID | The ID of the KPI Data record to retrieve |
Output
The output of the node contains a JSON object representing the requested KPI Data record. This typically includes all relevant fields associated with that KPI Data entry, such as metric values, timestamps, related employee or project identifiers, and any other metadata provided by the Flowyteam API.
If multiple records were retrieved (not applicable for the "Get" operation but possible for others), the output would be an array of such objects.
The node does not output binary data for this operation.
Dependencies
- Requires an active connection to the Flowyteam API.
- Requires configuration of an API authentication credential (e.g., an API key) within n8n to authorize requests.
- The node depends on the Flowyteam API endpoints for KPI Data management.
Troubleshooting
Common issues:
- Invalid or missing Record ID: The node requires a valid KPI Data record ID; providing an incorrect or empty ID will cause errors.
- Authentication failures: Ensure the API credential is correctly configured and has sufficient permissions.
- Network or API downtime: Connectivity issues or Flowyteam service outages can prevent successful data retrieval.
Error messages:
"The operation 'get' is not supported for KPI Data resource": This indicates a misconfiguration or unsupported operation; verify the selected operation.- Errors related to invalid IDs or not found records usually indicate the specified Record ID does not exist.
Resolution tips:
- Double-check the Record ID input for correctness.
- Verify API credentials and permissions.
- Test connectivity to the Flowyteam API outside n8n if needed.
- Review API documentation for any changes in endpoint behavior.
Links and References
- Flowyteam API Documentation (general reference for API endpoints and data structures)
- n8n Documentation on Creating Custom Nodes (for understanding node development concepts)