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

# Ubeeo ATS Integration

> Ubeeo connector for Kombo's ATS API

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

## Guides and Resources

<CardGroup cols={2}>
  <Card title="Connection Setup Guide" icon="link" href="https://help.kombo.dev/hc/en-us/articles/26542631592209-Ubeeo">
    Step-by-step instructions to connect your Ubeeo account to Kombo.
  </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               |       |
      | remote\_data        |       |
    </Accordion>

    <Accordion title="Jobs">
      | Field               | Notes |
      | ------------------- | ----- |
      | id                  |       |
      | remote\_id          |       |
      | changed\_at         |       |
      | remote\_deleted\_at |       |
      | name                |       |
      | job\_code           |       |
      | description         |       |
      | weekly\_hours       |       |
      | employment\_type    |       |
      | status              |       |
      | visibility          |       |
      | department          |       |
      | post\_url           |       |
      | experience\_level   |       |
      | location            |       |
      | custom\_fields      |       |
      | integration\_fields |       |
      | opened\_at          |       |
      | contact\_id         |       |
      | remote\_data        |       |
    </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    |       |
      | candidate.location.country |       |
      | application.job\_id        |       |
      | attachments.name           |       |
      | attachments.content\_type  |       |
      | attachments.data\_url      |       |
      | attachments.data           |       |
      | attachments.type           |       |
    </Accordion>

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

  <Tab title="Features">
    | Feature                                | Notes |
    | -------------------------------------- | ----- |
    | Sync Only Created Applications         |       |
    | Connection Guide                       |       |
    | Create Candidate Full Attachment Retry |       |
    | API Passthrough                        |       |
  </Tab>
</Tabs>
