Gong
Gong is a revenue intelligence platform for analyzing customer interactions and sales performance.
Authentication Types
Gong supports 2 authentication methods:
-
OAuth - Create your own Gong OAuth app. Every user connects with their Gong account.
- Pros: Full control, per-user tracking, production-ready
- Cons: Requires Gong admin access
-
API Key - Use Gong API credentials for all users.
- Pros: Easy setup
- Cons: Single credential for all users
Setting up OAuth
-
Log in to Gong as an admin
-
Go to Company Settings → Ecosystem → API
- Click Create new API key or navigate to OAuth settings
-
Create a new OAuth application
-
Copy the Client ID and Client Secret
-
Configure the Redirect URL with the URL from Webrix
-
Select the scopes (permissions) you need:
api:calls:read:basic(read calls)api:calls:create(create calls)api:users:read(read users)api:calls:read:transcript(read transcripts)
-
In Webrix, paste the Client ID and Client Secret
-
Select the same scopes you configured in Gong
-
Click Save Changes
Generating an API Key
-
Log in to Gong as an admin
-
Go to Company Settings → Ecosystem → API
- Click Create new API key
- Copy the Access Key and Access Key Secret
- In Webrix, enter the API key in the format:
access_key:access_key_secret