SwipeFlow icon

SwipeFlow

Interact with SwipeFlow API

Overview

This node interacts with the SwipeFlow API to manage projects and their items. Specifically, the 'Project Delete' operation allows users to delete a project by specifying its name or ID. This is useful for workflows that need to automate project cleanup or removal based on certain conditions or triggers.

Use Case Examples

  1. Automatically delete a project when it is completed or no longer needed.
  2. Remove test projects created during development or testing phases.

Properties

Name Meaning
Project Name or ID Selects the project to delete by choosing from a list of projects or specifying the project ID using an expression.

Output

JSON

  • success - Indicates whether the project deletion was successful (true/false).
  • projectId - The ID of the project that was deleted.

Dependencies

  • Requires an API key credential to authenticate with the SwipeFlow API.

Troubleshooting

  • Ensure the project ID or name is valid and exists in the SwipeFlow account; otherwise, the deletion will fail.
  • Check that the API credentials are correctly configured and have sufficient permissions to delete projects.
  • Common error messages may include authorization errors or 'project not found' errors, which can be resolved by verifying credentials and project identifiers.

Links

Discussion