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

# Asymbl ATS Integration

> Asymbl connector for Kombo's ATS API

<Note>This connector is in open beta. You can freely enable it in your account.</Note>

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

## Guides and Resources

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

## General Notes

* Job Board Applications (`bpats__Job_Board_Application__c`) are a separate entity type for external job board submissions and are not currently synced. Only ATS Applicants (`bpats__ATS_Applicant__c`) are synced. If your use case requires syncing Job Board Applications, please clarify this requirement with your customer and reach out to our support team.

## Supported Features & Coverage

<Tabs>
  <Tab title="Models">
    <Accordion title="Users">
      | 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          |       |
      | salary\_amount      |       |
      | salary\_currency    |       |
      | location            |       |
      | custom\_fields      |       |
      | integration\_fields |       |
      | remote\_url         |       |
      | opened\_at          |       |
      | remote\_created\_at |       |
      | remote\_updated\_at |       |
      | remote\_data        |       |
    </Accordion>

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

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

    <Accordion title="Applications">
      | Field                   | Notes                                                                                    |
      | ----------------------- | ---------------------------------------------------------------------------------------- |
      | id                      |                                                                                          |
      | remote\_id              |                                                                                          |
      | changed\_at             |                                                                                          |
      | remote\_deleted\_at     |                                                                                          |
      | outcome                 | HIRED outcome depends on the application stage, it should be either "Hired" or "Pending" |
      | rejection\_reason\_name |                                                                                          |
      | current\_stage\_id      |                                                                                          |
      | job\_id                 |                                                                                          |
      | candidate\_id           |                                                                                          |
      | custom\_fields          |                                                                                          |
      | integration\_fields     |                                                                                          |
      | remote\_url             |                                                                                          |
      | remote\_created\_at     |                                                                                          |
      | remote\_updated\_at     |                                                                                          |
      | remote\_data            |                                                                                          |
    </Accordion>

    <Accordion title="Job-specific application stages">
      | Field               | Notes |
      | ------------------- | ----- |
      | index               |       |
      | job\_id             |       |
      | stage\_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>
  </Tab>

  <Tab title="Actions">
    <Accordion title="Create candidate">
      <Note>
        If candidate with the same e-mail already exists, the application will be created with an existing contact and the candidate data will not be updated
      </Note>

      | Input Field                           | Notes |
      | ------------------------------------- | ----- |
      | candidate.first\_name                 |       |
      | candidate.last\_name                  |       |
      | candidate.email\_address              |       |
      | candidate.title                       |       |
      | candidate.phone\_number               |       |
      | candidate.location.city               |       |
      | candidate.location.country            |       |
      | candidate.location.zip\_code          |       |
      | candidate.availability\_date          |       |
      | candidate.salary\_expectations.amount |       |
      | application.job\_id                   |       |
      | application.stage\_id                 |       |
      | attachments.name                      |       |
      | attachments.content\_type             |       |
      | attachments.data\_url                 |       |
      | attachments.data                      |       |
      | source.name                           |       |
      | source.unified\_key                   |       |
      | source.id                             |       |
    </Accordion>

    <Accordion title="Create application">
      <Note>
        If candidate with the same e-mail already exists, the application will be created with an existing contact and the candidate data will not be updated
      </Note>

      | Input Field                           | Notes |
      | ------------------------------------- | ----- |
      | candidate.first\_name                 |       |
      | candidate.last\_name                  |       |
      | candidate.email\_address              |       |
      | candidate.title                       |       |
      | candidate.phone\_number               |       |
      | candidate.location.city               |       |
      | candidate.location.country            |       |
      | candidate.location.zip\_code          |       |
      | candidate.availability\_date          |       |
      | candidate.salary\_expectations.amount |       |
      | application.job\_id                   |       |
      | application.stage\_id                 |       |
      | attachments.name                      |       |
      | attachments.content\_type             |       |
      | attachments.data\_url                 |       |
      | attachments.data                      |       |
      | source.name                           |       |
      | source.unified\_key                   |       |
      | source.id                             |       |
    </Accordion>

    <Accordion title="Add attachment to application">
      <Note>
        Attachments are linked to the candidate (Contact) in Salesforce, not directly to the application.
      </Note>

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

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

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

  <Tab title="Features">
    | Feature                        | Notes |
    | ------------------------------ | ----- |
    | Sync Only Created Applications |       |
    | Connection Guide               |       |
    | API Passthrough                |       |
    | Scope Testing                  |       |
    | Per Model Tests                |       |
    | Delta Syncs                    |       |
    | Custom Field Explorer          |       |
    | Jobs                           |       |
    | Candidates                     |       |
  </Tab>
</Tabs>
