> ## 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.

# Monday.com

## Synced Objects

Monday.com 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": "monday",
    "pipeline": "tickets",
    "configuration": {
      "boardId": "1234567890"
    }
}
```

**Configuration options:**

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