Flowyteam icon

Flowyteam

Custom node for Flowyteam API

Actions101

Overview

This node provides integration with the Flowyteam API, allowing users to manage various resources related to company operations. Specifically, for the Holiday resource with the Delete operation, it enables users to delete a specified holiday from their company's holiday records.

Common scenarios where this node is beneficial include:

  • Automating the removal of outdated or incorrect holiday entries.
  • Managing holiday schedules dynamically based on organizational changes.
  • Integrating holiday management into broader HR or project workflows.

For example, a user might use this node to delete a holiday that was mistakenly added or to update the holiday calendar by removing holidays no longer observed.

Properties

Name Meaning
Holiday ID ID of the holiday to be deleted

The "Holiday ID" property is required and specifies the unique identifier of the holiday entry that should be deleted.

Output

The output of the node after executing the delete operation will be JSON data representing the result of the deletion request. Typically, this includes confirmation of successful deletion or details about the deleted holiday record.

No binary data output is involved in this operation.

Dependencies

  • Requires an active connection to the Flowyteam API.
  • The node requires an API authentication token credential configured in n8n to authorize requests.
  • Proper permissions on the API side to delete holiday records are necessary.

Troubleshooting

  • Common issues:

    • Providing an invalid or non-existent Holiday ID will likely cause the operation to fail.
    • Missing or incorrect API credentials can lead to authentication errors.
    • Insufficient permissions on the API may prevent deletion.
  • Error messages:

    • Errors indicating "Holiday not found" suggest the provided Holiday ID does not exist.
    • Authentication errors indicate problems with the API key or token; verify credentials.
    • Permission denied errors require checking user roles and API access rights.

To resolve these issues, ensure the Holiday ID is correct, the API credentials are valid and have sufficient permissions, and the Flowyteam API service is reachable.

Links and References

  • Flowyteam official API documentation (refer to the section on Holidays management)
  • n8n documentation on creating custom nodes and managing credentials

Discussion