Flowyteam icon

Flowyteam

Custom node for Flowyteam API

Actions101

Overview

This node integrates with the Flowyteam API to manage various business resources, including projects. Specifically, for the Project resource, it supports operations such as creating, retrieving, updating, and deleting projects. The Delete operation allows users to remove a project from the system by specifying its unique Project ID.

This node is beneficial in automation workflows where project lifecycle management is required. For example, when a project is completed or canceled, this node can be used to automatically delete the project record from Flowyteam, keeping the project database clean and up-to-date.

Properties

Name Meaning
Project ID The ID of the project to delete

The node requires the user to provide the Project ID, which uniquely identifies the project to be deleted.

Output

The output of the node after executing the Delete operation on a Project will be JSON data representing the result of the deletion request. Typically, this might include confirmation of successful deletion or details about the deleted project. The exact structure depends on the Flowyteam API response but generally confirms that the project was removed.

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.
  • The node depends on the Flowyteam API endpoints for project management.

Troubleshooting

  • Common issues:

    • Providing an invalid or non-existent Project ID will likely cause the API to return an error indicating the project could not be found.
    • Missing or incorrect API credentials will result in authentication errors.
    • Network connectivity issues may prevent the node from reaching the Flowyteam API.
  • Error messages:

    • "The operation 'delete' is not supported for Project resource": This would occur if the operation parameter is incorrectly set; ensure "delete" is selected.
    • API errors related to authorization or invalid IDs should be resolved by verifying credentials and the correctness of the Project ID.

Links and References

Discussion