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

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

1. API Key
2. Freshsales CRM Domain

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

### Getting Credentials of Freshsales

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/h1VL7v_8HaANGLZ5/images/Freshsales/freshsales_config.png?fit=max&auto=format&n=h1VL7v_8HaANGLZ5&q=85&s=14bd12bdacb6fc47360f5f9dedc0fff4" alt="Connect a Linked Account" data-path="images/Freshsales/freshsales_config.png" />

1. Log in to your **Freshsales account**.
2. Go to the `Settings` option in the side menu and click on `Apps & Integrations` option.

<img height="200" src="https://mintcdn.com/cobalt-55/h1VL7v_8HaANGLZ5/images/Freshsales/freshsales_navigation.png?fit=max&auto=format&n=h1VL7v_8HaANGLZ5&q=85&s=9f09549e79a60581c80e4df9b796d6e6" alt="Navigation in Freshsales" data-path="images/Freshsales/freshsales_navigation.png" />

3. Click on `API Settings` and copy the **API Key** displayed as `Your API Key` and the **Freshsales CRM Domain** displayed as `Your bundle alias`.

<img height="200" src="https://mintcdn.com/cobalt-55/h1VL7v_8HaANGLZ5/images/Freshsales/freshsales_credentials.png?fit=max&auto=format&n=h1VL7v_8HaANGLZ5&q=85&s=f48ea730fa4ee78787d689a91cfe28b6" alt="Getting Credentials" data-path="images/Freshsales/freshsales_credentials.png" />

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

#### Actions and triggers

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

<Tabs>
  <Tab title="Actions">
    <AccordionGroup>
      <Accordion title="Account">
        1. **Create Account** - Create an account in Freshsales.
        2. **Update account** - Update an account in Freshsales.
        3. **Delete account** - Delete an account in Freshsales.
      </Accordion>

      <Accordion title="Contact">
        4. **Create Contact** - Add a new contact in Freshsales.
        5. **Update Contact** - Update a contact in Freshsales.
        6. **Delete Contact** - Delete a contact in Freshsales.
      </Accordion>

      <Accordion title="Deal">
        7. **Create Deal** - Create a deal in Freshsales.
        8. **Update Deal** - Update a deal in Freshsales.
        9. **Delete Deal** - Delete a deal in Freshsales.
      </Accordion>

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

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