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

# SmartRecruiters Assessment Integration

> SmartRecruiters connector for Kombo's Assessment API

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

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

## Guides and Resources

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

  <Card title="How assessment works in Smartrecruiters" icon="book" href="https://help.kombo.dev/hc/en-us/articles/33885353094033">
    Additional documentation and guides for SmartRecruiters.
  </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   |       |
      | 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>
        SmartRecruiters' API requires a test's score and the test's maximum score to be submitted if you wish to write a score for the assessment order. Therefore, we will not submit a score unless you provide **both** the `score` and `max_score` fields. SmartRecruiters' API expects integer values for the `score` and `max_score` fields. If you are submitting floating-point numbers for those fields, we will round them to their nearest integers.
      </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 |
    | --------------- | ----- |
    | OAuth           |       |
    | API Passthrough |       |
    | End User Flow   |       |
    | Manual Trigger  |       |
    | Bulk Invite     |       |
  </Tab>
</Tabs>

## Integration Variants

**Current connector:** SmartRecruiters

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

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