ClickUp integration (Productivity). Imported from open-connector.
https://api.clickup.com/api/v2/user
/team
/team
| Param | Type | Required | Description |
|---|---|---|---|
| workspaceId | string | required | The ClickUp workspace ID. |
/team/{workspaceId}/user/{userId}
| Param | Type | Required | Description |
|---|---|---|---|
| workspaceId | string | required | The ClickUp workspace ID. |
| userId | string | required | The ClickUp user ID. |
| includeShared | boolean | optional | Whether to include items shared with the ClickUp user. |
/team/{workspaceId}/space
| Param | Type | Required | Description |
|---|---|---|---|
| workspaceId | string | required | The ClickUp workspace ID. |
| archived | boolean | optional | Whether to include archived ClickUp spaces. |
/space/{spaceId}
| Param | Type | Required | Description |
|---|---|---|---|
| spaceId | string | required | The ClickUp space ID. |
/space/{spaceId}
| Param | Type | Required | Description |
|---|---|---|---|
| spaceId | string | required | The ClickUp space ID. |
/space/{spaceId}/folder
| Param | Type | Required | Description |
|---|---|---|---|
| spaceId | string | required | The ClickUp space ID. |
| archived | boolean | optional | Whether to include archived ClickUp folders. |
/folder/{folderId}
| Param | Type | Required | Description |
|---|---|---|---|
| folderId | string | required | The ClickUp folder ID. |
/space/{spaceId}/folder
| Param | Type | Required | Description |
|---|---|---|---|
| spaceId | string | required | The ClickUp space ID. |
| name | string | required | The ClickUp folder name. |
/folder/{folderId}
| Param | Type | Required | Description |
|---|---|---|---|
| folderId | string | required | The ClickUp folder ID. |
| name | string | required | The ClickUp folder name. |
/folder/{folderId}
| Param | Type | Required | Description |
|---|---|---|---|
| folderId | string | required | The ClickUp folder ID. |
/folder/{folderId}/list
| Param | Type | Required | Description |
|---|---|---|---|
| folderId | string | required | The ClickUp folder ID. |
| archived | boolean | optional | Whether to include archived ClickUp lists. |
/space/{spaceId}/list
| Param | Type | Required | Description |
|---|---|---|---|
| spaceId | string | required | The ClickUp space ID. |
| archived | boolean | optional | Whether to include archived ClickUp folderless lists. |
/list/{listId}
| Param | Type | Required | Description |
|---|---|---|---|
| listId | string | required | The ClickUp list ID. |
/team/{workspaceId}/field
| Param | Type | Required | Description |
|---|---|---|---|
| workspaceId | string | required | The ClickUp workspace ID. |
/space/{spaceId}/field
| Param | Type | Required | Description |
|---|---|---|---|
| spaceId | string | required | The ClickUp space ID. |
/folder/{folderId}/field
| Param | Type | Required | Description |
|---|---|---|---|
| folderId | string | required | The ClickUp folder ID. |
/list/{listId}/field
| Param | Type | Required | Description |
|---|---|---|---|
| listId | string | required | The ClickUp list ID. |
/task/{taskId}/field/{fieldId}
| Param | Type | Required | Description |
|---|---|---|---|
| taskId | string | required | The ClickUp task ID. |
| fieldId | string | required | The ClickUp custom field ID. |
| value | string | required | The ClickUp custom field value. |
| valueOptions | object | optional | The ClickUp custom field value options. |
/task/{taskId}/field/{fieldId}
| Param | Type | Required | Description |
|---|---|---|---|
| taskId | string | required | The ClickUp task ID. |
| fieldId | string | required | The ClickUp custom field ID. |
/task/{taskId}/checklist
| Param | Type | Required | Description |
|---|---|---|---|
| taskId | string | required | The ClickUp task ID. |
| name | string | required | The ClickUp checklist name. |
/checklist/{checklistId}
| Param | Type | Required | Description |
|---|---|---|---|
| checklistId | string | required | The ClickUp checklist ID. |
| name | string | optional | The ClickUp checklist name. |
| position | integer | optional | The ClickUp checklist position. |
/checklist/{checklistId}
| Param | Type | Required | Description |
|---|---|---|---|
| checklistId | string | required | The ClickUp checklist ID. |
/checklist/{checklistId}/checklist_item
| Param | Type | Required | Description |
|---|---|---|---|
| checklistId | string | required | The ClickUp checklist ID. |
| name | string | required | The ClickUp checklist item name. |
| assignee | integer | optional | The ClickUp checklist item assignee user ID. |
/checklist/{checklistId}/checklist_item/{checklistItemId}
| Param | Type | Required | Description |
|---|---|---|---|
| checklistId | string | required | The ClickUp checklist ID. |
| checklistItemId | string | required | The ClickUp checklist item ID. |
| name | string | optional | The ClickUp checklist item name. |
| assignee | string | optional | The ClickUp checklist item assignee. |
| resolved | boolean | optional | Whether the ClickUp checklist item is resolved. |
| parent | string | optional | The parent ClickUp checklist item ID. |
/checklist/{checklistId}/checklist_item/{checklistItemId}
| Param | Type | Required | Description |
|---|---|---|---|
| checklistId | string | required | The ClickUp checklist ID. |
| checklistItemId | string | required | The ClickUp checklist item ID. |
/space/{spaceId}/tag
| Param | Type | Required | Description |
|---|---|---|---|
| spaceId | string | required | The ClickUp space ID. |
/task/{taskId}/tag/{tagName}
| Param | Type | Required | Description |
|---|---|---|---|
| taskId | string | required | The ClickUp task ID. |
| tagName | string | required | The ClickUp tag name. |
/task/{taskId}/tag/{tagName}
| Param | Type | Required | Description |
|---|---|---|---|
| taskId | string | required | The ClickUp task ID. |
| tagName | string | required | The ClickUp tag name. |
/task/{taskId}/dependency
| Param | Type | Required | Description |
|---|---|---|---|
| taskId | string | required | The ClickUp task ID. |
| dependsOnTaskId | string | optional | The ClickUp task ID that the task depends on. |
| dependencyOfTaskId | string | optional | The ClickUp task ID that depends on the task. |
/task/{taskId}/dependency
| Param | Type | Required | Description |
|---|---|---|---|
| taskId | string | required | The ClickUp task ID. |
| dependsOnTaskId | string | optional | The ClickUp task ID that the task depends on. |
| dependencyOfTaskId | string | optional | The ClickUp task ID that depends on the task. |
/task/{taskId}/link/{linksToTaskId}
| Param | Type | Required | Description |
|---|---|---|---|
| taskId | string | required | The ClickUp task ID. |
| linksToTaskId | string | required | The ClickUp task ID to link to. |
/task/{taskId}/link/{linksToTaskId}
| Param | Type | Required | Description |
|---|---|---|---|
| taskId | string | required | The ClickUp task ID. |
| linksToTaskId | string | required | The ClickUp task ID to link to. |
/team/{workspaceId}/custom_item
| Param | Type | Required | Description |
|---|---|---|---|
| workspaceId | string | required | The ClickUp workspace ID. |
/view/{viewId}
| Param | Type | Required | Description |
|---|---|---|---|
| viewId | string | required | The ClickUp view ID. |
/view/{viewId}/task
| Param | Type | Required | Description |
|---|---|---|---|
| viewId | string | required | The ClickUp view ID. |
| page | integer | optional | The zero-based ClickUp view task page index. |
/space/{spaceId}/view
| Param | Type | Required | Description |
|---|---|---|---|
| spaceId | string | required | The ClickUp space ID. |
/folder/{folderId}/view
| Param | Type | Required | Description |
|---|---|---|---|
| folderId | string | required | The ClickUp folder ID. |
/list/{listId}/view
| Param | Type | Required | Description |
|---|---|---|---|
| listId | string | required | The ClickUp list ID. |
/team/{workspaceId}/view
| Param | Type | Required | Description |
|---|---|---|---|
| workspaceId | string | required | The ClickUp workspace ID. |
/list/{listId}/task/{taskId}
| Param | Type | Required | Description |
|---|---|---|---|
| listId | string | required | The ClickUp list ID. |
| taskId | string | required | The ClickUp task ID. |
/list/{listId}/task/{taskId}
| Param | Type | Required | Description |
|---|---|---|---|
| listId | string | required | The ClickUp list ID. |
| taskId | string | required | The ClickUp task ID. |
/task/{taskId}/attachment
| Param | Type | Required | Description |
|---|---|---|---|
| taskId | string | required | The ClickUp task ID. |
| fileName | string | required | The file name to use for the ClickUp attachment. |
| mimeType | string | optional | The MIME type to use for the ClickUp attachment. |
| url | string | optional | The public URL of the file to fetch before uploading. |
| contentText | string | optional | The plain text content to upload as a file. |
| contentBase64 | string | optional | The Base64-encoded file content to upload. |
/list/{listId}
| Param | Type | Required | Description |
|---|---|---|---|
| listId | string | required | The ClickUp list ID. |
/team/{workspaceId}/taskTemplate
| Param | Type | Required | Description |
|---|---|---|---|
| workspaceId | string | required | The ClickUp workspace ID. |
| page | integer | required | The zero-based ClickUp page index. |
/list/{listId}/taskTemplate/{templateId}
| Param | Type | Required | Description |
|---|---|---|---|
| listId | string | required | The ClickUp list ID. |
| templateId | string | required | The ClickUp template ID. |
| name | string | required | The ClickUp task name. |
/folder/{folderId}/list_template/{templateId}
| Param | Type | Required | Description |
|---|---|---|---|
| folderId | string | required | The ClickUp folder ID. |
| templateId | string | required | The ClickUp template ID. |
| name | string | required | The ClickUp list name. |
| options | object | optional | The ClickUp list template instantiation options. |
/list/{listId}/member
| Param | Type | Required | Description |
|---|---|---|---|
| listId | string | required | The ClickUp list ID. |
/list/{listId}/task
| Param | Type | Required | Description |
|---|---|---|---|
| listId | string | required | The ClickUp list ID. |
| page | integer | optional | The zero-based ClickUp page index. |
| orderBy | string | optional | The ClickUp task ordering field. |
| reverse | boolean | optional | Whether to reverse the ClickUp task ordering. |
| subtasks | boolean | optional | Whether to include ClickUp subtasks. |
| statuses | array | optional | The ClickUp task statuses to filter by. |
| includeClosed | boolean | optional | Whether to include closed ClickUp tasks. |
| assigneeIds | array | optional | The ClickUp assignee user IDs to filter by. |
| tags | array | optional | The ClickUp tag names to filter by. |
| dueDateGt | integer | optional | The minimum ClickUp due date timestamp in milliseconds. |
| dueDateLt | integer | optional | The maximum ClickUp due date timestamp in milliseconds. |
| dateCreatedGt | integer | optional | The minimum ClickUp creation timestamp in milliseconds. |
| dateCreatedLt | integer | optional | The maximum ClickUp creation timestamp in milliseconds. |
| dateUpdatedGt | integer | optional | The minimum ClickUp update timestamp in milliseconds. |
| dateUpdatedLt | integer | optional | The maximum ClickUp update timestamp in milliseconds. |
| dateDoneGt | integer | optional | The minimum ClickUp done timestamp in milliseconds. |
| dateDoneLt | integer | optional | The maximum ClickUp done timestamp in milliseconds. |
| parentTaskId | string | optional | The ClickUp parent task ID to filter by. |
| includeMarkdownDescription | boolean | optional | Whether to request ClickUp Markdown task descriptions. |
| includeTiml | boolean | optional | Whether to include ClickUp tasks that exist in multiple lists. |
| watchers | array | optional | The ClickUp watcher user IDs to filter by. |
/team/{workspaceId}/task
| Param | Type | Required | Description |
|---|---|---|---|
| workspaceId | string | required | The ClickUp workspace ID. |
| page | integer | optional | The zero-based ClickUp page index. |
| orderBy | string | optional | The ClickUp task ordering field. |
| reverse | boolean | optional | Whether to reverse the ClickUp task ordering. |
| subtasks | boolean | optional | Whether to include ClickUp subtasks. |
| statuses | array | optional | The ClickUp task statuses to filter by. |
| includeClosed | boolean | optional | Whether to include closed ClickUp tasks. |
| assigneeIds | array | optional | The ClickUp assignee user IDs to filter by. |
| tags | array | optional | The ClickUp tag names to filter by. |
| dueDateGt | integer | optional | The minimum ClickUp due date timestamp in milliseconds. |
| dueDateLt | integer | optional | The maximum ClickUp due date timestamp in milliseconds. |
| dateCreatedGt | integer | optional | The minimum ClickUp creation timestamp in milliseconds. |
| dateCreatedLt | integer | optional | The maximum ClickUp creation timestamp in milliseconds. |
| dateUpdatedGt | integer | optional | The minimum ClickUp update timestamp in milliseconds. |
| dateUpdatedLt | integer | optional | The maximum ClickUp update timestamp in milliseconds. |
| dateDoneGt | integer | optional | The minimum ClickUp done timestamp in milliseconds. |
| dateDoneLt | integer | optional | The maximum ClickUp done timestamp in milliseconds. |
| parentTaskId | string | optional | The ClickUp parent task ID to filter by. |
| includeMarkdownDescription | boolean | optional | Whether to request ClickUp Markdown task descriptions. |
| spaceIds | array | optional | The ClickUp space IDs to filter by. |
| folderIds | array | optional | The ClickUp folder IDs to filter by. |
| listIds | array | optional | The ClickUp list IDs to filter by. |
/task/{taskId}
| Param | Type | Required | Description |
|---|---|---|---|
| taskId | string | required | The ClickUp task ID. |
| includeSubtasks | boolean | optional | Whether to include ClickUp subtasks. |
| includeMarkdownDescription | boolean | optional | Whether to request ClickUp Markdown task descriptions. |
/task/{taskId}/member
| Param | Type | Required | Description |
|---|---|---|---|
| taskId | string | required | The ClickUp task ID. |
/task/{taskId}
| Param | Type | Required | Description |
|---|---|---|---|
| taskId | string | required | The ClickUp task ID. |
/task/{taskId}/comment
| Param | Type | Required | Description |
|---|---|---|---|
| taskId | string | required | The ClickUp task ID. |
| start | integer | optional | The ClickUp comment timestamp for pagination. |
| startId | string | optional | The ClickUp comment ID for pagination. |
/comment/{commentId}/reply
| Param | Type | Required | Description |
|---|---|---|---|
| commentId | string | required | The ClickUp comment ID. |
/comment/{commentId}
| Param | Type | Required | Description |
|---|---|---|---|
| commentId | string | required | The ClickUp comment ID. |