Clickup
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:
ClickUpWorkspaceEntity
Schema for ClickUp workspace entities.
ClickUpSpaceEntity
Schema for ClickUp space entities.
ClickUpFolderEntity
Schema for ClickUp folder entities.
ClickUpListEntity
Schema for ClickUp list entities.
ClickUpTaskEntity
Schema for ClickUp task entities.
ClickUpCommentEntity
Schema for ClickUp comment entities.
ClickUpSubtaskEntity
Schema for ClickUp subtask entities.
Supports nested subtasks where subtasks can have their own subtasks. The parent_task_id points to the immediate parent (task or subtask).
ClickUpFileEntity
Schema for ClickUp file attachments.
Represents files attached to ClickUp tasks. Reference: https://api.clickup.com/api/v2/task/{task_id}