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

# Workday Assessment Integration

> Workday connector for Kombo's Assessment API

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

## Guides and Resources

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

  <Card title="Import Assessment Packages" icon="book" href="https://help.kombo.dev/hc/en-us/articles/19259541378193">
    Additional documentation and guides for Workday.
  </Card>

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

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

## General Notes

* Workday's Assessment module does not allow us to upload assessment test packages via the API *(**NOTE**: This is **NOT** an issue if you're using Workday's Background Check module)*. This means the assessment test packages you have set in Kombo need to be manually entered into Workday by your customer. You can find the instructions [here](https://help.kombo.dev/hc/en-us/articles/19259541378193).

**NOTE**: Once you have set packages for a given linked account in Kombo for a given Workday Assessment linked account, you can generate a CSV that contains a list of packages with their Test Name and Reference ID Value. You can then give the generated file to your customer to help them set up the Assessment tests within their Workday instance. You can find the utility under the ***"Generate Available Packages List"*** section in the ***"Settings"*** page of any given Workday Assessment linked account.

## 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">
      | Input Field               | Notes |
      | ------------------------- | ----- |
      | assessment\_order\_id     |       |
      | status                    |       |
      | result\_url               |       |
      | completed\_at             |       |
      | score                     |       |
      | attachments.name          |       |
      | attachments.content\_type |       |
      | attachments.data\_url     |       |
      | attachments.data          |       |
    </Accordion>
  </Tab>

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

## Integration Variants

**Current connector:** Workday

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

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

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

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