Actions14
- Item Actions
- Project Actions
- Other Actions
Overview
This node interacts with the SwipeFlow API to manage items within projects. Specifically, the 'Request Changes' operation allows users to request modifications to an existing item by providing a required comment explaining what changes are needed. This is useful in content review workflows where feedback is given to content creators for revisions before approval.
Use Case Examples
- Request changes on a content item in a project by specifying the item ID, project ID, and a comment detailing the required changes.
- Use this operation to automate feedback loops in content management systems integrated with SwipeFlow.
Properties
| Name | Meaning |
|---|---|
| Item ID | The unique identifier of the item to request changes for. |
| Project Name or ID | The project containing the item. Can be selected from a list or specified via expression. |
| Comment | Required comment explaining what changes are needed for the item. |
Output
JSON
json- The JSON response from the SwipeFlow API after requesting changes on the item, typically including the updated item status and details.
Dependencies
- Requires an API key credential for authenticating with the SwipeFlow API.
Troubleshooting
- Ensure the 'Item ID' and 'Project ID' are correct and correspond to existing entities in SwipeFlow.
- The 'Comment' field is required; omitting it will cause an error.
- API errors may occur if the authentication credentials are invalid or expired; verify the API key credential.
- Network issues or incorrect endpoint URLs can cause request failures; check connectivity and configuration.
Links
- SwipeFlow API Documentation - Request Changes - Official API documentation for the request changes operation on items.