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

# RECRU ATS Integration

> RECRU connector for Kombo's ATS API

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

## Guides and Resources

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

  <Card title="View Candidate Sources" icon="eye" href="https://help.kombo.dev/hc/en-us/articles/22565444965649-Recru-How-to-view-a-candidates-source">
    How to view and manage candidate sources in RECRU.
  </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               |       |
    </Accordion>

    <Accordion title="Jobs">
      | Field               | Notes |
      | ------------------- | ----- |
      | id                  |       |
      | remote\_id          |       |
      | changed\_at         |       |
      | remote\_deleted\_at |       |
      | name                |       |
      | description         |       |
      | employment\_type    |       |
      | status              |       |
      | visibility          |       |
      | department          |       |
      | experience\_level   |       |
      | salary\_amount      |       |
      | opened\_at          |       |
      | closed\_at          |       |
      | remote\_updated\_at |       |
      | remote\_data        |       |
    </Accordion>

    <Accordion title="Candidates">
      | Field               | Notes |
      | ------------------- | ----- |
      | id                  |       |
      | remote\_id          |       |
      | changed\_at         |       |
      | remote\_deleted\_at |       |
      | first\_name         |       |
      | last\_name          |       |
      | company             |       |
      | title               |       |
      | source              |       |
      | phone\_numbers      |       |
      | email\_addresses    |       |
      | location            |       |
      | 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             |       |
      | current\_stage\_id  |       |
      | job\_id             |       |
      | candidate\_id       |       |
    </Accordion>

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

    <Accordion title="Candidate tags">
      | Field               | Notes |
      | ------------------- | ----- |
      | candidate\_id       |       |
      | tag\_id             |       |
      | id                  |       |
      | changed\_at         |       |
      | remote\_deleted\_at |       |
    </Accordion>

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

    <Accordion title="Job hiring team members">
      | Field               | Notes |
      | ------------------- | ----- |
      | roles               |       |
      | job\_id             |       |
      | user\_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.phone\_number   |       |
      | candidate.location.city   |       |
      | application.job\_id       |       |
      | attachments.name          |       |
      | attachments.data\_url     |       |
      | attachments.data          |       |
      | attachments.type          |       |
      | source.name               |       |
      | source.unified\_key       |       |
      | source.id                 |       |
      | gdpr\_consent.expires\_at |       |
      | gdpr\_consent.given       |       |
    </Accordion>

    <Accordion title="Create application">
      | Input Field               | Notes |
      | ------------------------- | ----- |
      | candidate.first\_name     |       |
      | candidate.last\_name      |       |
      | candidate.email\_address  |       |
      | candidate.phone\_number   |       |
      | candidate.location.city   |       |
      | application.job\_id       |       |
      | attachments.name          |       |
      | attachments.data\_url     |       |
      | attachments.data          |       |
      | attachments.type          |       |
      | source.name               |       |
      | source.unified\_key       |       |
      | source.id                 |       |
      | gdpr\_consent.expires\_at |       |
      | gdpr\_consent.given       |       |
    </Accordion>

    <Accordion title="Add tag to candidate">
      <Note>
        We can't create tags, but only assign existing ones. Creating new tags is not supported by the RECRU API.
      </Note>

      | Input Field   | Notes |
      | ------------- | ----- |
      | candidate\_id |       |
      | tag.name      |       |
    </Accordion>
  </Tab>

  <Tab title="Features">
    | Feature                        | Notes |
    | ------------------------------ | ----- |
    | Source Writing                 |       |
    | Sync Only Created Applications |       |
    | Connection Guide               |       |
    | Prerequisites                  |       |
    | Create credentials             |       |
  </Tab>
</Tabs>
