Linking ClickUp as a source
Alpha release
This source is currently in alpha. The interface and available tables may change.
The ClickUp connector pulls your ClickUp data — workspaces, spaces, folders, lists, tasks, and goals — into the PostHog data warehouse.
Adding a data source
- Go to the sources tab of the data pipeline section in PostHog.
- Click + New source and then click Link next to ClickUp.
- You need a personal API token and your workspace ID from ClickUp. Generate a personal token (it starts with
pk_) under Settings → Apps in ClickUp. Your Workspace ID is the numeric ID in your ClickUp URL:https://app.clickup.com/{workspace_id}/.... - Back in PostHog, enter the
API tokenandWorkspace ID, then click Next. - Select the tables you want to sync, set the sync method and frequency, then click Import.
Once the syncs are complete, you can start using ClickUp data in PostHog.
Available tables
| Table | Description | Sync method |
|---|---|---|
workspaces | Workspaces your token can access | Full refresh |
spaces | Spaces within the workspace | Full refresh |
folders | Folders within each space | Full refresh |
lists | Lists (folderless lists and lists within folders) | Full refresh |
tasks | Tasks within the workspace | Incremental |
goals | Goals within the workspace | Full refresh |
Incremental tables sync only new or updated records on each run. Full refresh tables reload all data on each sync.
Sync limitations
Only the tasks table supports incremental sync, using date_updated as the cursor. The other tables are full refresh only.
Configuration
| Option | Type | Required |
|---|---|---|
API token | password | Yes |
Workspace ID | text | Yes |