Linking Gong as a source
Let AI connect your sources for you
Skip the manual setup — run this in your project and the wizard auto-detects your databases and APIs and connects them to PostHog.

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. To also sync thecalls_extensivetable (call participants and CRM associations), additionally grantapi:calls:read:extensive. - 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 |
calls_extensive | Call records with participants and CRM associations | 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.
The calls table syncs basic call metadata. The calls_extensive table includes the same metadata plus parties (participant name, email, and affiliation) and context (linked CRM objects such as Salesforce or HubSpot accounts, opportunities, and contacts).
Sync limitations
The calls and calls_extensive tables only sync 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 | — |
calls_extensive | 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 | — | — |