SwipeFlow icon

SwipeFlow

Interact with SwipeFlow API

Overview

This node interacts with the SwipeFlow API to manage items within projects. Specifically, the 'Approve' operation allows users to approve an item by providing the project ID, item ID, and an optional comment. This is useful in workflows where content or items need to be reviewed and approved before proceeding, such as content management, project approvals, or quality checks.

Use Case Examples

  1. Approving a content item in a project after review.
  2. Automating the approval process for items in a project management workflow.

Properties

Name Meaning
Item ID The unique identifier of the item to be approved.
Project Name or ID The project containing the item to be approved. Can be selected from a list or specified by ID using an expression.
Comment An optional comment to accompany the approval decision.

Output

JSON

  • json - The response from the SwipeFlow API after approving the item, typically including details of the approved item and the decision status.

Dependencies

  • Requires an API key credential for authenticating with the SwipeFlow API.

Troubleshooting

  • Ensure the provided project ID and item ID are correct and exist in the SwipeFlow account.
  • If the API returns an authentication error, verify that the API key credential is valid and has the necessary permissions.
  • If the comment is required by the API for approval, ensure it is provided to avoid errors.

Links

Discussion