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

# Skello HRIS Integration

> Skello connector for Kombo's HRIS API

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

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

## Guides and Resources

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

## Supported Features & Coverage

<Tabs>
  <Tab title="Models">
    <Accordion title="Legal Entities">
      <Note>
        Derived from the shops on the employee payload, so a shop with no employees yields no legal entity. Shops with no SIRET are skipped.
      </Note>

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

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

    <Accordion title="Employees">
      <Note>
        Skello does not differentiate between the employee’s `work_email` and `personal_email`, so its single email address is mapped to both.
      </Note>

      | Field                 | Notes                                                                                         |
      | --------------------- | --------------------------------------------------------------------------------------------- |
      | id                    |                                                                                               |
      | remote\_id            |                                                                                               |
      | changed\_at           |                                                                                               |
      | remote\_deleted\_at   |                                                                                               |
      | employee\_number      |                                                                                               |
      | first\_name           |                                                                                               |
      | last\_name            |                                                                                               |
      | nationality           |                                                                                               |
      | work\_email           |                                                                                               |
      | personal\_email       |                                                                                               |
      | mobile\_phone\_number |                                                                                               |
      | ssn                   |                                                                                               |
      | gender                |                                                                                               |
      | employment\_status    |                                                                                               |
      | work\_location\_id    | Skello employees can be assigned to several "shops", but only their primary one is used here. |
      | legal\_entity\_id     |                                                                                               |
      | home\_address         |                                                                                               |
      | date\_of\_birth       |                                                                                               |
      | start\_date           |                                                                                               |
      | termination\_date     |                                                                                               |
      | custom\_fields        |                                                                                               |
      | integration\_fields   |                                                                                               |
      | remote\_data          |                                                                                               |
    </Accordion>

    <Accordion title="Employments">
      | Field               | Notes                                                                                                                                                                                                                                                                                                                                                                                                                           |
      | ------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
      | id                  |                                                                                                                                                                                                                                                                                                                                                                                                                                 |
      | remote\_id          |                                                                                                                                                                                                                                                                                                                                                                                                                                 |
      | changed\_at         |                                                                                                                                                                                                                                                                                                                                                                                                                                 |
      | remote\_deleted\_at |                                                                                                                                                                                                                                                                                                                                                                                                                                 |
      | employee\_id        |                                                                                                                                                                                                                                                                                                                                                                                                                                 |
      | job\_title          |                                                                                                                                                                                                                                                                                                                                                                                                                                 |
      | pay\_rate           |                                                                                                                                                                                                                                                                                                                                                                                                                                 |
      | pay\_period         |                                                                                                                                                                                                                                                                                                                                                                                                                                 |
      | employment\_type    | Apprenticeships, internships, professional training, and fixed-term or temporary contracts are returned as `APPRENTICESHIP`, `INTERNSHIP`, `TRAINING`, or `CONTRACT`. Permanent contracts are returned as `FULL_TIME` or `PART_TIME`. A `contrat unique d'insertion` with a defined end date is also `CONTRACT`; without one, it follows the same working-time rule as a permanent contract. `null` if it cannot be determined. |
      | pay\_currency       |                                                                                                                                                                                                                                                                                                                                                                                                                                 |
      | effective\_date     | `effective_date` is null when Skello does not provide a contract start date.                                                                                                                                                                                                                                                                                                                                                    |
      | remote\_data        |                                                                                                                                                                                                                                                                                                                                                                                                                                 |
      | custom\_fields      |                                                                                                                                                                                                                                                                                                                                                                                                                                 |
      | integration\_fields |                                                                                                                                                                                                                                                                                                                                                                                                                                 |
    </Accordion>

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

    <Accordion title="Timesheets">
      <Note>
        Skello's clock-in endpoint records break times but never whether a break is paid, so breaks and unpaid break minutes stay unmapped. The punched times are available as a mappable field; the paid-break duration Skello approves separately is not. Shift start and end cover the whole shift, breaks included.
      </Note>

      | Field               | Notes |
      | ------------------- | ----- |
      | id                  |       |
      | remote\_id          |       |
      | changed\_at         |       |
      | remote\_deleted\_at |       |
      | employee\_id        |       |
      | started\_at         |       |
      | ended\_at           |       |
      | timezone            |       |
      | custom\_fields      |       |
      | integration\_fields |       |
      | remote\_data        |       |
    </Accordion>

    <Accordion title="Employee <> Group">
      | Field               | Notes |
      | ------------------- | ----- |
      | employee\_id        |       |
      | team\_id            |       |
      | id                  |       |
      | changed\_at         |       |
      | remote\_deleted\_at |       |
    </Accordion>
  </Tab>

  <Tab title="Features">
    | Feature            | Notes |
    | ------------------ | ----- |
    | API Passthrough    |       |
    | Connection Guide   |       |
    | Employment History |       |
    | Group Types        |       |
    | TEAM               |       |
  </Tab>
</Tabs>
