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

# CEGID TalentSoft Customer ATS Integration

> CEGID TalentSoft Customer connector for Kombo's ATS API

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

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

## Guides and Resources

<CardGroup cols={2}>
  <Card title="Connection Setup Guide" icon="link" href="https://help.kombo.dev/hc/en-us/articles/23625547686033">
    Step-by-step instructions to connect your CEGID TalentSoft Customer account to Kombo.
  </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          |       |
      | department          |       |
      | experience\_level   |       |
      | location            |       |
      | remote\_created\_at |       |
      | remote\_updated\_at |       |
      | remote\_data        |       |
    </Accordion>

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

    <Accordion title="Application Stages">
      | Field               | Notes |
      | ------------------- | ----- |
      | id                  |       |
      | remote\_id          |       |
      | changed\_at         |       |
      | remote\_deleted\_at |       |
      | name                |       |
      | global\_index       |       |
      | remote\_data        |       |
    </Accordion>

    <Accordion title="Applications">
      | Field               | Notes |
      | ------------------- | ----- |
      | id                  |       |
      | remote\_id          |       |
      | changed\_at         |       |
      | remote\_deleted\_at |       |
      | outcome             |       |
      | current\_stage\_id  |       |
      | job\_id             |       |
      | candidate\_id       |       |
      | remote\_created\_at |       |
      | remote\_data        |       |
    </Accordion>
  </Tab>

  <Tab title="Actions">
    <Accordion title="Add result link to application">
      <Note>
        As a workaround, we store the result link in the `middleName` field. Please contact support if you wish to use this feature.
      </Note>

      | Input Field     | Notes |
      | --------------- | ----- |
      | application\_id |       |
      | url             |       |
    </Accordion>

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

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

  <Tab title="Features">
    | Feature                        | Notes |
    | ------------------------------ | ----- |
    | Sync Only Created Applications |       |
    | Connection Guide               |       |
    | Prerequisites                  |       |
    | Candidate Cutoff Filtering     |       |
    | API Passthrough                |       |
    | Delta Syncs                    |       |
  </Tab>
</Tabs>

## Integration Variants

**Current connector:** This variant should only be used if the FrontOffice variant does not offer sufficient functionality, or if you have use cases that fall outside of what's covered by the FrontOffice variant (e.g. specific use cases less common to job boards)

For **CEGID TalentSoft Customer**, we also offer the following other connector variants:

<CardGroup cols={2}>
  <Card title="CEGID TalentSoft FrontOffice" icon="https://storage.googleapis.com/kombo-assets/integrations/talentsoft/icon.svg" href="/ats/connectors/talentsoft">
    This variant is generally the right choice for you, if you are a job board or looking to primarily read jobs, read screening questions, and create applications (e.g. with an application source and screening question answers). It is the right choice for the vast majority of cases.
  </Card>
</CardGroup>

<Note>You can only use one variant at a time.</Note>
