Creates a new, highly customizable view within a specific ClickUp folder using its `folder_id`.
nameRequiredstringName for the new view.
typeRequiredstringThe type of view to create. Options include: `list`, `board`, `calendar`, `table`, `timeline`, `workload`, `activity`, `map`, `conversation`, or `gantt`.
folder_idRequiredstringNumeric ID of the folder where the new view will be created.
divide__dirnullThis field must be `null` (None). It is intended for specifying sort direction within divided sections, but its configuration is not fully detailed.
filters__opstringOperator for combining filters. The available operator (`op`) values are `AND` and `OR`. Required when any filter parameter is provided.
divide__fieldnullThis field must be `null` (None). It is intended for view division features (e.g., swimlanes) whose specific configuration via this parameter is not fully detailed.
grouping__dirintegerSet a group sort order. Use `1` for ascending (e.g., urgent priority at top of the view, and tasks with no priority at the bottom) or `-1` to reverse the order (e.g., tasks with no priority at the top). Required when any grouping parameter is provided.
columns__fieldsarrayArray of field objects to display as columns in the view. Each element must be an object. Custom Fields require the `_cf` prefix followed by the Custom Field ID (e.g., `_cf_xxxxxxxx`).
filters__fieldsarrayFields to filter by. Each element represents a filter condition. View the list of available fields in ClickUp's API documentation. Required when any filter parameter is provided.
filters__searchstringText string to search for within tasks, comments, and subtasks in the view. Required when any filter parameter is provided.
grouping__fieldstringField to group tasks by. Options include: `none`, `status`, `priority`, `assignee`, `tag`, or `dueDate`. When any grouping parameter is provided, `grouping__field`, `grouping__dir`, `grouping__collapsed`, and `grouping__ignore` are all required.
sorting__fieldsarrayFields to sort tasks by. Each element must be an object with 'field' and 'dir' properties. 'dir' should be 1 for ascending or -1 for descending. Refer to ClickUp API for the exact structure.
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.