> ## Documentation Index
> Fetch the complete documentation index at: https://cobalt-55-abhishek.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Connect

> Connect with the Linked Account's Workable account.

<Note>
  Workable 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 **Workable** integration, a Linked Account or an end-user will need to provide the following to connect:

1. Base URL
2. Access Token

<Info>
  To understand how a Linked Account can get the above mentioned credentials, refer [here](/applications/providers/workable#getting-credentials-of-workable).
</Info>

### Getting Credentials of Workable

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-abhishek/T42BcW9tYOrc-kMh/images/Workable/workable_config.png?fit=max&auto=format&n=T42BcW9tYOrc-kMh&q=85&s=a1384d5fa1c90f537a85eb1c3490001d" alt="Connect a Linked Account" data-path="images/Workable/workable_config.png" />

1. Log in to your Workable account and copy the **Base URL** of your account.
2. Click on the `Profile` icon in the top right and select `Settings`.

<img height="200" src="https://mintcdn.com/cobalt-55-abhishek/0vieBvC3DvwxUCgP/images/Workable/workable_navigation.png?fit=max&auto=format&n=0vieBvC3DvwxUCgP&q=85&s=31fce2a8e66d91c4586c65602931cf26" alt="Navigation in Workable" data-path="images/Workable/workable_navigation.png" />

3. Navigate to `Integrations` > `Apps` in the side menu > Scroll down to `API Access Tokens` section > Click on `Generate API Token` button.
4. Enter the `Name`, `Expiry` depending on your use case, select the `API Scopes` and click on `Generate Token`.
5. Copy the **Access Token** displayed.

<img height="200" src="https://mintcdn.com/cobalt-55-abhishek/0vieBvC3DvwxUCgP/images/Workable/workable_credentials.png?fit=max&auto=format&n=0vieBvC3DvwxUCgP&q=85&s=8150f78a188f77bc1227f09532adecd2" alt="Getting Credentials" data-path="images/Workable/workable_credentials.png" />

The Linked Account or end-user now have all the credentials required to connect with Workable.

#### Actions and triggers

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

<Tabs>
  <Tab title="Actions">
    <AccordionGroup>
      <Accordion title="Candidate">
        1. **Create a Candidate** - Create a candidate in Workable.
      </Accordion>

      <Accordion title="Note">
        2. **Create a Note/Comment** - Create a Note/Comment in Workable.
      </Accordion>

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

  <Tab title="Triggers">
    1. **Candidate created** - Triggers when a candidate is created in Workable.
    2. **Candidate stage changed** - Triggers when a candidate is updated in Workable.
  </Tab>
</Tabs>
