Creates a single task on a file. This task is not assigned to any user and will need to be assigned separately.
actionThe type of task to create: 'review' creates an approval task that can be approved or rejected, 'complete' creates a general task that can be marked as complete. Default: 'review'
due_atstringThe date and time when the task is due in ISO 8601 format (e.g., '2026-12-31T23:59:59Z'). If not provided, the task has no due date.
messagestringOptional message or instructions for the task assignee
item__idstringThe unique identifier of the file to create the task on
item__typestringThe type of the item, must be 'file'
completion_rulestringDetermines how many assignees must complete the task: 'all_assignees' (default) requires all assignees to complete it, 'any_assignee' requires only one assignee to complete it
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.