Gong
Overview
The Gong source connector lets you connect to the Gong REST API and (when available) extract Gong data into your destination.
Status
This connector is currently in development. Authentication (credential validation) is implemented, but data extraction and catalog discovery are not yet available.
Prerequisites
- A Gong account with API access enabled.
- A Gong Access Key and Access Key Secret.
- Know which Gong API region you should use:
- US:
https://api.gong.io - EU:
https://api-eu.gong.io
- US:
Authentication
This connector uses HTTP Basic Authentication to the Gong API:
- Username: Access Key
- Password: Access Key Secret
During setup/login, the connector validates credentials by calling:
POST /v2/users/extensive
Setup
- In Gong, create or retrieve an Access Key and Access Key Secret.
- Choose the correct API Base URL for your region:
https://api.gong.io(US)https://api-eu.gong.io(EU)
- In your workspace, create a new Gong source and enter the configuration fields below.
- Test the connection to validate credentials.
Configuration reference
| Field | Type | Required | Description |
|---|---|---|---|
access_key | string | Yes | Gong Access Key used as the Basic Auth username. |
access_key_secret | string | Yes | Gong Access Key Secret used as the Basic Auth password. |
api_base_url | string | Yes | Gong API base URL. Must be exactly https://api.gong.io or https://api-eu.gong.io. |
Streams
No streams are currently exposed. Catalog discovery returns an empty catalog, and extraction is not yet implemented.
Troubleshooting
-
Invalid API base URL
- Ensure
api_base_urlis exactly one of:https://api.gong.iohttps://api-eu.gong.io
- Ensure
-
Credential validation failed
- Confirm the Access Key and Secret are correct and active.
- Confirm the API key has permission to access the Gong API.
- If your Gong account is in the EU region, use
https://api-eu.gong.io.