Clickup

Clickup logo

Clickup

Configuration

ClickUp source connector integrates with the ClickUp API to extract and synchronize data.

Connects to your ClickUp workspaces.

It supports syncing workspaces, spaces, folders, lists, tasks, and comments.

Authentication

This connector uses OAuth 2.0 authentication. You can connect through the Airweave UI or API using the OAuth flow.

Supported authentication methods:

  • OAuth Browser Flow (recommended for UI)
  • OAuth Token (for programmatic access)
  • Auth Provider (enterprise SSO)

Configuration Options

This connector does not have any additional configuration options.

Data Models

The following data models are available for this connector:

Schema for ClickUp workspace entities.

FieldTypeDescription
workspace_idstrWorkspace ID
namestrWorkspace name
colorOptional[str]Workspace color
avatarOptional[str]Workspace avatar URL
membersList[Dict[str, Any]]List of workspace members

Schema for ClickUp space entities.

FieldTypeDescription
space_idstrSpace ID
namestrSpace name
workspace_idstrParent workspace ID
privateboolWhether the space is private
statusDict[str, Any]Space status configuration
multiple_assigneesboolWhether multiple assignees are allowed
featuresDict[str, Any]Space features configuration

Schema for ClickUp folder entities.

FieldTypeDescription
folder_idstrFolder ID
namestrFolder name
workspace_idstrParent workspace ID
space_idstrParent space ID
hiddenboolWhether the folder is hidden
task_countOptional[int]Number of tasks in the folder

Schema for ClickUp list entities.

FieldTypeDescription
list_idstrList ID
namestrList name
workspace_idstrParent workspace ID
space_idstrParent space ID
folder_idOptional[str]Parent folder ID (optional)
contentOptional[str]List content/description
statusOptional[Dict[str, Any]]List status configuration
priorityOptional[Dict[str, Any]]List priority configuration
assigneeOptional[str]List assignee username
task_countOptional[int]Number of tasks in the list
due_dateOptional[Any]List due date
start_dateOptional[Any]List start date
folder_nameOptional[str]Parent folder name
space_namestrParent space name

Schema for ClickUp task entities.

FieldTypeDescription
task_idstrTask ID
namestrTask name
created_atOptional[Any]Task creation timestamp
updated_atOptional[Any]Task update timestamp
statusDict[str, Any]Task status configuration
priorityOptional[Dict[str, Any]]Task priority configuration
assigneesList[Dict[str, Any]]List of task assignees
tagsList[Dict[str, Any]]List of task tags
due_dateOptional[Any]Task due date
start_dateOptional[Any]Task start date
time_estimateOptional[int]Estimated time in milliseconds
time_spentOptional[int]Time spent in milliseconds
custom_fieldsList[Dict[str, Any]]List of custom fields
list_idstrParent list ID
folder_idOptional[str]Parent folder ID
space_idstrParent space ID
workspace_idstrParent workspace ID
urlstrTask URL
descriptionOptional[str]Task description
parentOptional[str]Parent task ID if this is a subtask

Schema for ClickUp comment entities.

FieldTypeDescription
comment_idstrComment ID
namestrComment preview
created_atOptional[Any]When the comment was created
task_idstrParent task ID
userDict[str, Any]Comment author information
text_contentOptional[str]Comment text content
resolvedboolWhether the comment is resolved
assigneeOptional[Dict[str, Any]]Comment assignee information
assigned_byOptional[Dict[str, Any]]User who assigned the comment
reactionsList[Dict[str, Any]]List of reactions to the comment

Schema for ClickUp subtask entities.

FieldTypeDescription
subtask_idstrSubtask ID
namestrSubtask name
created_atOptional[Any]Subtask creation timestamp
updated_atOptional[Any]Subtask update timestamp
parent_task_idstrImmediate parent task/subtask ID
statusDict[str, Any]Subtask status configuration
assigneesList[Dict[str, Any]]List of subtask assignees
due_dateOptional[Any]Subtask due date
descriptionOptional[str]Subtask description
nesting_levelOptional[int]Nesting level (1 = direct subtask, 2 = nested subtask, etc.)
urlOptional[str]Subtask URL

Schema for ClickUp file attachments.

FieldTypeDescription
attachment_idstrAttachment ID
namestrAttachment name
task_idstrID of the task this file is attached to
task_namestrName of the task this file is attached to
versionOptional[int]Version number of the attachment
titleOptional[str]Original title/name of the attachment
extensionOptional[str]File extension
hiddenboolWhether the attachment is hidden
parentOptional[str]Parent attachment ID if applicable
thumbnail_smallOptional[str]URL for small thumbnail
thumbnail_mediumOptional[str]URL for medium thumbnail
thumbnail_largeOptional[str]URL for large thumbnail
is_folderOptional[bool]Whether this is a folder attachment
total_commentsOptional[int]Number of comments on this attachment
url_w_queryOptional[str]URL with query parameters
url_w_hostOptional[str]URL with host parameters
email_dataOptional[Dict[str, Any]]Email data if attachment is from email
userOptional[Dict[str, Any]]User who uploaded the attachment
resolvedOptional[bool]Whether the attachment is resolved
resolved_commentsOptional[int]Number of resolved comments
sourceOptional[int]Source type of the attachment (numeric)
attachment_typeOptional[int]Type of the attachment (numeric)
orientationOptional[str]Image orientation if applicable
parent_idOptional[str]Parent task ID
deletedOptional[bool]Whether the attachment is deleted
workspace_idOptional[str]Workspace ID