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

# Compleet (Persy API) ATS Integration

> Compleet (Persy) connector for Kombo's ATS API

<Note>This connector is in open beta. You can freely enable it in your account.</Note>

The Compleet (Persy) ATS integration allows you to sync ATS data between Compleet (Persy) and your application through Kombo's unified API. The tool slug for this connector is `compleetpersy`.

## Supported Features & Coverage

<Tabs>
  <Tab title="Models">
    <Accordion title="Jobs">
      <Note>
        Jobs are derived from the `PositionOpening` attached to candidates returned by the candidates endpoint, since the API has no dedicated jobs endpoint. Only the ID and title of the opening are available.
      </Note>

      | Field               | Notes |
      | ------------------- | ----- |
      | id                  |       |
      | remote\_id          |       |
      | changed\_at         |       |
      | remote\_deleted\_at |       |
      | name                |       |
      | remote\_data        |       |
    </Accordion>

    <Accordion title="Candidates">
      | Field               | Notes |
      | ------------------- | ----- |
      | id                  |       |
      | remote\_id          |       |
      | changed\_at         |       |
      | remote\_deleted\_at |       |
      | first\_name         |       |
      | last\_name          |       |
      | company             |       |
      | title               |       |
      | confidential        |       |
      | source              |       |
      | phone\_numbers      |       |
      | email\_addresses    |       |
      | location            |       |
      | custom\_fields      |       |
      | integration\_fields |       |
      | remote\_created\_at |       |
      | remote\_updated\_at |       |
      | remote\_data        |       |
    </Accordion>

    <Accordion title="Applications">
      <Note>
        The API has no application ID, so we derive a deterministic one from the candidate ID and the position opening ID.
      </Note>

      | Field               | Notes |
      | ------------------- | ----- |
      | id                  |       |
      | remote\_id          |       |
      | changed\_at         |       |
      | remote\_deleted\_at |       |
      | outcome             |       |
      | job\_id             |       |
      | candidate\_id       |       |
      | remote\_created\_at |       |
      | remote\_data        |       |
    </Accordion>
  </Tab>

  <Tab title="Actions">
    <Accordion title="Get candidate attachments">
      | Input Field   | Notes |
      | ------------- | ----- |
      | candidate\_id |       |
    </Accordion>
  </Tab>

  <Tab title="Features">
    | Feature                    | Notes |
    | -------------------------- | ----- |
    | Candidate Cutoff Filtering |       |
    | API Passthrough            |       |
    | Delta Syncs                |       |
    | Custom Field Explorer      |       |
    | Candidates                 |       |
  </Tab>
</Tabs>

## Integration Variants

**Current connector:** Choose this variant to read candidate profiles and attachments from the Persy REST API.

For **Compleet (Persy)**, we also offer the following other connector variants:

<CardGroup cols={2}>
  <Card title="Compleet (Pitcher API)" icon="https://storage.googleapis.com/kombo-assets/integrations/compleetpitcher/icon.svg" href="/ats/connectors/compleetpitcher">
    We recommend using the Compleet Pitcher variant as it supports multiple Compleet products and is easier to configure.
  </Card>

  <Card title="Compleet (only PersoProfiler)" icon="https://storage.googleapis.com/kombo-assets/integrations/compleet/icon.svg" href="/ats/connectors/compleet">
    Legacy variant using the older PersoProfiler API. Prefer the Pitcher or Persy variants for new integrations.
  </Card>
</CardGroup>

<Note>Multiple variants can be used within your Kombo environment at the same time.</Note>
