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

# d.vinci admin ATS Integration

> d.vinci admin connector for Kombo's ATS API

<Note>This connector is in closed beta. Please contact us to get access.</Note>

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

## Guides and Resources

<CardGroup cols={2}>
  <Card title="View Candidate Sources" icon="eye" href="https://help.kombo.dev/hc/en-us/articles/22542854291857-d-vinci-How-to-view-a-candidates-source">
    How to view and manage candidate sources in d.vinci admin.
  </Card>
</CardGroup>

## Supported Features & Coverage

<Tabs>
  <Tab title="Models">
    <Accordion title="Users">
      | Field               | Notes |
      | ------------------- | ----- |
      | id                  |       |
      | remote\_id          |       |
      | changed\_at         |       |
      | remote\_deleted\_at |       |
      | first\_name         |       |
      | last\_name          |       |
      | email               |       |
      | status              |       |
      | remote\_data        |       |
    </Accordion>

    <Accordion title="Jobs">
      <Note>
        d.vinci supports multiple locations per job, but we only expose the first at the moment.
      </Note>

      | Field               | Notes |
      | ------------------- | ----- |
      | id                  |       |
      | remote\_id          |       |
      | changed\_at         |       |
      | remote\_deleted\_at |       |
      | name                |       |
      | job\_code           |       |
      | description         |       |
      | employment\_type    |       |
      | status              |       |
      | category            |       |
      | department          |       |
      | post\_url           |       |
      | location            |       |
      | custom\_fields      |       |
      | integration\_fields |       |
      | opened\_at          |       |
      | remote\_created\_at |       |
      | contact\_id         |       |
      | remote\_data        |       |
    </Accordion>

    <Accordion title="Candidates">
      | Field               | Notes                                                                                                                                              |
      | ------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------- |
      | id                  |                                                                                                                                                    |
      | remote\_id          |                                                                                                                                                    |
      | changed\_at         |                                                                                                                                                    |
      | remote\_deleted\_at |                                                                                                                                                    |
      | first\_name         |                                                                                                                                                    |
      | last\_name          |                                                                                                                                                    |
      | title               |                                                                                                                                                    |
      | confidential        |                                                                                                                                                    |
      | source              | The source field is taken from the first application of the candidate from d.vinci. All source are available as custom fields on each application. |
      | phone\_numbers      |                                                                                                                                                    |
      | email\_addresses    |                                                                                                                                                    |
      | social\_media       |                                                                                                                                                    |
      | location            |                                                                                                                                                    |
      | custom\_fields      |                                                                                                                                                    |
      | integration\_fields |                                                                                                                                                    |
      | remote\_data        |                                                                                                                                                    |
    </Accordion>

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

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

  <Tab title="Actions">
    <Accordion title="Add attachment to application">
      <Note>
        The Attachment type will be added to the description property in d.vinci.
      </Note>

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

    <Accordion title="Move application to stage">
      <Note>
        d.vinci enforces a configured status workflow, so not every stage is reachable from an application's current status. Moving to a stage that isn't a valid transition fails with a validation error.
      </Note>

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

    <Accordion title="Get application attachments">
      <Note>
        d.vinci does not expose an attachment type, so all attachments are returned with the type OTHER.
      </Note>

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

  <Tab title="Features">
    | Feature         | Notes |
    | --------------- | ----- |
    | API Passthrough |       |
    | Scope Testing   |       |
    | Per Model Tests |       |
  </Tab>
</Tabs>

## Integration Variants

**Current connector:** Choose this variant if you require reading all available candidates and applications in the d.vinci system. This variant requires additional permissions from your customer.

For **d.vinci admin**, we also offer the following other connector variants:

<CardGroup cols={2}>
  <Card title="d.vinci" icon="https://storage.googleapis.com/kombo-assets/integrations/dvinci/icon.svg" href="/ats/connectors/dvinci">
    Choose this variant if your product primarily requires reading jobs, creating applications, and reading application updates.
  </Card>
</CardGroup>

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