ClickUp (Edge)

Last updated on May 26, 2026

Edge Pipeline is now available for Public Review. You can explore and evaluate its features and share your feedback.

ClickUp is a cloud-based project management and productivity platform that enables teams to plan, track, and collaborate on work in one place. It provides a flexible hierarchy of workspaces, spaces, folders, lists, and tasks, and supports features such as goals, time tracking, custom fields, and multiple view types including list, board, calendar, and Gantt charts.

Hevo uses the ClickUp REST API v2 to replicate data from your ClickUp account to the Destination of your choice. To ingest data, you must provide Hevo with a ClickUp API Token for authentication.


Supported Features

Feature Name Supported
Capture deletes Yes
Custom data (user-configured tables & fields) No
Data blocking (skip objects and fields) Yes
Resync (objects and Pipelines) Yes
API configurable No
Authorization via API Yes

Handling of Deletes

ClickUp does not explicitly mark records as deleted in its API responses. When a record is deleted, it is no longer returned in subsequent API responses.

Hevo uses a full data refresh approach to capture delete actions for all the objects. During each Pipeline run, Hevo compares the data fetched from the Source object with the data present in the Destination table. If a record exists in the Destination but is no longer returned by the Source, the record is marked as deleted by setting the value of the metadata column __hevo__marked_deleted to True.


Source Considerations

  • If a task is deleted after Hevo fetches the task list but before it fetches the task comments in the same sync cycle, the comments for that task may not be ingested.

  • Team-level or Space-level views may not be ingested if the API Token used while configuring the Source does not have access to the corresponding Workspace or Space.


Revision History

Refer to the following table for the list of key updates made to this page:

Date Release Description of Change
May-22-2026 NA New document.

Tell us what went wrong