Creates a new, customizable view (e.g., list, board, calendar) within a specified ClickUp List, requiring an existing list_id accessible by the user.
nameRequiredstringName for the new view.
typeRequiredstringView type (e.g., `list`, `board`, `calendar`, `table`, `timeline`, `workload`, `activity`, `map`, `conversation`, `gantt`).
list_idRequiredstringNumeric ID of the List where the new view will be created.
divide__dirintegerDirection for secondary grouping: `1` for ascending, `-1` for descending.
filters__opstringLogical operator for combining filters: `AND` for all conditions, `OR` for any condition.
divide__fieldstringField for secondary grouping (dividing tasks within primary groups).
grouping__dirintegerGroup sort order: `1` for ascending (e.g., urgent priority top), `-1` for descending (e.g., no priority top).
columns__fieldsarrayArray of column field objects. Each object must have 'field' (e.g., 'name', 'status', 'assignee', 'dueDate', or '_cf_FIELD_ID' for Custom Fields).
filters__fieldsarrayArray of filter field objects. Each object must have 'field' (e.g., 'assignee', 'status', 'priority', 'tags'), 'op' (e.g., 'EQ', 'NOT', 'IN', 'ANY'), and 'values' (array of filter values). Required when any filter parameter is provided.
filters__searchstringSearch string to filter tasks by name or content.
grouping__fieldstringField for grouping tasks (e.g., `none`, `status`, `priority`, `assignee`, `tag`, `dueDate`).
sorting__fieldsarrayArray of sort field objects. Each object must have 'field' (e.g., 'dateCreated', 'name', 'dueDate', 'priority') and optionally 'dir' (1 for ascending, -1 for descending).
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.