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

# Coveto (legacy SOAP API) ATS Integration

> Coveto (legacy SOAP API) connector for Kombo's ATS API

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

## Guides and Resources

<CardGroup cols={2}>
  <Card title="Connection Setup Guide" icon="link" href="https://help.kombo.dev/hc/en-us/articles/34367096810257-Coveto-How-do-I-link-my-account">
    Step-by-step instructions to connect your Coveto (legacy SOAP API) 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                 |                                                  |
      | job\_code            |                                                  |
      | description          |                                                  |
      | weekly\_hours        |                                                  |
      | employment\_type     | Only the first value of employment\_type is used |
      | status               |                                                  |
      | visibility           |                                                  |
      | category             |                                                  |
      | post\_url            |                                                  |
      | remote\_work\_status |                                                  |
      | salary\_amount\_from |                                                  |
      | salary\_amount\_to   |                                                  |
      | salary\_currency     |                                                  |
      | salary\_period       |                                                  |
      | location             |                                                  |
      | custom\_fields       |                                                  |
      | integration\_fields  |                                                  |
      | opened\_at           |                                                  |
      | closed\_at           |                                                  |
      | remote\_created\_at  |                                                  |
      | remote\_updated\_at  |                                                  |
    </Accordion>

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

    <Accordion title="Applications">
      | Field               | Notes |
      | ------------------- | ----- |
      | id                  |       |
      | remote\_id          |       |
      | changed\_at         |       |
      | remote\_deleted\_at |       |
      | outcome             |       |
      | rejected\_at        |       |
      | job\_id             |       |
      | candidate\_id       |       |
      | custom\_fields      |       |
      | integration\_fields |       |
      | remote\_created\_at |       |
      | remote\_updated\_at |       |
      | remote\_data        |       |
    </Accordion>

    <Accordion title="Screening questions">
      | Field               | Notes |
      | ------------------- | ----- |
      | id                  |       |
      | remote\_id          |       |
      | changed\_at         |       |
      | remote\_deleted\_at |       |
      | title               |       |
      | format              |       |
      | remote\_data        |       |
    </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">
      <Note>
        At most 5 attachments can be added
      </Note>

      | 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                          |       |
      | application.job\_id                       |       |
      | screening\_question\_answers.question\_id |       |
      | screening\_question\_answers.answer       |       |
      | attachments.name                          |       |
      | attachments.content\_type                 |       |
      | attachments.data\_url                     |       |
      | attachments.data                          |       |
      | source.name                               |       |
      | source.unified\_key                       |       |
      | source.id                                 |       |
    </Accordion>

    <Accordion title="Create application">
      <Note>
        At most 5 attachments can be added
      </Note>

      | 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                          |       |
      | application.job\_id                       |       |
      | screening\_question\_answers.question\_id |       |
      | screening\_question\_answers.answer       |       |
      | attachments.name                          |       |
      | attachments.content\_type                 |       |
      | attachments.data\_url                     |       |
      | attachments.data                          |       |
      | source.name                               |       |
      | source.unified\_key                       |       |
      | source.id                                 |       |
    </Accordion>
  </Tab>

  <Tab title="Features">
    | Feature                        | Notes |
    | ------------------------------ | ----- |
    | Source Writing                 |       |
    | Sync Only Created Applications |       |
    | Connection Guide               |       |
    | API Passthrough                |       |
    | Custom Field Explorer          |       |
    | Jobs                           |       |
  </Tab>
</Tabs>

## Integration Variants

**Current connector:** Choose this variant if you want to use the legacy Coveto SOAP API. New Coveto will no longer be given access to the SOAP API.

For **Coveto (legacy SOAP API)**, we also offer the following other connector variants:

<CardGroup cols={2}>
  <Card title="Coveto (REST API)" icon="https://storage.googleapis.com/kombo-assets/integrations/covetorest/icon.svg" href="/ats/connectors/covetorest">
    Choose this variant if you want to use the official Coveto REST API
  </Card>
</CardGroup>

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