What’s Supported

Supported actions

This connector supports:

Supported Objects

The HighLevel connector supports writing to and reading to the following objects:

Example integration

For an example manifest file of an HighLevel integration, visit our samples repo on Github.

Before You Get Started

To connect HighLevel with Ampersand, you need a HighLevel Account. 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:

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 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. App creation

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. OAuth Creation 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.
  2. Select the project where you want to create a HighLevel integration. Ampersand Project Selection
  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.
To start integrating with HighLevel:
  • Create a manifest file using the example.
  • Deploy it using the amp CLI.
  • If you are using Read Actions, create a destination.
  • Embed the InstallIntegration UI component.
  • Start using the connector!
    • If your integration has Read Actions, you’ll start getting webhook messages.
    • If your integration has Write Actions, you can start making API calls to our Write API.
    • If your integration has Proxy Actions, you can start making Proxy API calls.