SwipeFlow icon

SwipeFlow

Interact with SwipeFlow API

Overview

This node interacts with the SwipeFlow API to update a project. It allows users to specify a project by its name or ID and update its name and description. This operation is useful for managing project details dynamically within an automation workflow, such as renaming a project or updating its description based on external inputs or triggers.

Use Case Examples

  1. Updating a project name and description after receiving new data from a CRM system.
  2. Automating project detail updates when a related task or milestone changes.

Properties

Name Meaning
Project Name or ID Select the project to update by choosing from a list or specifying an ID using an expression.
Name The new name to assign to the project.
Description The new description to assign to the project.

Output

JSON

  • json - The updated project object returned from the SwipeFlow API after the update operation.

Dependencies

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

Troubleshooting

  • Ensure the project ID is valid and exists in the SwipeFlow account; otherwise, the API will return an error.
  • The 'Name' field is required; omitting it will cause the update operation to fail.
  • API authentication errors may occur if the API key credential is missing or invalid; verify credentials in the node settings.

Links

Discussion