> ## 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 with the Linked Account's Jibble account.

<Note>
  Jibble is an **API Key** based integration and does not require the setup of an app.
</Note>

### Required Credentials of a Linked Account

To successfully connect with the **Jibble** integration, a Linked Account or an end-user will need to provide the following to connect:

1. API Key ID
2. API Key Secret

<Info>
  To understand how a Linked Account can get the above mentioned credentials, refer below.
</Info>

### Getting Credentials of Jibble

To acquire the required credentials and connect a Linked Account, please follow the steps mentioned below:

<img height="200" src="https://mintcdn.com/cobalt-55/0IGKzTphHY-auv_h/images/Jibble/jibble_config.png?fit=max&auto=format&n=0IGKzTphHY-auv_h&q=85&s=7f7e8217a637c9c7451a1069a60b6774" alt="Connect a Linked Account" data-path="images/Jibble/jibble_config.png" />

1. Log in to your [Jibble account](https://web.jibble.io/dashboard).
2. Click on `Organization` under **Settings** in the side menu and click on `API Credentials` tab.

<img height="200" src="https://mintcdn.com/cobalt-55/0IGKzTphHY-auv_h/images/Jibble/jibble_navigation.png?fit=max&auto=format&n=0IGKzTphHY-auv_h&q=85&s=966e6af4ae8ab26c91843e02df57f079" alt="Navigation in Jibble" data-path="images/Jibble/jibble_navigation.png" />

3. Click on `Create New Secret` button, enter the `Name` and click on `Save`.
4. Copy the `API Key ID` and `API Key Secret` displayed.

<Info>
  Copy the API Key Secret as it will not be shown again.
</Info>

<img height="200" src="https://mintcdn.com/cobalt-55/0IGKzTphHY-auv_h/images/Jibble/jibble_credentials.png?fit=max&auto=format&n=0IGKzTphHY-auv_h&q=85&s=435c12c6e5ccf4f50bf6a188cdb4ab69" alt="Getting Credentials" data-path="images/Jibble/jibble_credentials.png" />

#### Actions and triggers

In Refold, you can create orchestrations of your use-cases using Jibble actions and triggers. Following are the set of Jibble actions and triggers
supported by Refold.

<Tabs>
  <Tab title="Actions">
    <AccordionGroup>
      <Accordion title="Clients">
        1. **List Clients** - List clients in Jibble.
      </Accordion>

      <Accordion title="Members">
        2. **List Members** - List members in Jibble.
        3. **Create Member** - Create member in Jibble.
        4. **Update Member** - Update member in Jibble.
        5. **Delete Member** - Delete a member in Jibble.
      </Accordion>

      <Accordion title="Time Offs">
        6. **List Time Offs** - List time off overview in Jibble.
        7. **Create Time Off Request** - Create a time off interval in Jibble.
        8. **Update Time Off Request** - Update a time off interval in Jibble.
      </Accordion>

      <Accordion title="Others">
        9. **HTTP Request** - Make HTTP API calls to any Jibble documented REST APIs.
      </Accordion>
    </AccordionGroup>
  </Tab>

  <Tab title="Triggers">
    There are no triggers in this application.
  </Tab>
</Tabs>
