> ## 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 Assessment Integration

> Greenhouse connector for Kombo's Assessment API

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

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

## Guides and Resources

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

  <Card title="How assessment works in Greenhouse" icon="book" href="https://help.kombo.dev/hc/en-us/articles/38397711950097">
    Additional documentation and guides for Greenhouse.
  </Card>
</CardGroup>

## Supported Features & Coverage

<Tabs>
  <Tab title="Models">
    <Accordion title="Candidates">
      | Field         | Notes |
      | ------------- | ----- |
      | remote\_id    |       |
      | first\_name   |       |
      | last\_name    |       |
      | email         |       |
      | phone\_number |       |
    </Accordion>

    <Accordion title="Applications">
      | Field      | Notes |
      | ---------- | ----- |
      | remote\_id |       |
    </Accordion>

    <Accordion title="Jobs">
      | Field      | Notes |
      | ---------- | ----- |
      | remote\_id |       |
      | name       |       |
      | job\_code  |       |
    </Accordion>

    <Accordion title="Hiring Team Members">
      | Field       | Notes |
      | ----------- | ----- |
      | remote\_id  |       |
      | first\_name |       |
      | last\_name  |       |
      | email       |       |
    </Accordion>
  </Tab>

  <Tab title="Actions">
    <Accordion title="Update order result">
      <Note>
        Greenhouse will only display the result of an assessment order' *"result URL"* once the assessment has been completed. This means you may not update an order with the `status` of `OPEN` in Greenhouse. Greenhouse requires the `result_url` to be a valid, publicly accessible link when updating an assessment result. If the URL is invalid or unreachable (for example, localhost or a private network address), Greenhouse will not display any result information provided via the **"Update order result"** [endpoint](`docs.kombo.dev/assessment/v1/put-orders-assessment-order-id-result`).
      </Note>

      | Input Field               | Notes |
      | ------------------------- | ----- |
      | assessment\_order\_id     |       |
      | status                    |       |
      | result\_url               |       |
      | completed\_at             |       |
      | score                     |       |
      | max\_score                |       |
      | attachments.name          |       |
      | attachments.content\_type |       |
      | attachments.data\_url     |       |
      | attachments.data          |       |
    </Accordion>
  </Tab>

  <Tab title="Features">
    | Feature         | Notes |
    | --------------- | ----- |
    | API Passthrough |       |
    | Scope Testing   |       |
    | End User Flow   |       |
    | Manual Trigger  |       |
    | Bulk Invite     |       |
  </Tab>
</Tabs>

## Integration Variants

**Current connector:** Greenhouse

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

<CardGroup cols={2}>
  <Card title="Greenhouse (V1) ATS" icon="https://storage.googleapis.com/kombo-assets/integrations/greenhouse/icon.svg" href="/ats/connectors/greenhouse">
    Greenhouse (V1) for the ATS category
  </Card>
</CardGroup>
