Starts a Box Relay workflow with trigger type `WORKFLOW_MANUAL_START`. Prerequisites: - Your application must have the 'Manage Box Relay' scope enabled in the Box Developer Console. - Use the 'List Workflows' endpoint to get the workflow_id, flow.id, and folder.id. - All files s…
typestringThe type of the parameters object. Must be 'workflow_parameters'.
filesRequiredarrayArray of file objects to process with the workflow. Maximum 20 files per request. All files must be located in the workflow's configured folder.
flow__idstringThe unique identifier of the flow to trigger. Obtain this from the workflow's 'flows' array in the List Workflows response.
outcomesarrayOptional array of configurable outcomes for the workflow. Required if the workflow has runtime-configurable outcomes defined.
flow__typestringThe type of the flow object. Must be 'flow'.
folder__idstringThe unique identifier of the folder where the workflow is configured. This must match the folder associated with the workflow.
workflow_idRequiredstringThe unique identifier of the workflow to start. Obtain this from the List Workflows endpoint.
folder__typestringThe type of the folder object. Must be 'folder'.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
OAuth connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.