> ## 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 (Pitcher API) ATS Integration

> Compleet connector for Kombo's ATS API

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

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

## Supported Features & Coverage

<Tabs>
  <Tab title="Models">
    <Accordion title="Jobs">
      <Note>
        We extract job data from XML feeds. Date parsing assumes DD.MM.YYYY format.
      </Note>

      | Field               | Notes |
      | ------------------- | ----- |
      | id                  |       |
      | remote\_id          |       |
      | changed\_at         |       |
      | remote\_deleted\_at |       |
      | name                |       |
      | job\_code           |       |
      | description         |       |
      | employment\_type    |       |
      | status              |       |
      | visibility          |       |
      | department          |       |
      | post\_url           |       |
      | experience\_level   |       |
      | salary\_currency    |       |
      | location            |       |
      | custom\_fields      |       |
      | integration\_fields |       |
      | opened\_at          |       |
      | closed\_at          |       |
      | remote\_updated\_at |       |
      | remote\_data        |       |
    </Accordion>
  </Tab>

  <Tab title="Actions">
    <Accordion title="Create candidate">
      | Input Field                           | Notes |
      | ------------------------------------- | ----- |
      | candidate.first\_name                 |       |
      | candidate.last\_name                  |       |
      | candidate.email\_address              |       |
      | candidate.phone\_number               |       |
      | candidate.location.city               |       |
      | candidate.location.country            |       |
      | candidate.location.zip\_code          |       |
      | candidate.gender                      |       |
      | candidate.availability\_date          |       |
      | candidate.salary\_expectations.period |       |
      | candidate.salary\_expectations.amount |       |
      | application.job\_id                   |       |
      | attachments.name                      |       |
      | attachments.content\_type             |       |
      | attachments.data\_url                 |       |
      | attachments.data                      |       |
      | attachments.type                      |       |
      | source.name                           |       |
      | source.unified\_key                   |       |
      | source.id                             |       |
      | gdpr\_consent.expires\_at             |       |
      | gdpr\_consent.given                   |       |
    </Accordion>

    <Accordion title="Create application">
      | Input Field                           | Notes |
      | ------------------------------------- | ----- |
      | candidate.first\_name                 |       |
      | candidate.last\_name                  |       |
      | candidate.email\_address              |       |
      | candidate.phone\_number               |       |
      | candidate.location.city               |       |
      | candidate.location.country            |       |
      | candidate.location.zip\_code          |       |
      | candidate.gender                      |       |
      | candidate.availability\_date          |       |
      | candidate.salary\_expectations.period |       |
      | candidate.salary\_expectations.amount |       |
      | application.job\_id                   |       |
      | attachments.name                      |       |
      | attachments.content\_type             |       |
      | attachments.data\_url                 |       |
      | attachments.data                      |       |
      | attachments.type                      |       |
      | source.name                           |       |
      | source.unified\_key                   |       |
      | source.id                             |       |
      | gdpr\_consent.expires\_at             |       |
      | gdpr\_consent.given                   |       |
    </Accordion>
  </Tab>

  <Tab title="Features">
    | Feature         | Notes |
    | --------------- | ----- |
    | Source Writing  |       |
    | API Passthrough |       |
  </Tab>
</Tabs>

## Integration Variants

**Current connector:** We recommend using the Compleet Pitcher variant as it supports multiple Compleet products and is easier to configure.

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

<CardGroup cols={2}>
  <Card title="Compleet (Persy API)" icon="https://storage.googleapis.com/kombo-assets/integrations/compleetpersy/icon.svg" href="/ats/connectors/compleetpersy">
    Choose this variant to read candidate profiles and attachments from the Persy REST API.
  </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>
