Flowyteam icon

Flowyteam

Custom node for Flowyteam API

Actions101

Overview

This node provides integration with the Flowyteam API, allowing users to manage various HR and project management resources such as employees, tasks, projects, KPIs, tickets, and more. Specifically for the Employee resource with the Delete operation, the node enables deleting an employee record by specifying the employee's unique ID.

Common scenarios where this node is beneficial include automating HR workflows, such as removing former employees from the system, cleaning up outdated records, or integrating employee lifecycle events into broader automation pipelines.

Practical example:

  • Automatically delete an employee record when their termination date is reached in your HR system.
  • Clean up test or temporary employee data after a batch import.

Properties

Name Meaning
Employee ID ID of the employee to retrieve/update/delete

The Employee ID property is required and must be provided as a string representing the unique identifier of the employee to delete.

Output

The node outputs JSON data representing the result of the delete operation. Typically, this will include confirmation that the employee was deleted or details about the deletion status. The exact structure depends on the Flowyteam API response but generally confirms success or failure.

No binary data output is involved in this operation.

Dependencies

  • Requires an active connection to the Flowyteam API.
  • Requires an API authentication token or API key credential configured in n8n under the node's credentials.
  • Network access to the Flowyteam service endpoint.

Troubleshooting

  • Missing or invalid Employee ID: Ensure the Employee ID is correctly specified and exists in the Flowyteam system.
  • Authentication errors: Verify that the API key or authentication token is valid and has sufficient permissions to delete employee records.
  • API rate limits or connectivity issues: Check network connectivity and Flowyteam API status if requests fail repeatedly.
  • Error messages from the node: These typically indicate unsupported operations or resources if misconfigured; ensure the Resource is set to "Employee" and Operation to "Delete".

Links and References

  • Flowyteam API documentation (refer to official Flowyteam developer resources for detailed API endpoints and payloads)
  • n8n documentation on creating custom nodes and managing credentials

Discussion