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

# TRAFFIT ATS Integration

> TRAFFIT connector for Kombo's ATS API

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

## Guides and Resources

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

## Supported Features & Coverage

<Tabs>
  <Tab title="Models">
    <Accordion title="Users">
      | Field               | Notes |
      | ------------------- | ----- |
      | id                  |       |
      | remote\_id          |       |
      | changed\_at         |       |
      | remote\_deleted\_at |       |
      | first\_name         |       |
      | email               |       |
      | remote\_data        |       |
    </Accordion>

    <Accordion title="Jobs">
      | Field               | Notes                                                                                                                                                                                                           |
      | ------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
      | id                  |                                                                                                                                                                                                                 |
      | remote\_id          |                                                                                                                                                                                                                 |
      | changed\_at         |                                                                                                                                                                                                                 |
      | remote\_deleted\_at |                                                                                                                                                                                                                 |
      | name                |                                                                                                                                                                                                                 |
      | description         | Only available for recruitments with a currently published advert on the career page. Traffit exposes this content via the public `/public/job_posts/published` endpoint, not on the recruitment record itself. |
      | confidential        |                                                                                                                                                                                                                 |
      | status              |                                                                                                                                                                                                                 |
      | location            | Only available for recruitments with a currently published advert on the career page. Traffit exposes this content via the public `/public/job_posts/published` endpoint, not on the recruitment record itself. |
      | custom\_fields      |                                                                                                                                                                                                                 |
      | integration\_fields |                                                                                                                                                                                                                 |
      | closed\_at          |                                                                                                                                                                                                                 |
      | remote\_created\_at |                                                                                                                                                                                                                 |
      | remote\_data        |                                                                                                                                                                                                                 |
    </Accordion>

    <Accordion title="Job postings">
      <Note>
        Only currently published, public adverts are synced. Traffit exposes these via the `/public/job_posts/published` endpoint. Unpublished or expired adverts will be deleted rather than marked as inactive.
      </Note>

      | 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          |       |
      | source              |       |
      | email\_addresses    |       |
      | remote\_data        |       |
    </Accordion>

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

    <Accordion title="Applications">
      | Field               | Notes |
      | ------------------- | ----- |
      | id                  |       |
      | remote\_id          |       |
      | changed\_at         |       |
      | remote\_deleted\_at |       |
      | outcome             |       |
      | current\_stage\_id  |       |
      | job\_id             |       |
      | candidate\_id       |       |
      | remote\_data        |       |
    </Accordion>

    <Accordion title="Tags">
      | Field               | Notes |
      | ------------------- | ----- |
      | id                  |       |
      | remote\_id          |       |
      | changed\_at         |       |
      | remote\_deleted\_at |       |
      | name                |       |
    </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 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">
      | Input Field               | Notes |
      | ------------------------- | ----- |
      | candidate.first\_name     |       |
      | candidate.last\_name      |       |
      | candidate.email\_address  |       |
      | application.job\_id       |       |
      | application.stage\_id     |       |
      | attachments.name          |       |
      | attachments.content\_type |       |
      | attachments.data\_url     |       |
      | attachments.data          |       |
      | attachments.type          |       |
    </Accordion>

    <Accordion title="Create application">
      | Input Field               | Notes |
      | ------------------------- | ----- |
      | candidate.first\_name     |       |
      | candidate.last\_name      |       |
      | candidate.email\_address  |       |
      | application.job\_id       |       |
      | application.stage\_id     |       |
      | attachments.name          |       |
      | attachments.content\_type |       |
      | attachments.data\_url     |       |
      | attachments.data          |       |
      | attachments.type          |       |
    </Accordion>

    <Accordion title="Add attachment to application">
      | 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="Add result link to application">
      | Input Field                         | Notes |
      | ----------------------------------- | ----- |
      | application\_id                     |       |
      | label                               |       |
      | url                                 |       |
      | details.custom\_field\_name\_prefix |       |
      | details.attributes.key              |       |
      | details.attributes.value            |       |
    </Accordion>

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

  <Tab title="Features">
    | Feature                        | Notes                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
    | ------------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
    | Sync Only Created Applications |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
    | Connection Guide               |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
    | Prerequisites                  |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
    | Create credentials             |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
    | API Passthrough                |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
    | Webhook Subscriptions          | candidate\_created: triggered when a candidate was created candidate\_deleted: triggered when a candidate was hard-deleted candidate\_soft\_deleted: triggered when a candidate was anonymized (GDPR soft delete) candidate\_merged: triggered when two candidates were merged into one candidate\_applied: triggered when a candidate applied to a job via an application form candidate\_added\_to\_job: triggered when a candidate was manually added to a job by a recruiter candidate\_moved\_in\_job: triggered when an application's workflow stage changed candidate\_hired: triggered when a candidate was moved to the hired stage candidate\_removed\_from\_job: triggered when an application was manually deleted from a job job\_created: triggered when a job was created (published) in Traffit job\_updated: triggered when a job was updated job\_deleted: triggered when a job was deleted (unpublished) in Traffit Not covered: tag assigned to a candidate Not covered: interview scheduled for an application Not covered: interview updated for an application Not covered: screening questions updated on a job Traffit does not sign webhook payloads; Kombo authenticates incoming webhooks via a per-subscription random secret embedded as a `?secret=` query parameter in the registered URL (Traffit-recommended workaround). Not covered: talent pool changes, candidate consents, candidate activity deletions, CRM person/activity events, user deactivation. |
    | Automatic Setup                |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
    | Scope Testing                  |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
  </Tab>
</Tabs>
