Clickup
Clickup
Connect your Clickup data to Airweave
Overview
The Clickup connector allows you to sync data from Clickup into Airweave, making it available for search and retrieval by your agents.
Configuration
ClickUpSource
ClickUp source implementation.
This connector retrieves hierarchical data from ClickUp’s REST API:
- Workspaces (Teams)
- Spaces (within each workspace)
- Folders (within each space)
- Lists (within each folder)
- Tasks (within each list)
- Comments (within each task)
Authentication
This connector uses OAuth 2.0 authentication flow.
You can connect through the Airweave UI, which will guide you through the OAuth flow.
Entities
The following data models are available for this connector:
ClickUpWorkspaceEntity
ClickUp workspace entity.
ClickUpSpaceEntity
ClickUp space entity.
ClickUpFolderEntity
ClickUp folder entity.
ClickUpListEntity
ClickUp list entity.
ClickUpTaskEntity
ClickUp task entity.
ClickUpCommentEntity
ClickUp comment entity.