Documentation Index
Fetch the complete documentation index at: https://docs.withampersand.com/llms.txt
Use this file to discover all available pages before exploring further.
What’s Supported
Supported Actions
This connector supports:- Proxy Actions, using the base URL
https://api.gong.io. - Read Actions
- Subscribe Actions. Please note that special set up is needed for Gong.
Supported Objects
| Object | Read | Write | Subscribe |
|---|---|---|---|
| Users | ✓ (full read only) | ||
| Workspaces | ✓ (full read only) | ||
| Flows | ✓ (full read only) | ||
| Calls | ✓ (incremental in private preview¹) | ✓ | ✓ (call.created only) |
| Transcripts | ✓ (incremental in private preview¹) |
Gong processing latency. Gong takes time to process recordings before they become available, which delays both Read Actions and Subscribe webhooks:
- Calls are available through through Read and Subscribe Actions after they have finished processing in Gong, which may take up to 1 hour after a call ends.
- Transcripts may not be available for up to 24 hours after a call ends.
Example Integration
For an example manifest file of a Gong integration, visit our samples repo on Github.Before You Get Started
To connect Gong with Ampersand, you must complete the Gong partnership process and obtain a Gong Sandbox environment. After your account is set up, you will need to acquire the following credentials from your Gong app:- Client ID
- Client Secret
- Scopes
Important: To readIn the Redirect URI section, add the Ampersand Callback URL:Calls, ensure that your Gong application includes theapi:calls:read:extensivescope.
https://api.withampersand.com/callbacks/v1/oauth.

Add Gong App Details in Ampersand
- Log in to your Ampersand Dashboard.
- Select the project where you want to add the Gong App.
- Select Provider apps.
- Select Gong from the Provider list.
-
Enter the previously obtained Client ID in the Client ID field, the Client Secret in the Client Secret field, and the requested scopes in the Permissions field.

- Enter the scopes set for your application in Gong.
- Click Save Changes.
Set up Subscribe Actions
-
Define the subscribe action in your
amp.yamland deploy it with the amp CLI. Gong only supports thecall.createdevent, so thecallsobject should subscribe tocreateEventonly. -
Construct a webhook URL for your customer in this format:
- Share the Gong customer guide with your customer along with the webhook URL from Step 2. Your customer will create an automation rule in Gong that fires a webhook when a new call is created.

