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

# Kombo Sandbox Assessment Integration

> Kombo Sandbox connector for Kombo's Assessment API

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

## 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   |       |
      | description |       |
      | location    |       |
    </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>
        Submitted result attachments are not displayed in the ***"Assessment UI"***.
      </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>
</Tabs>

## Integration Variants

**Current connector:** Kombo Sandbox

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

<CardGroup cols={2}>
  <Card title="Kombo Sandbox ATS" icon="https://storage.googleapis.com/kombo-assets/integrations/sandbox/icon.svg" href="/ats/connectors/sandbox">
    Kombo Sandbox for the ATS category
  </Card>

  <Card title="Kombo Sandbox HRIS" icon="https://storage.googleapis.com/kombo-assets/integrations/sandbox/icon.svg" href="/hris/connectors/sandbox">
    Kombo Sandbox for the HRIS category
  </Card>

  <Card title="Kombo Sandbox LMS" icon="https://storage.googleapis.com/kombo-assets/integrations/sandbox/icon.svg" href="/lms/connectors/sandbox">
    Kombo Sandbox for the LMS category
  </Card>
</CardGroup>
