Skip to content
Merged
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
8 changes: 7 additions & 1 deletion src/provider-guides/gong.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ This connector supports:

For an example manifest file of a Gong integration, visit our [samples repo on Github](https://github.com/amp-labs/samples/blob/main/gong/amp.yaml).

## Before You Get Started
## Before you get started

To connect Gong with Ampersand, you must complete the [Gong partnership process](https://www.gong.io/partners/) and obtain a _Gong Sandbox_ environment.

Expand All @@ -57,6 +57,12 @@ You will then use these credentials to connect your application to Ampersand.

Learn more about the Gong Partnership process [here](https://help.gong.io/docs/how-to-use-the-gong-developers-hub).

### Allowlist Ampersand's IP addresses

Gong is now requesting that the IP addresses making API calls on behalf of your app are added to an allowlist. Add [Ampersand's outgoing IP addresses](/security/outgoing-ip-addresses) to your Gong app's allowlist so that API requests made by Ampersand on behalf of your integration are not blocked:

Learn more about how Gong restricts API access to trusted IP addresses in [Gong's API key documentation](https://help.gong.io/docs/receive-access-to-the-api).

## Add Gong App Details in Ampersand

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