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

# Greenhouse Job Board ATS Integration

> Greenhouse Job Board connector for Kombo's ATS API

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

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

## Guides and Resources

<CardGroup cols={2}>
  <Card title="Connection Setup Guide" icon="link" href="https://help.kombo.dev/hc/en-us/articles/24016766684689">
    Step-by-step instructions to connect your Greenhouse Job Board 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                 |       |
      | job\_code            |       |
      | description          |       |
      | confidential         |       |
      | status               |       |
      | visibility           |       |
      | department           |       |
      | post\_url            |       |
      | salary\_amount       |       |
      | salary\_amount\_from |       |
      | salary\_amount\_to   |       |
      | salary\_currency     |       |
      | location             |       |
      | custom\_fields       |       |
      | integration\_fields  |       |
      | remote\_updated\_at  |       |
      | remote\_data         |       |
    </Accordion>

    <Accordion title="Job postings">
      | Field               | Notes |
      | ------------------- | ----- |
      | id                  |       |
      | remote\_id          |       |
      | changed\_at         |       |
      | remote\_deleted\_at |       |
      | title               |       |
      | description\_html   |       |
      | status              |       |
      | visibility          |       |
      | url                 |       |
      | job\_id             |       |
      | remote\_data        |       |
      | remote\_updated\_at |       |
    </Accordion>

    <Accordion title="Screening questions">
      | Field               | Notes |
      | ------------------- | ----- |
      | id                  |       |
      | remote\_id          |       |
      | changed\_at         |       |
      | remote\_deleted\_at |       |
      | title               |       |
      | description         |       |
      | format              |       |
    </Accordion>

    <Accordion title="Job-specific screening questions">
      | Field                      | Notes |
      | -------------------------- | ----- |
      | index                      |       |
      | required                   |       |
      | precondition\_question\_id |       |
      | precondition\_options      |       |
      | job\_id                    |       |
      | question\_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                   |                                                                             |
      | candidate.location.country                |                                                                             |
      | application.job\_id                       |                                                                             |
      | screening\_question\_answers.question\_id |                                                                             |
      | screening\_question\_answers.answer       |                                                                             |
      | attachments.name                          |                                                                             |
      | attachments.content\_type                 |                                                                             |
      | attachments.data\_url                     |                                                                             |
      | attachments.data                          |                                                                             |
      | attachments.type                          | Attachments of type "OTHER" is not supported by Greenhouse's Job Board API. |
      | 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.phone\_number                   |                                                                             |
      | candidate.location.city                   |                                                                             |
      | candidate.location.country                |                                                                             |
      | application.job\_id                       |                                                                             |
      | screening\_question\_answers.question\_id |                                                                             |
      | screening\_question\_answers.answer       |                                                                             |
      | attachments.name                          |                                                                             |
      | attachments.content\_type                 |                                                                             |
      | attachments.data\_url                     |                                                                             |
      | attachments.data                          |                                                                             |
      | attachments.type                          | Attachments of type "OTHER" is not supported by Greenhouse's Job Board API. |
      | source.name                               |                                                                             |
      | source.unified\_key                       |                                                                             |
      | source.id                                 |                                                                             |
    </Accordion>
  </Tab>

  <Tab title="Features">
    | Feature            | Notes                                    |
    | ------------------ | ---------------------------------------- |
    | Source Writing     |                                          |
    | Connection Guide   |                                          |
    | Prerequisites      |                                          |
    | Locate Admin       |                                          |
    | Create credentials |                                          |
    | API Passthrough    |                                          |
    | Scope Testing      |                                          |
    | EEO Questions      | We support demographic and EEO questions |
  </Tab>
</Tabs>

## Integration Variants

**Current connector:** Choose this variant if you want to write Screening Question Answers with the Greenhouse Job Board API, this integration's coverage is limited

For **Greenhouse Job Board**, we also offer the following other connector variants:

<CardGroup cols={2}>
  <Card title="Greenhouse (V1)" icon="https://storage.googleapis.com/kombo-assets/integrations/greenhouse/icon.svg" href="/ats/connectors/greenhouse">
    Choose this variant if you want to use the Greenhouse Harvest v1 API
  </Card>

  <Card title="Greenhouse (V3)" icon="https://storage.googleapis.com/kombo-assets/integrations/greenhousev3/icon.svg" href="/ats/connectors/greenhousev3">
    This is the recommended Greenhouse integration
  </Card>
</CardGroup>

<Note>Multiple variants can be used within your Kombo environment at the same time.</Note>
