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

# concludis ATS Integration

> concludis connector for Kombo's ATS API

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

<Note>This connector requires a partnership with concludis. Check out our [partnership guide](https://help.kombo.dev/hc/en-us/articles/29131010771601-Concludis-How-to-get-your-Partner-Credentials) to learn more.</Note>

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

## Guides and Resources

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

  <Card title="Partnership Guide" icon="handshake" href="https://help.kombo.dev/hc/en-us/articles/29131010771601-Concludis-How-to-get-your-Partner-Credentials">
    Learn how to become a partner with concludis to enable this integration.
  </Card>

  <Card title="View Candidate Sources" icon="eye" href="https://help.kombo.dev/hc/en-us/articles/22571476002065">
    How to view and manage candidate sources in concludis.
  </Card>
</CardGroup>

## Supported Features & Coverage

<Tabs>
  <Tab title="Models">
    <Accordion title="Jobs">
      | Field               | Notes |
      | ------------------- | ----- |
      | id                  |       |
      | remote\_id          |       |
      | changed\_at         |       |
      | remote\_deleted\_at |       |
      | name                |       |
      | description         |       |
      | employment\_type    |       |
      | status              |       |
      | visibility          |       |
      | category            |       |
      | post\_url           |       |
      | experience\_level   |       |
      | location            |       |
      | custom\_fields      |       |
      | remote\_data        |       |
    </Accordion>

    <Accordion title="Screening questions">
      | Field               | Notes |
      | ------------------- | ----- |
      | id                  |       |
      | remote\_id          |       |
      | changed\_at         |       |
      | remote\_deleted\_at |       |
      | title               |       |
      | description         |       |
      | format              |       |
    </Accordion>

    <Accordion title="Job-specific screening questions">
      | Field                      | Notes |
      | -------------------------- | ----- |
      | index                      |       |
      | required                   |       |
      | precondition\_question\_id |       |
      | precondition\_options      |       |
      | job\_id                    |       |
      | question\_id               |       |
      | 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.company                         |                                                                                                |
      | candidate.title                           |                                                                                                |
      | candidate.phone\_number                   |                                                                                                |
      | candidate.location.city                   |                                                                                                |
      | candidate.location.country                |                                                                                                |
      | candidate.location.street\_1              |                                                                                                |
      | candidate.location.zip\_code              |                                                                                                |
      | candidate.gender                          |                                                                                                |
      | application.job\_id                       |                                                                                                |
      | screening\_question\_answers.question\_id |                                                                                                |
      | screening\_question\_answers.answer       |                                                                                                |
      | attachments.name                          |                                                                                                |
      | attachments.content\_type                 |                                                                                                |
      | attachments.data\_url                     |                                                                                                |
      | attachments.data                          |                                                                                                |
      | attachments.type                          |                                                                                                |
      | source.name                               | Concludis can only be used as a partner and you can set the Source ID in the partner settings. |
    </Accordion>

    <Accordion title="Create application">
      | Input Field                               | Notes                                                                                          |
      | ----------------------------------------- | ---------------------------------------------------------------------------------------------- |
      | candidate.first\_name                     |                                                                                                |
      | candidate.last\_name                      |                                                                                                |
      | candidate.email\_address                  |                                                                                                |
      | candidate.company                         |                                                                                                |
      | candidate.title                           |                                                                                                |
      | candidate.phone\_number                   |                                                                                                |
      | candidate.location.city                   |                                                                                                |
      | candidate.location.country                |                                                                                                |
      | candidate.location.street\_1              |                                                                                                |
      | candidate.location.zip\_code              |                                                                                                |
      | candidate.gender                          |                                                                                                |
      | application.job\_id                       |                                                                                                |
      | screening\_question\_answers.question\_id |                                                                                                |
      | screening\_question\_answers.answer       |                                                                                                |
      | attachments.name                          |                                                                                                |
      | attachments.content\_type                 |                                                                                                |
      | attachments.data\_url                     |                                                                                                |
      | attachments.data                          |                                                                                                |
      | attachments.type                          |                                                                                                |
      | source.name                               | Concludis can only be used as a partner and you can set the Source ID in the partner settings. |
    </Accordion>
  </Tab>

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