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

# Sage HR ATS Integration

> Sage HR connector for Kombo's ATS API

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

## Guides and Resources

<CardGroup cols={2}>
  <Card title="Connection Setup Guide" icon="link" href="https://help.kombo.dev/hc/en-us/articles/18200475423761">
    Step-by-step instructions to connect your Sage HR 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          |       |
      | post\_url           |       |
      | location            |       |
      | opened\_at          |       |
      | closed\_at          |       |
      | remote\_created\_at |       |
      | remote\_data        |       |
    </Accordion>

    <Accordion title="Candidates">
      | Field               | Notes |
      | ------------------- | ----- |
      | id                  |       |
      | remote\_id          |       |
      | changed\_at         |       |
      | remote\_deleted\_at |       |
      | first\_name         |       |
      | last\_name          |       |
      | source              |       |
      | 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                |       |
    </Accordion>

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

  <Tab title="Actions">
    <Accordion title="Create candidate">
      | Input Field                | Notes |
      | -------------------------- | ----- |
      | candidate.first\_name      |       |
      | candidate.last\_name       |       |
      | candidate.email\_address   |       |
      | candidate.title            |       |
      | candidate.phone\_number    |       |
      | candidate.location.city    |       |
      | candidate.location.country |       |
      | application.job\_id        |       |
      | attachments.name           |       |
      | attachments.content\_type  |       |
      | attachments.data\_url      |       |
      | attachments.data           |       |
      | attachments.type           |       |
      | source.name                |       |
      | source.unified\_key        |       |
      | source.id                  |       |
    </Accordion>

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

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

## Integration Variants

**Current connector:** Sage HR

For **Sage HR**, we also offer the following other connector variants:

<CardGroup cols={2}>
  <Card title="Sage HR HRIS" icon="https://storage.googleapis.com/kombo-assets/integrations/sagehr/icon.svg" href="/hris/connectors/sagehr">
    Sage HR for the HRIS category
  </Card>
</CardGroup>
