Duplicate a folder asynchronously in Wrike, creating a copy in a specified parent location. Use when copying large folder structures that may take time to complete. Returns an async job ID for tracking progress.
titleRequiredstringThe name assigned to the copied folder. This is a required parameter for the async copy operation.
parentRequiredstringThe destination parent folder ID where the copy will be placed. Use WRIKE_GET_FOLDERS to get valid folder IDs.
folder_idRequiredstringThe identifier of the folder to be copied. Must be a valid Wrike folder ID.
entry_limitintegerMaximum number of tasks/folders/projects to copy. This limit must be between 1 and 250, inclusive. If the folder contains more items, only the specified number will be copied.
copy_parentsbooleanWhether to maintain folder hierarchy when copying. If true, parent-child relationships are preserved in the copy.
copy_statusesbooleanWhether to preserve task statuses from the original folder. If true, tasks in the copy retain their status.
reschedule_datestringThe date for task rescheduling in ISO 8601 format (YYYY-MM-DD). If provided along with reschedule_mode, tasks will be rescheduled based on this date.
reschedule_modestringMode for rescheduling tasks when copying a folder.
add_responsiblesarrayAdditional users to assign to tasks in the new folder. Provide an array of Wrike user IDs.
copy_descriptionsbooleanWhether to include the original folder's description in the copy. If true, descriptions are copied; otherwise, they are left empty.
copy_responsiblesbooleanWhether to carry over original task assignments to the copied folder. If true, responsible users from original tasks are assigned to copied tasks.
copy_custom_fieldsbooleanWhether to replicate custom field data from the original folder to the copy. If true, custom field values are preserved.
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.