> ## Documentation Index
> Fetch the complete documentation index at: https://docs.kombo.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Workday Custom Report SFTP HRIS Integration

> Workday Custom Report SFTP connector for Kombo's HRIS API

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

The Workday Custom Report SFTP HRIS integration allows you to sync HRIS data between Workday Custom Report SFTP and your application through Kombo's unified API. The tool slug for this connector is `workdaycustomreportsftp`.

## Supported Features & Coverage

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

    <Accordion title="Employees">
      | Field               | Notes |
      | ------------------- | ----- |
      | id                  |       |
      | remote\_id          |       |
      | changed\_at         |       |
      | remote\_deleted\_at |       |
      | employee\_number    |       |
      | job\_title          |       |
      | employment\_status  |       |
      | employment\_type    |       |
      | work\_location\_id  |       |
      | manager\_id         |       |
      | 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    |       |
      | pay\_currency       |       |
      | effective\_date     |       |
    </Accordion>

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

  <Tab title="Features">
    | Feature      | Notes |
    | ------------ | ----- |
    | Group Types  |       |
    | COST\_CENTER |       |
  </Tab>
</Tabs>

## Integration Variants

**Current connector:** Workday Custom Report SFTP

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

<CardGroup cols={2}>
  <Card title="Workday" icon="https://storage.googleapis.com/kombo-assets/integrations/workday/icon.svg" href="/hris/connectors/workday">
    Choose this variant if you want to use the Workday SOAP API for comprehensive HRIS data access
  </Card>

  <Card title="Workday Custom Reports" icon="https://storage.googleapis.com/kombo-assets/integrations/workdaycustomreport/icon.svg" href="/hris/connectors/workdaycustomreport">
    Choose this variant if you want to use Workday Custom Reports API. Requires custom report setup in Workday
  </Card>
</CardGroup>

<Note>Multiple variants can be used within your Kombo environment at the same time.</Note>
