> ## Documentation Index
> Fetch the complete documentation index at: https://ampersand-24eb5c1a-feat-always-enabled-object.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# HighLevel

## What's Supported

### Supported actions

This connector supports:

* [Proxy Actions](/proxy-actions), using the base URL `https://services.leadconnectorhq.com`.

### Example integration

To define an integration for HighLevel, create a manifest file that looks like this:

```YAML
# amp.yaml
specVersion: 1.0.0
integrations: 
  - name: highLevel-integration
    displayName: My HighLevel Integration
    provider: highLevel
    proxy:
      enabled: true
```

## Before You Get Started

To connect HighLevel with Ampersand, you need [a HighLevel Account](https://marketplace.gohighlevel.com/signup).

Once your account is created, you'll need to create an app in HighLevel and obtain the following credentials from your app:

* Client ID
* Client Secret

You will then use these credentials to connect your application to Ampersand.

### Create a HighLevel Account

Here's how you can sign up for a HighLevel account:

* Go to the [HighLevel Sign Up page](https://marketplace.gohighlevel.com/signup).
* Sign up using your preferred method.

### Creating an HighLevel App

Follow the steps below to create an HighLevel app and add the Ampersand redirect URL.

1. Log in to your [HighLevel](https://marketplace.gohighlevel.com/login) account.

2. Navigate to **App Dashboard** and Click **Create App** then **Create an app** modal will open.

3. In the modal, enter the **App Name**.

4. Select **App Type**: Public, select **Distribution Type** and select the **Listing Type**.

5. Click **Create App**.

   <img src="https://mintcdn.com/ampersand-24eb5c1a-feat-always-enabled-object/dQpBDjbWo04O80rI/images/provider-guides/highlevel.gif?fit=max&auto=format&n=dQpBDjbWo04O80rI&q=85&s=b68cd29c24142e81db68faaf1b20f6fa" alt="App creation" width="1920" height="1080" data-path="images/provider-guides/highlevel.gif" />

### Creating Client ID and Client Secret

1. Click **Advanced Settings -> Auth**, select the necessary **Scopes** and enter the **Redirect URL**.

2. Click **Add** under **Client Keys** section, enter the Client Name and click **Add**.

   <img src="https://mintcdn.com/ampersand-24eb5c1a-feat-always-enabled-object/dQpBDjbWo04O80rI/images/provider-guides/highlevel_OAuth.gif?fit=max&auto=format&n=dQpBDjbWo04O80rI&q=85&s=7598ec066904be95b760afa6f7e8e791" alt="OAuth Creation" width="800" height="450" data-path="images/provider-guides/highlevel_OAuth.gif" />

   Provide all the required details and submit them for review. Once the review is complete, your application will go live.

## Add Your HighLevel App Info to Ampersand

1. Log in to your [Ampersand Dashboard](https://dashboard.withampersand.com).

2. Select the project where you want to create a HighLevel integration.

   <img src="https://mintcdn.com/ampersand-24eb5c1a-feat-always-enabled-object/MOeKs0aLZCYy4KB-/images/provider-guides/31a6a12-Ampersand.png?fit=max&auto=format&n=MOeKs0aLZCYy4KB-&q=85&s=a0b3b8409e2ad1c01a4a2db29c2b2ca4" alt="Ampersand Project Selection" width="2244" height="442" data-path="images/provider-guides/31a6a12-Ampersand.png" />

3. Select **Provider Apps**.

4. Select *HighLevel* from the **Provider** list.

5. Enter the previously obtained *Client ID* in the **Client ID** field and the *Client Secret* in the **Client Secret** field.
