SwipeFlow icon

SwipeFlow

Interact with SwipeFlow API

Overview

This node interacts with the SwipeFlow API to perform operations on items within projects. Specifically, the 'Get' operation retrieves a single item by its unique identifier from a specified project. It can optionally include all versions of the item in the response. This node is useful for workflows that need to fetch detailed information about a specific item, such as content review, approval processes, or content management tasks.

Use Case Examples

  1. Retrieve an item by its ID to display its content in a dashboard.
  2. Fetch an item including all its versions for audit or version comparison.
  3. Use the item data to trigger further automation based on its content or status.

Properties

Name Meaning
Item ID The unique identifier of the item to retrieve.
Project Name or ID The project containing the item. Can be selected from a list or specified via expression.
Include All Versions Whether to include all versions of the item in the response.

Output

JSON

  • json - The JSON response containing the item data retrieved from the SwipeFlow API. This includes item details and optionally all versions if requested.

Dependencies

  • SwipeFlow API
  • API key credential for authentication

Troubleshooting

  • Ensure the provided Item ID and Project ID are correct and exist in the SwipeFlow account.
  • If 'Include All Versions' is enabled, the response may be larger and take longer to retrieve; consider performance impacts.
  • Common errors include authentication failures (check API key), invalid IDs (check item and project IDs), and network issues (check connectivity).

Links

Discussion