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

# JobAdder ATS Integration

> JobAdder connector for Kombo's ATS API

<Note>This connector is in open beta. You can freely enable it in your account.</Note>

<Note>This connector requires a partnership with JobAdder. Please contact us to get access.</Note>

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

## Guides and Resources

<CardGroup cols={2}>
  <Card title="Connection Setup Guide" icon="link" href="https://help.kombo.dev/hc/en-us/articles/46864804620817-JobAdder-How-do-I-link-my-account">
    Step-by-step instructions to connect your JobAdder 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                 |       |
      | description          |       |
      | employment\_type     |       |
      | status               |       |
      | salary\_amount\_from |       |
      | salary\_amount\_to   |       |
      | salary\_currency     |       |
      | salary\_period       |       |
      | location             |       |
      | custom\_fields       |       |
      | integration\_fields  |       |
      | closed\_at           |       |
      | remote\_created\_at  |       |
      | remote\_updated\_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    |       |
      | custom\_fields      |       |
      | integration\_fields |       |
      | remote\_created\_at |       |
      | remote\_updated\_at |       |
      | remote\_data        |       |
    </Accordion>

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

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

    <Accordion title="Interviews">
      | Field                    | Notes |
      | ------------------------ | ----- |
      | id                       |       |
      | remote\_id               |       |
      | changed\_at              |       |
      | remote\_deleted\_at      |       |
      | title                    |       |
      | starting\_at             |       |
      | ending\_at               |       |
      | location                 |       |
      | video\_conferencing\_url |       |
      | application\_id          |       |
      | remote\_created\_at      |       |
      | remote\_updated\_at      |       |
      | remote\_data             |       |
    </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>

    <Accordion title="Interviewing team members">
      | Field               | Notes |
      | ------------------- | ----- |
      | interview\_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.company                                  |       |
      | candidate.title                                    |       |
      | candidate.phone\_number                            |       |
      | candidate.additional\_phone\_numbers.type          |       |
      | candidate.additional\_phone\_numbers.phone\_number |       |
      | candidate.location.city                            |       |
      | candidate.location.country                         |       |
      | candidate.location.state                           |       |
      | candidate.location.street\_1                       |       |
      | candidate.location.zip\_code                       |       |
      | candidate.availability\_date                       |       |
      | candidate.social\_links.url                        |       |
      | application.job\_id                                |       |
      | application.stage\_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.company                                  |       |
      | candidate.title                                    |       |
      | candidate.phone\_number                            |       |
      | candidate.additional\_phone\_numbers.type          |       |
      | candidate.additional\_phone\_numbers.phone\_number |       |
      | candidate.location.city                            |       |
      | candidate.location.country                         |       |
      | candidate.location.state                           |       |
      | candidate.location.street\_1                       |       |
      | candidate.location.zip\_code                       |       |
      | candidate.availability\_date                       |       |
      | candidate.social\_links.url                        |       |
      | application.job\_id                                |       |
      | application.stage\_id                              |       |
      | attachments.name                                   |       |
      | attachments.content\_type                          |       |
      | attachments.data\_url                              |       |
      | attachments.data                                   |       |
      | attachments.type                                   |       |
      | source.name                                        |       |
      | source.unified\_key                                |       |
      | source.id                                          |       |
    </Accordion>

    <Accordion title="Add attachment to application">
      | Input Field              | Notes |
      | ------------------------ | ----- |
      | application\_id          |       |
      | attachment.name          |       |
      | attachment.content\_type |       |
      | attachment.data\_url     |       |
      | attachment.data          |       |
      | attachment.type          |       |
    </Accordion>

    <Accordion title="Move application to stage">
      | Input Field     | Notes |
      | --------------- | ----- |
      | application\_id |       |
      | stage\_id       |       |
    </Accordion>

    <Accordion title="Add note to application">
      | Input Field     | Notes |
      | --------------- | ----- |
      | application\_id |       |
      | content         |       |
    </Accordion>

    <Accordion title="Get application attachments">
      | Input Field     | Notes |
      | --------------- | ----- |
      | application\_id |       |
    </Accordion>

    <Accordion title="Get candidate attachments">
      | Input Field   | Notes |
      | ------------- | ----- |
      | candidate\_id |       |
    </Accordion>

    <Accordion title="Add attachment to candidate">
      | Input Field              | Notes |
      | ------------------------ | ----- |
      | candidate\_id            |       |
      | attachment.name          |       |
      | attachment.content\_type |       |
      | attachment.data\_url     |       |
      | attachment.data          |       |
      | attachment.type          |       |
    </Accordion>
  </Tab>

  <Tab title="Features">
    | Feature                        | Notes                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
    | ------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
    | Source Writing                 |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
    | Sync Only Created Applications |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
    | Connection Guide               |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
    | Candidate Cutoff Filtering     |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
    | OAuth                          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
    | API Passthrough                |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
    | Webhook Subscriptions          | jobapplication\_status\_changed: triggered when an application was created or its application stage changed in JobAdder candidate\_status\_changed: triggered when a candidate was created or its status changed in JobAdder candidate\_updated: triggered when a candidate was updated in JobAdder job\_status\_changed: triggered when a job was created or its status changed in JobAdder Not covered: interview scheduled Not covered: interview updated Not covered: tag assigned to a candidate Not covered: job published Not covered: job unpublished Not covered: screening questions updated |
    | Automatic Setup                |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
    | Scope Testing                  |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
    | Custom Field Explorer          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
    | Jobs                           |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
    | Candidates                     |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
  </Tab>
</Tabs>
