SwipeFlow icon

SwipeFlow

Interact with SwipeFlow API

Overview

This node operation creates a new version of an existing item within a specified project in the SwipeFlow platform. It allows users to update the item's title, description, content type, content, and metadata optionally. This is useful for managing iterative changes or updates to content items, such as updating a text article, replacing an image URL, or modifying metadata without altering the original item.

Use Case Examples

  1. Updating the text content of an article item by creating a new version with revised text and metadata.
  2. Adding a new version of a video item with an updated video URL and description.

Properties

Name Meaning
Item ID The unique identifier of the item to create a new version for.
Project Name or ID The project containing the item, selected from a list or specified by ID.
Title Optional updated title for the new version of the item.
Description Optional updated description for the new version of the item.
Content Type The type of content the new version contains, such as audio, HTML, image, text, or video.
Content Optional updated content for the new version of the item, matching the content type.
Metadata Optional updated metadata for the new version of the item, provided as JSON.

Output

JSON

  • json - The JSON response from the SwipeFlow API representing the newly created item version.

Dependencies

  • SwipeFlow API with authentication credentials

Troubleshooting

  • Ensure the Item ID and Project ID are correct and exist in the SwipeFlow account to avoid 'not found' errors.
  • Verify that the content type matches the content data format to prevent validation errors.
  • Check that the metadata JSON is well-formed to avoid JSON parsing errors.
  • API authentication errors may occur if credentials are missing or invalid; verify API key or token setup.

Links

Discussion