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

# Freshdesk

## Synced Objects

Freshdesk 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": "freshdesk",
    "pipeline": "tickets",
    "configuration": {}
}
```

**Configuration options:**

<ParamField path="companyId" type="string">
  A Freshdesk Company ID to limit the Sync scope to tickets from a specific company.

  If not specified, the Sync will ingest all available tickets from the user's Freshdesk account.
</ParamField>
