Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions src/provider-guides/highlevel.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: HighLevel
description: "Connect HighLevel to Ampersand: create the OAuth app, add the Ampersand redirect URL, submit it for review, and configure Client ID and Secret."
---
## What's Supported

Expand Down Expand Up @@ -113,13 +114,15 @@ Follow the steps below to create an HighLevel app and add the Ampersand redirect

### Creating Client ID and Client Secret

1. Click **Advanced Settings -> Auth**, select the necessary **Scopes** and enter the **Redirect URL**.
1. Click **Advanced Settings -> Auth**, select the necessary **Scopes** and enter the **Redirect URL**: `https://api.withampersand.com/callbacks/v1/oauth`.

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

![OAuth Creation](/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.
### Submit your app for review

A HighLevel app cannot be used with Ampersand while it is in draft. After you finish adding the redirect URL, scopes, and client keys, provide all remaining required details in the HighLevel app dashboard and submit the app for review. Your app goes live once HighLevel completes the review.

## Add Your HighLevel App Info to Ampersand

Expand Down
8 changes: 8 additions & 0 deletions src/provider-guides/salesforce.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Salesforce"
description: "Connect Salesforce with Ampersand: enable Dev Hub, register and link a namespace, create an External Client App, and troubleshoot common errors."
---

The Salesforce connector supports:
Expand Down Expand Up @@ -184,6 +185,13 @@ Please note that namespaces cannot be created in the Dev Hub Org you just enable
* When prompted to authenticate, log into the Namespace Org from Step 2. If you are having trouble with this step, try again in an incognito window.
* After linking, select **All Namespace Registries** filter to view the namespace.

<Note>
If the authentication step returns `error=invalid_client_id&error_description=client identifier invalid`, even in an incognito window, you are almost certainly signing in with the wrong org. Confirm both of the following:

- You are authenticating with the **Namespace Org** credentials from Step 2, not the Dev Hub Org from Step 1.
- The Namespace Org is a Developer Edition org that does **not** have Dev Hub enabled. Namespaces cannot be created in a Dev Hub Org, and enabling Dev Hub on the org you intended to use as the Namespace Org will surface as this error. If Dev Hub is enabled on it, sign up for a fresh [Developer Edition org](https://developer.salesforce.com/signup), register the namespace there, and link that org instead.
</Note>

![Link namespace](/images/provider-guides/salesforce/link-namespace.png)

![View namespaces](/images/provider-guides/salesforce/view-all-namespaces.png)
Expand Down
Loading