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

# Connect

> Connect to your Breezy HR app for API Key

To setup your Breezy HR app in Refold, you will need the following credentials from your Breezy HR account:

* Email
* Password

### Pre-requisites

1. Breezy HR account with API access.

<Info>
  Refold uses your Breezy HR account credentials to securely authenticate and connect to the Breezy HR API on your behalf.
</Info>

### Connecting Breezy HR in Refold

To connect your Breezy HR account, please follow the steps mentioned below:

1. Log in to your Breezy HR account at [https://app.breezy.hr](https://app.breezy.hr) and note your account email and password.

2. Navigate to the Refold hosted portal and select **Breezy HR** from the available integrations.

3. Enter your Breezy HR **Email** and **Password** in the connection form.

<img height="200" src="https://mintcdn.com/cobalt-55/0aevwz61BprR3SvN/images/BreezyHR/breezyhr_refold.png?fit=max&auto=format&n=0aevwz61BprR3SvN&q=85&s=f89791317f0ef4faa44ec1a18276a893" alt="Setting up Breezy HR credentials in hosted portal" data-path="images/BreezyHR/breezyhr_refold.png" />

4. Click **Connect** to complete the setup.

<Warning>
  Keep your credentials confidential — don't share them with anybody. Refold securely handles authentication with Breezy HR on your behalf.
</Warning>

#### Actions and triggers

Once the above setup is completed, you can create orchestrations of your use-cases using Breezy HR actions and triggers. Following are the set of Breezy HR actions and triggers supported by Refold.

<Tabs>
  <Tab title="Actions">
    <AccordionGroup>
      <Accordion title="Candidate">
        1. **Get Candidates For Position** - Retrieve candidates for a given position in Breezy HR.
        2. **Add Candidate** - Add a new candidate to a position in Breezy HR.
        3. **Update Candidate** - Update an existing candidate in Breezy HR.
        4. **Get Candidate By ID** - Get a specific candidate by ID in Breezy HR.
      </Accordion>

      <Accordion title="Position">
        5. **Get All Positions** - Get all positions in Breezy HR.
        6. **Get Position By ID** - Get a specific position by ID in Breezy HR.
        7. **Update Position** - Update details for a given position in Breezy HR.
      </Accordion>

      <Accordion title="Company">
        8. **Get Companies** - Get a list of companies in Breezy HR.
      </Accordion>

      <Accordion title="User">
        9. **Get User By ID** - Get a specific user by ID in Breezy HR.
      </Accordion>

      <Accordion title="Others">
        10. **HTTP Request** - Make HTTP API calls to any Breezy HR documented REST APIs.
        11. **Incremental Sync** - Check for new data in the endpoint.
      </Accordion>
    </AccordionGroup>
  </Tab>

  <Tab title="Triggers">
    No triggers available for this application.
  </Tab>
</Tabs>
