> ## Documentation Index
> Fetch the complete documentation index at: https://docs.useparagon.com/llms.txt
> Use this file to discover all available pages before exploring further.

# ClickUp

## Synced Objects

ClickUp supports the following Synced Objects:

* [Tickets](/managed-sync/api/ticket-schema)

## Tickets

Send a request to [Enable Sync](/managed-sync/api/enable-a-sync) to start a ticket sync.

```json Example theme={null}
{
    "integration": "clickup",
    "pipeline": "tickets",
    "configuration": {
      "listId": "89101112"
    }
}
```

**Configuration options:**

<ParamField path="listId" type="string" required>
  A ClickUp list to sync tickets from. You can prompt your users to select a List from Connect Portal [User Settings](/connect-portal/workflow-user-settings).
</ParamField>
