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

> SmartRecruiters connector for Kombo's ATS API

The SmartRecruiters ATS integration allows you to sync ATS 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/16086133813521-How-do-I-link-my-SmartRecruiters-account-">
    Step-by-step instructions to connect your SmartRecruiters account to Kombo.
  </Card>

  <Card title="Source Setup Guide" icon="settings" href="https://help.kombo.dev/hc/en-us/articles/17103364030481">
    Learn how to set up candidate sources in SmartRecruiters.
  </Card>

  <Card title="View Candidate Sources" icon="eye" href="https://help.kombo.dev/hc/en-us/articles/22527032627729-SmartRecuiters-How-to-view-a-candidates-source">
    How to view and manage candidate sources in SmartRecruiters.
  </Card>

  <Card title="How to create an integration user in SmartRecruiters" icon="book" href="https://help.kombo.dev/hc/en-us/articles/31805589713425-SmartRecruiters-Creating-an-integration-user">
    Additional documentation and guides for SmartRecruiters.
  </Card>

  <Card title="SmartRecruiters: GDPR consent and screening questions" icon="book" href="https://help.kombo.dev/hc/en-us/articles/45942627581841-SmartRecruiters-how-Kombo-writes-GDPR-consent-decisions">
    Additional documentation and guides for SmartRecruiters.
  </Card>
</CardGroup>

## Supported Features & Coverage

