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

# MHM HR ATS Integration

> MHM HR connector for Kombo's ATS API

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

## Guides and Resources

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

## Supported Features & Coverage

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

  <Tab title="Actions">
    <Accordion title="Create candidate">
      <Note>
        Created candidates can not be read back. Applicants in MHM HR need to be explicitly exported before they can be read from the API.
      </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.gender             |       |
      | application.job\_id          |       |
      | attachments.name             |       |
      | attachments.content\_type    |       |
      | attachments.data\_url        |       |
      | attachments.data             |       |
      | attachments.type             |       |
      | source.name                  |       |
    </Accordion>

    <Accordion title="Create application">
      <Note>
        Created candidates can not be read back. Applicants in MHM HR need to be explicitly exported before they can be read from the API.
      </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.gender             |       |
      | application.job\_id          |       |
      | attachments.name             |       |
      | attachments.content\_type    |       |
      | attachments.data\_url        |       |
      | attachments.data             |       |
      | attachments.type             |       |
      | source.name                  |       |
    </Accordion>
  </Tab>

  <Tab title="Features">
    | Feature               | Notes |
    | --------------------- | ----- |
    | Source Writing        |       |
    | Connection Guide      |       |
    | Custom Field Explorer |       |
    | Jobs                  |       |
  </Tab>
</Tabs>
