Lead connector (Gohighlevel GHL)

Creating a new Leadconnector connections involves using a Client ID and Client Secret, this is new as it only used to need an api key… Does anyone help me with this?

Hello @Eric ,

The Lead Connector v1 API specification utilizes API key authentication and will soon be deprecated. Therefore, we have upgraded it to the v2 specification, which employs the OAuth2 flow.

To get Client ID and Client Secret , you need to create a new app here.

Any tutorials on how to do this properly?

You can refer to the App Creation Guidelines, which includes a Loom video walking through each step.

Here are the key points::

  1. Add the following scopes for the app.
contacts.write
contacts.readonly
locations/tags.readonly
locations/tags.write
opportunities.readonly
opportunities.write
users.readonly
workflows.readonly
forms.readonly
  1. Add https://cloud.activepieces.com/redirect as Redirect URI.

Let me know if you face any issue creating Client ID and secret.

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.