<Tabs>
  <Tab title="Models">
    <Accordion title="Users">
      <Note>
        SmartRecruiters does not validate email addresses. Kombo will sync all users, but only return emails that have been validated.
      </Note>

      | Field               | Notes |
      | ------------------- | ----- |
      | id                  |       |
      | remote\_id          |       |
      | changed\_at         |       |
      | remote\_deleted\_at |       |
      | first\_name         |       |
      | last\_name          |       |
      | email               |       |
      | status              |       |
      | remote\_data        |       |
    </Accordion>

    <Accordion title="Jobs">
      | Field                | Notes |
      | -------------------- | ----- |
      | id                   |       |
      | remote\_id           |       |
      | changed\_at          |       |
      | remote\_deleted\_at  |       |
      | name                 |       |
      | job\_code            |       |
      | description          |       |
      | employment\_type     |       |
      | status               |       |
      | visibility           |       |
      | category             |       |
      | department           |       |
      | post\_url            |       |
      | experience\_level    |       |
      | salary\_amount\_from |       |
      | salary\_amount\_to   |       |
      | salary\_currency     |       |
      | salary\_period       |       |
      | location             |       |
      | custom\_fields       |       |
      | integration\_fields  |       |
      | remote\_url          |       |
      | opened\_at           |       |
      | remote\_created\_at  |       |
      | 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\_created\_at |       |
    </Accordion>

    <Accordion title="Candidates">
      | Field               | Notes |
      | ------------------- | ----- |
      | id                  |       |
      | remote\_id          |       |
      | changed\_at         |       |
      | remote\_deleted\_at |       |
      | first\_name         |       |
      | last\_name          |       |
      | company             |       |
      | title               |       |
      | source              |       |
      | phone\_numbers      |       |
      | email\_addresses    |       |
      | social\_media       |       |
      | location            |       |
      | custom\_fields      |       |
      | integration\_fields |       |
      | remote\_url         |       |
      | remote\_created\_at |       |
      | remote\_updated\_at |       |
      | remote\_data        |       |
    </Accordion>

    <Accordion title="Application Stages">
      <Note>
        SmartRecruiters will continue to reference inactive or deleted application stages
      </Note>

      | Field               | Notes |
      | ------------------- | ----- |
      | id                  |       |
      | remote\_id          |       |
      | changed\_at         |       |
      | remote\_deleted\_at |       |
      | name                |       |
      | global\_index       |       |
    </Accordion>

    <Accordion title="Applications">
      | Field                        | Notes                                                                                                                                                                                                                                      |
      | ---------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
      | id                           |                                                                                                                                                                                                                                            |
      | remote\_id                   |                                                                                                                                                                                                                                            |
      | changed\_at                  |                                                                                                                                                                                                                                            |
      | remote\_deleted\_at          |                                                                                                                                                                                                                                            |
      | outcome                      |                                                                                                                                                                                                                                            |
      | rejection\_reason\_name      |                                                                                                                                                                                                                                            |
      | rejected\_at                 |                                                                                                                                                                                                                                            |
      | current\_stage\_id           |                                                                                                                                                                                                                                            |
      | job\_id                      |                                                                                                                                                                                                                                            |
      | candidate\_id                |                                                                                                                                                                                                                                            |
      | screening\_question\_answers |                                                                                                                                                                                                                                            |
      | custom\_fields               |                                                                                                                                                                                                                                            |
      | integration\_fields          |                                                                                                                                                                                                                                            |
      | remote\_url                  |                                                                                                                                                                                                                                            |
      | remote\_created\_at          | The remote\_created\_at field will only be filled when we are syncing the application status history which we are doing to sync rejected\_at.                                                                                              |
      | remote\_updated\_at          | The remote\_updated\_at field will only be filled when we are syncing the application status history which we are doing to sync rejected\_at. Furthermore, it only reflects changes to the application status, not the application itself. |
      | remote\_data                 |                                                                                                                                                                                                                                            |
    </Accordion>

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

    <Accordion title="Tags">
      <Note>
        SmartRecruiters API only provides access to tags that are currently assigned to candidates. This means Kombo can only retrieve tags that are attached to specific candidates, rather than providing a complete list of all available tags in the SmartRecruiters system.
      </Note>

      | Field               | Notes |
      | ------------------- | ----- |
      | id                  |       |
      | remote\_id          |       |
      | changed\_at         |       |
      | remote\_deleted\_at |       |
      | name                |       |
    </Accordion>

    <Accordion title="Interviews">
      | Field               | Notes |
      | ------------------- | ----- |
      | id                  |       |
      | remote\_id          |       |
      | changed\_at         |       |
      | remote\_deleted\_at |       |
      | title               |       |
      | starting\_at        |       |
      | ending\_at          |       |
      | location            |       |
      | application\_id     |       |
      | canceled            |       |
      | remote\_data        |       |
    </Accordion>

    <Accordion title="Offers">
      | Field               | Notes                                                                                                                                                                                                                                                                 |
      | ------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
      | id                  |                                                                                                                                                                                                                                                                       |
      | remote\_id          |                                                                                                                                                                                                                                                                       |
      | changed\_at         |                                                                                                                                                                                                                                                                       |
      | remote\_deleted\_at |                                                                                                                                                                                                                                                                       |
      | status              |                                                                                                                                                                                                                                                                       |
      | application\_id     | The SmartRecruiters offer model only contains references to the candidate and job. If `application_id` is enabled in your Kombo scope config, we therefore additionally request the application read scope to retrieve the application ID from the candidate and job. |
      | custom\_fields      |                                                                                                                                                                                                                                                                       |
      | integration\_fields |                                                                                                                                                                                                                                                                       |
      | remote\_created\_at |                                                                                                                                                                                                                                                                       |
      | remote\_updated\_at |                                                                                                                                                                                                                                                                       |
      | remote\_data        |                                                                                                                                                                                                                                                                       |
    </Accordion>

    <Accordion title="Rejection reasons">
      | Field               | Notes |
      | ------------------- | ----- |
      | id                  |       |
      | remote\_id          |       |
      | changed\_at         |       |
      | remote\_deleted\_at |       |
      | name                |       |
      | remote\_data        |       |
    </Accordion>

    <Accordion title="Roles">
      | Field               | Notes |
      | ------------------- | ----- |
      | id                  |       |
      | remote\_id          |       |
      | changed\_at         |       |
      | remote\_deleted\_at |       |
      | remote\_label       |       |
      | scope               |       |
      | unified\_type       |       |
    </Accordion>

    <Accordion title="Candidate tags">
      | Field               | Notes |
      | ------------------- | ----- |
      | candidate\_id       |       |
      | tag\_id             |       |
      | id                  |       |
      | changed\_at         |       |
      | remote\_deleted\_at |       |
    </Accordion>

    <Accordion title="Job-specific application stages">
      | Field               | Notes |
      | ------------------- | ----- |
      | index               |       |
      | job\_id             |       |
      | stage\_id           |       |
      | id                  |       |
      | changed\_at         |       |
      | remote\_deleted\_at |       |
    </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>

    <Accordion title="Job user role assignments">
      <Note>
        Smartrecruiters exposes a list of hiring team members with a specific role

        * **HIRING\_MANAGER** (shown as "Hiring Manager" in the UI) maps to unified type `HIRING_MANAGER`
        * **RECRUITER** (shown as "Recruiter" in the UI) maps to unified type `RECRUITER`
        * **INTERVIEW\_TEAM** (shown as "Interviewer" in the UI) maps to unified type `INTERVIEWER`
        * **COORDINATOR** (shown as "Coordinator" in the UI) maps to unified type `COORDINATOR`
        * **EXECUTIVE** (shown as "Executive" in the UI) has no unified type
        * Other role values (often a custom id) have no unified type
      </Note>

      | Field               | Notes |
      | ------------------- | ----- |
      | job\_user\_id       |       |
      | role\_id            |       |
      | id                  |       |
      | changed\_at         |       |
      | remote\_deleted\_at |       |
    </Accordion>

    <Accordion title="Job hiring team members">
      | Field               | Notes |
      | ------------------- | ----- |
      | roles               |       |
      | job\_id             |       |
      | user\_id            |       |
      | id                  |       |
      | changed\_at         |       |
      | remote\_deleted\_at |       |
    </Accordion>

    <Accordion title="User roles">
      <Note>
        Each user has **systemRole.id**; Kombo stores that value on the role. Custom ids use the name from the synced system-roles resource when available, otherwise the raw id.

        * **ADMINISTRATOR** maps to unified type `ADMIN`
        * **EMPLOYEE**, **STANDARD**, and **EXTENDED** have no unified type
        * **RESTRICTED** corresponds to the Basic role in the SmartRecruiters UI and has no unified type
        * Any other **systemRole.id** follows the custom-role lookup above and has no unified type.
      </Note>

      | Field               | Notes |
      | ------------------- | ----- |
      | user\_id            |       |
      | role\_id            |       |
      | id                  |       |
      | changed\_at         |       |
      | remote\_deleted\_at |       |
    </Accordion>

    <Accordion title="Interviewing team members">
      | Field               | Notes |
      | ------------------- | ----- |
      | interview\_id       |       |
      | user\_id            |       |
      | id                  |       |
      | changed\_at         |       |
      | remote\_deleted\_at |       |
    </Accordion>
  </Tab>

  <Tab title="Actions">
    <Accordion title="Create candidate">
      <Note>
        The `read_jobs` permission is required because we need to look up job posting details when creating candidates. SmartRecruiters does not allow setting a stage directly when creating a candidate. Passing the `stage_id` parameter to Kombo when creating a candidate will therefore move the candidate to the stage post-creation, and requires the `candidate_manage` SmartRecruiters permission. Past candidate experience must be defined with a start date and title within the SmartRecruiters API. Kombo will set the title to '-' if only the company field is passed without a title. The start date is set to 2100-01-01 as a dummy value; if you require a different start date, please set it via remote\_fields.
      </Note>

      | Input Field                               | Notes                                                                                                                                                                                                                                                                                                                                                                                             |
      | ----------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
      | candidate.first\_name                     |                                                                                                                                                                                                                                                                                                                                                                                                   |
      | candidate.last\_name                      |                                                                                                                                                                                                                                                                                                                                                                                                   |
      | candidate.email\_address                  |                                                                                                                                                                                                                                                                                                                                                                                                   |
      | candidate.company                         |                                                                                                                                                                                                                                                                                                                                                                                                   |
      | candidate.title                           |                                                                                                                                                                                                                                                                                                                                                                                                   |
      | candidate.phone\_number                   |                                                                                                                                                                                                                                                                                                                                                                                                   |
      | candidate.location.city                   |                                                                                                                                                                                                                                                                                                                                                                                                   |
      | candidate.location.country                |                                                                                                                                                                                                                                                                                                                                                                                                   |
      | candidate.social\_links.url               |                                                                                                                                                                                                                                                                                                                                                                                                   |
      | application.job\_id                       |                                                                                                                                                                                                                                                                                                                                                                                                   |
      | application.stage\_id                     |                                                                                                                                                                                                                                                                                                                                                                                                   |
      | screening\_question\_answers.question\_id |                                                                                                                                                                                                                                                                                                                                                                                                   |
      | screening\_question\_answers.answer       |                                                                                                                                                                                                                                                                                                                                                                                                   |
      | attachments.name                          |                                                                                                                                                                                                                                                                                                                                                                                                   |
      | attachments.content\_type                 |                                                                                                                                                                                                                                                                                                                                                                                                   |
      | attachments.data\_url                     |                                                                                                                                                                                                                                                                                                                                                                                                   |
      | attachments.data                          |                                                                                                                                                                                                                                                                                                                                                                                                   |
      | attachments.type                          |                                                                                                                                                                                                                                                                                                                                                                                                   |
      | source.name                               | Please note that we can only write sources that your customer has already set up with the exact name (under `www.smartrecruiters.com/settings/configuration/custom-sources`). If you specify a source within the `source.name` field, we will only use it if it's already set up within SmartRecruiters and is of the type 'OTHER'. Otherwise, the source defined in the connection flow is used. |
      | source.unified\_key                       |                                                                                                                                                                                                                                                                                                                                                                                                   |
      | source.id                                 |                                                                                                                                                                                                                                                                                                                                                                                                   |
      | gdpr\_consent.given                       |                                                                                                                                                                                                                                                                                                                                                                                                   |
    </Accordion>

    <Accordion title="Create application">
      <Note>
        The `read_jobs` permission is required because we need to look up job posting details when creating candidates. SmartRecruiters does not allow setting a stage directly when creating a candidate. Passing the `stage_id` parameter to Kombo when creating a candidate will therefore move the candidate to the stage post-creation, and requires the `candidate_manage` SmartRecruiters permission. Past candidate experience must be defined with a start date and title within the SmartRecruiters API. Kombo will set the title to '-' if only the company field is passed without a title. The start date is set to 2100-01-01 as a dummy value; if you require a different start date, please set it via remote\_fields.
      </Note>

      | Input Field                               | Notes                                                                                                                                                                                                                                                                                                                                                                                             |
      | ----------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
      | candidate.first\_name                     |                                                                                                                                                                                                                                                                                                                                                                                                   |
      | candidate.last\_name                      |                                                                                                                                                                                                                                                                                                                                                                                                   |
      | candidate.email\_address                  |                                                                                                                                                                                                                                                                                                                                                                                                   |
      | candidate.company                         |                                                                                                                                                                                                                                                                                                                                                                                                   |
      | candidate.title                           |                                                                                                                                                                                                                                                                                                                                                                                                   |
      | candidate.phone\_number                   |                                                                                                                                                                                                                                                                                                                                                                                                   |
      | candidate.location.city                   |                                                                                                                                                                                                                                                                                                                                                                                                   |
      | candidate.location.country                |                                                                                                                                                                                                                                                                                                                                                                                                   |
      | candidate.social\_links.url               |                                                                                                                                                                                                                                                                                                                                                                                                   |
      | application.job\_id                       |                                                                                                                                                                                                                                                                                                                                                                                                   |
      | application.stage\_id                     |                                                                                                                                                                                                                                                                                                                                                                                                   |
      | screening\_question\_answers.question\_id |                                                                                                                                                                                                                                                                                                                                                                                                   |
      | screening\_question\_answers.answer       |                                                                                                                                                                                                                                                                                                                                                                                                   |
      | attachments.name                          |                                                                                                                                                                                                                                                                                                                                                                                                   |
      | attachments.content\_type                 |                                                                                                                                                                                                                                                                                                                                                                                                   |
      | attachments.data\_url                     |                                                                                                                                                                                                                                                                                                                                                                                                   |
      | attachments.data                          |                                                                                                                                                                                                                                                                                                                                                                                                   |
      | attachments.type                          |                                                                                                                                                                                                                                                                                                                                                                                                   |
      | source.name                               | Please note that we can only write sources that your customer has already set up with the exact name (under `www.smartrecruiters.com/settings/configuration/custom-sources`). If you specify a source within the `source.name` field, we will only use it if it's already set up within SmartRecruiters and is of the type 'OTHER'. Otherwise, the source defined in the connection flow is used. |
      | source.unified\_key                       |                                                                                                                                                                                                                                                                                                                                                                                                   |
      | source.id                                 |                                                                                                                                                                                                                                                                                                                                                                                                   |
      | gdpr\_consent.given                       |                                                                                                                                                                                                                                                                                                                                                                                                   |
    </Accordion>

    <Accordion title="Add tag to candidate">
      | Input Field   | Notes |
      | ------------- | ----- |
      | candidate\_id |       |
      | tag.name      |       |
    </Accordion>

    <Accordion title="Remove tag from candidate">
      | Input Field   | Notes |
      | ------------- | ----- |
      | candidate\_id |       |
      | tag.name      |       |
    </Accordion>

    <Accordion title="Add attachment to application">
      <Note>
        The SmartRecruiters 'add attachment to candidate' endpoint is deprecated. Please prefer to use Kombo's 'add attachment to application' endpoint.
      </Note>

      | Input Field              | Notes |
      | ------------------------ | ----- |
      | application\_id          |       |
      | attachment.name          |       |
      | attachment.content\_type |       |
      | attachment.data\_url     |       |
      | attachment.data          |       |
      | attachment.type          |       |
    </Accordion>

    <Accordion title="Move application to stage">
      | Input Field     | Notes |
      | --------------- | ----- |
      | application\_id |       |
      | stage\_id       |       |
    </Accordion>

    <Accordion title="Reject application">
      | Input Field           | Notes |
      | --------------------- | ----- |
      | application\_id       |       |
      | rejection\_reason\_id |       |
    </Accordion>

    <Accordion title="Add result link to application">
      | Input Field              | Notes |
      | ------------------------ | ----- |
      | application\_id          |       |
      | label                    |       |
      | url                      |       |
      | details.attributes.key   |       |
      | details.attributes.value |       |
    </Accordion>

    <Accordion title="Add note to application">
      | Input Field     | Notes |
      | --------------- | ----- |
      | application\_id |       |
      | content         |       |
    </Accordion>

    <Accordion title="Get application attachments">
      | Input Field     | Notes |
      | --------------- | ----- |
      | application\_id |       |
    </Accordion>

    <Accordion title="Get candidate attachments">
      | Input Field   | Notes |
      | ------------- | ----- |
      | candidate\_id |       |
    </Accordion>

    <Accordion title="Add attachment to candidate">
      <Note>
        The SmartRecruiters 'add attachment to candidate' endpoint is deprecated. Please prefer to use Kombo's 'add attachment to application' endpoint.
      </Note>

      | Input Field              | Notes |
      | ------------------------ | ----- |
      | candidate\_id            |       |
      | attachment.name          |       |
      | attachment.content\_type |       |
      | attachment.data\_url     |       |
      | attachment.data          |       |
      | attachment.type          |       |
    </Accordion>

    <Accordion title="Add result link to candidate">
      | Input Field              | Notes |
      | ------------------------ | ----- |
      | candidate\_id            |       |
      | label                    |       |
      | url                      |       |
      | details.attributes.key   |       |
      | details.attributes.value |       |
    </Accordion>
  </Tab>

  <Tab title="Features">
    | Feature                        | Notes                                                                                                                                                                     |
    | ------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
    | Source Writing                 |                                                                                                                                                                           |
    | Sync Only Created Applications |                                                                                                                                                                           |
    | Connection Guide               |                                                                                                                                                                           |
    | Prerequisites                  |                                                                                                                                                                           |
    | Candidate source tracking      |                                                                                                                                                                           |
    | Candidate Cutoff Filtering     |                                                                                                                                                                           |
    | Roles                          |                                                                                                                                                                           |
    | System roles (e.g. Admin)      | Each user has **systemRole.id**; Kombo stores that value on the role. Custom ids use the name from the synced system-roles resource when available, otherwise the raw id. |

    * **ADMINISTRATOR** maps to unified type `ADMIN`
    * **EMPLOYEE**, **STANDARD**, and **EXTENDED** have no unified type
    * **RESTRICTED** corresponds to the Basic role in the SmartRecruiters UI and has no unified type
    * Any other **systemRole.id** follows the custom-role lookup above and has no unified type. |
      \|   Job roles (e.g. Hiring Manager) | Smartrecruiters exposes a list of hiring team members with a specific role
    * **HIRING\_MANAGER** (shown as "Hiring Manager" in the UI) maps to unified type `HIRING_MANAGER`
    * **RECRUITER** (shown as "Recruiter" in the UI) maps to unified type `RECRUITER`
    * **INTERVIEW\_TEAM** (shown as "Interviewer" in the UI) maps to unified type `INTERVIEWER`
    * **COORDINATOR** (shown as "Coordinator" in the UI) maps to unified type `COORDINATOR`
    * **EXECUTIVE** (shown as "Executive" in the UI) has no unified type
    * Other role values (often a custom id) have no unified type |
      \| OAuth |  |
      \| API Passthrough |  |
      \| Webhook Subscriptions | application.created: triggered when an application was created application.fields.updated: triggered when application fields were updated application.onboarding-status.updated: triggered when application onboarding status was updated application.screening-answers.created: triggered when screening question answers were added to an application application.screening-answers.updated: triggered when screening question answers were updated on an application application.source.updated: triggered when the source of the application was updated application.status.updated: triggered when the status (stage) of an application was changed candidate.created: triggered when a candidate was created candidate.updated: triggered when a candidate was updated including tag assigned/unassigned interview\.created: triggered when an interview was scheduled interview\.updated: triggered when an interview was updated candidate.deleted: triggered when a candidate was deleted interview\.canceled: triggered when an interview was canceled job.ad.created: triggered when a job ad was created job.ad.updated: triggered when a job ad was updated job.ad.postings.updated: triggered when the postings of a job ad were updated, including job ad being published or unpublished job.created: triggered when a job was created job.hiring-team.updated: triggered when the hiring team was updated on a job job.status.updated: triggered when the status of a job was updated job.updated: triggered when a job was updated offer.created: triggered when an offer was created offer.updated: triggered when an offer was updated Not covered: screening questions were updated for a job |
      \|   Automatic Setup |  |
      \| Scope Testing |  |
      \| Delta Syncs |  |
      \| Custom Field Explorer |  |
      \|   Candidates |  |
      \| EEO Questions |  |
  </Tab>
</Tabs>

## Integration Variants

**Current connector:** SmartRecruiters

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

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