> ## 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 (only PersoProfiler) ATS Integration

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

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

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

## Guides and Resources

<CardGroup cols={2}>
  <Card title="Connection Setup Guide" icon="link" href="https://help.kombo.dev/hc/en-us/articles/30302293907729-Compleet-How-do-I-link-my-account">
    Step-by-step instructions to connect your Compleet (PersoProfiler) account to Kombo.
  </Card>
</CardGroup>

## Supported Features & Coverage

<Tabs>
  <Tab title="Models">
    <Accordion title="Jobs">
      <Note>
        Compleet API does not support pagination, we can only fetch the first 3500 jobs.
      </Note>

      | Field                | Notes |
      | -------------------- | ----- |
      | id                   |       |
      | remote\_id           |       |
      | changed\_at          |       |
      | remote\_deleted\_at  |       |
      | name                 |       |
      | job\_code            |       |
      | description          |       |
      | weekly\_hours        |       |
      | employment\_type     |       |
      | category             |       |
      | salary\_amount\_from |       |
      | salary\_amount\_to   |       |
      | salary\_period       |       |
      | location             |       |
      | custom\_fields       |       |
      | integration\_fields  |       |
      | opened\_at           |       |
      | remote\_data         |       |
    </Accordion>

    <Accordion title="Candidates">
      <Note>
        Candidates can't be read from Compleet but can be created.
      </Note>

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

    <Accordion title="Applications">
      <Note>
        Applications can't be read from Compleet but can be created.
      </Note>

      | Field               | Notes |
      | ------------------- | ----- |
      | id                  |       |
      | changed\_at         |       |
      | remote\_deleted\_at |       |
    </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.availability\_date          |       |
      | candidate.salary\_expectations.amount |       |
      | application.job\_id                   |       |
      | attachments.name                      |       |
      | attachments.data\_url                 |       |
      | attachments.data                      |       |
      | 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.availability\_date          |       |
      | candidate.salary\_expectations.amount |       |
      | application.job\_id                   |       |
      | attachments.name                      |       |
      | attachments.data\_url                 |       |
      | attachments.data                      |       |
      | gdpr\_consent.given                   |       |
    </Accordion>
  </Tab>

  <Tab title="Features">
    | Feature          | Notes |
    | ---------------- | ----- |
    | Connection Guide |       |
    | Prerequisites    |       |
  </Tab>
</Tabs>

## Integration Variants

**Current connector:** Legacy variant using the older PersoProfiler API. Prefer the Pitcher or Persy variants for new integrations.

For **Compleet (PersoProfiler)**, 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 (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>
</CardGroup>

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