Linking Gong as a source
Alpha release
This source is currently in alpha. The interface and available tables may change.
Enter your Gong API credentials to pull your Gong data into the PostHog data warehouse.
Adding a data source
- Go to the sources tab of the data pipeline section in PostHog.
- Click + New source and then click Link next to Gong.
- In Gong, go to Company Settings → Ecosystem → API and create an Access Key and Access Key Secret. Grant the following read scopes so the connected endpoints can sync:
api:calls:read:basic,api:users:read,api:settings:scorecards:read, andapi:workspaces:read. - Back in PostHog, enter the
Access keyandAccess key secret, then click Next. - Select the tables you want to sync, set the sync method and frequency, then click Import.
Once the syncs are complete, you can start using Gong data in PostHog.
Available tables
| Table | Description | Sync method |
|---|---|---|
calls | Call records | Incremental |
users | Gong users | Full refresh |
scorecards | Scorecard settings | Full refresh |
workspaces | Gong workspaces | Full refresh |
Incremental tables sync only new or updated records on each run. Full refresh tables reload all data on each sync.
Sync limitations
The calls table only syncs the last 365 days of data on the initial sync.
Configuration
| Option | Type | Required |
|---|---|---|
Access key | text | Yes |
Access key secret | password | Yes |
Supported tables
| Table | Description | Sync method | Incremental field | Primary key |
|---|---|---|---|---|
calls | Only syncs the last 365 days on initial sync | Incremental, Full refresh | started | — |
users | A Gong user (team member whose calls and activity are tracked). | Full refresh | — | — |
scorecards | A scorecard template used to evaluate calls in Gong. | Full refresh | — | — |
workspaces | A Gong workspace grouping users, calls, and settings. | Full refresh | — | — |