Creates a new Wrike subfolder within the specified `folderId`, optionally as a project if `customItemTypeId` is given; the folder is auto-shared with its creator.
titleRequiredstringThe title for the new folder.
sharedsarrayA list of user IDs or invited user emails to share the folder with.
folderIdRequiredstringThe unique identifier of the parent folder where the new subfolder will be created.
metadataarrayA list of metadata entries (key-value pairs) to associate with the newly created folder.
descriptionstringAn optional description for the new folder.
customFieldsarrayA list of custom field entries (ID and value) to set for the new folder.
customColumnsarrayA list of custom field IDs to be associated with the folder as columns. These typically control the visibility and order of custom fields in a table view.
userAccessRolesobjectA dictionary mapping user IDs to their access roles for this folder (e.g., 'Editor', 'Limited', 'Full', 'Owner'). The key is the user ID and the value is the access role name.
withInvitationsbooleanA boolean flag indicating whether to include invited (pending) users in the 'ownerIds' and 'sharedIds' lists in the response.
customItemTypeIdstringThe ID of a Custom Item Type. If provided, the created folder will be a project based on this type.
plainTextCustomFieldsbooleanA boolean flag. If true, HTML tags will be stripped from custom field values.
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.