Copies a Wrike folder synchronously to a specified parent location with customizable options. Use when duplicating folder structures, optionally copying descriptions, responsibles, custom fields, statuses, and rescheduling tasks.
titleRequiredstringThe title for the copied folder.
parentRequiredstringThe ID of the parent folder where the copy will be placed. Must be a valid Wrike folder ID.
folderIdRequiredstringThe ID of the folder to copy. Must be a valid Wrike folder ID.
entryLimitintegerMaximum number of tasks/folders/projects to copy. Use this to limit the scope of the copy operation. If not specified, all entries will be copied.
copyParentsbooleanIf true, copies the parent folder hierarchy from the original folder. Defaults to false if not specified.
copyStatusesbooleanIf true, copies statuses from the original folder to the new folder. Defaults to false if not specified.
rescheduleModestringReschedule mode for tasks in the copied folder. Valid values: 'Start' (reschedule based on start date) or 'End' (reschedule based on end date). Only used when rescheduledDate is provided.
addResponsiblesarrayList of user IDs to add as responsibles to the copied folder. These users will be assigned to the new folder regardless of the copyResponsibles setting.
rescheduledDatestringDate for rescheduling tasks in the copied folder. Must be in ISO 8601 format (e.g., '2024-12-31'). Used with rescheduleMode to adjust task dates.
copyCustomFieldsbooleanIf true, copies custom fields from the original folder to the new folder. Defaults to false if not specified.
copyDescriptionsbooleanIf true, copies descriptions from the original folder to the new folder. Defaults to false if not specified.
copyResponsiblesbooleanIf true, copies assignees/responsibles from the original folder to the new folder. Defaults to false if not specified.
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.