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

# Paradox ATS Integration

> Paradox connector for Kombo's ATS API

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

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

## Guides and Resources

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

## Supported Features & Coverage

<Tabs>
  <Tab title="Models">
    <Accordion title="Jobs">
      <Note>
        Due to a limitation in the Paradox XML feed, we cannot show you the details of a job that an applicant has applied to, only its id. If you change the Candidate Journey for a job in Paradox, existing applications must be moved to a stage of the new journey before they will be shown in Kombo.
      </Note>

      | Field               | Notes |
      | ------------------- | ----- |
      | id                  |       |
      | remote\_id          |       |
      | changed\_at         |       |
      | remote\_deleted\_at |       |
      | name                |       |
      | description         |       |
      | status              |       |
      | experience\_level   |       |
      | salary\_amount      |       |
      | location            |       |
      | custom\_fields      |       |
      | opened\_at          |       |
      | remote\_created\_at |       |
      | remote\_data        |       |
    </Accordion>

    <Accordion title="Job postings">
      | Field               | Notes |
      | ------------------- | ----- |
      | id                  |       |
      | remote\_id          |       |
      | changed\_at         |       |
      | remote\_deleted\_at |       |
      | title               |       |
      | description\_html   |       |
      | status              |       |
      | visibility          |       |
      | url                 |       |
      | job\_id             |       |
      | remote\_data        |       |
      | remote\_created\_at |       |
    </Accordion>

    <Accordion title="Candidates">
      <Note>
        Candidates and applications are the same entity in the Paradox API
      </Note>

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

    <Accordion title="Application Stages">
      <Note>
        If a candidate journey / stage / status is renamed in Paradox, it will be treated as a new application stage.
      </Note>

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

    <Accordion title="Applications">
      <Note>
        Paradox will return the stage of a candidate, but your system should know if this stage is interview / hiring / rejection
      </Note>

      | Field               | Notes |
      | ------------------- | ----- |
      | id                  |       |
      | remote\_id          |       |
      | changed\_at         |       |
      | remote\_deleted\_at |       |
      | outcome             |       |
      | current\_stage\_id  |       |
      | job\_id             |       |
      | candidate\_id       |       |
      | custom\_fields      |       |
      | remote\_url         |       |
      | remote\_created\_at |       |
      | remote\_updated\_at |       |
      | remote\_data        |       |
    </Accordion>

    <Accordion title="Job-specific application stages">
      | Field               | Notes |
      | ------------------- | ----- |
      | index               |       |
      | job\_id             |       |
      | stage\_id           |       |
      | id                  |       |
      | changed\_at         |       |
      | remote\_deleted\_at |       |
    </Accordion>
  </Tab>

  <Tab title="Actions">
    <Accordion title="Create candidate">
      <Note>
        This integration only supports CV attachments.
      </Note>

      | Input Field                | Notes |
      | -------------------------- | ----- |
      | candidate.first\_name      |       |
      | candidate.last\_name       |       |
      | candidate.email\_address   |       |
      | candidate.title            |       |
      | candidate.phone\_number    |       |
      | candidate.location.city    |       |
      | candidate.location.country |       |
      | application.job\_id        |       |
      | application.stage\_id      |       |
      | attachments.data\_url      |       |
      | attachments.data           |       |
      | attachments.type           |       |
      | source.name                |       |
    </Accordion>

    <Accordion title="Create application">
      <Note>
        This integration only supports CV attachments.
      </Note>

      | Input Field                | Notes |
      | -------------------------- | ----- |
      | candidate.first\_name      |       |
      | candidate.last\_name       |       |
      | candidate.email\_address   |       |
      | candidate.title            |       |
      | candidate.phone\_number    |       |
      | candidate.location.city    |       |
      | candidate.location.country |       |
      | application.job\_id        |       |
      | application.stage\_id      |       |
      | attachments.data\_url      |       |
      | attachments.data           |       |
      | attachments.type           |       |
      | source.name                |       |
    </Accordion>

    <Accordion title="Add attachment to application">
      <Note>
        This integration only supports CV attachments. Uploading a new CV will overwrite the existing one.
      </Note>

      | Input Field          | Notes |
      | -------------------- | ----- |
      | application\_id      |       |
      | attachment.data\_url |       |
      | attachment.data      |       |
      | attachment.type      |       |
    </Accordion>

    <Accordion title="Move application to stage">
      | Input Field     | Notes |
      | --------------- | ----- |
      | application\_id |       |
      | stage\_id       |       |
    </Accordion>

    <Accordion title="Add result link to application">
      | Input Field                         | Notes |
      | ----------------------------------- | ----- |
      | application\_id                     |       |
      | label                               |       |
      | url                                 |       |
      | details.custom\_field\_name\_prefix |       |
      | details.attributes.key              |       |
      | details.attributes.value            |       |
    </Accordion>

    <Accordion title="Add note to application">
      | Input Field     | Notes |
      | --------------- | ----- |
      | application\_id |       |
      | content         |       |
    </Accordion>
  </Tab>

  <Tab title="Features">
    | Feature               | Notes |
    | --------------------- | ----- |
    | Source Writing        |       |
    | Connection Guide      |       |
    | API Passthrough       |       |
    | Delta Syncs           |       |
    | Custom Field Explorer |       |
    | Jobs                  |       |
    | Candidates            |       |
  </Tab>
</Tabs>
