What It Does
- Syncs recorded calls from the last 30 days
- Imports full speaker-attributed transcripts
- Maps participants as internal or external
- Processes each call through the AI meeting pipeline (summary, action items, coaching)
Connecting
- Go to the Integrations page in the app.
- Click Connect next to Gong.
- Your browser opens to Gong’s OAuth consent page.
- Authorize Salesgraph with the required permissions.
- The app detects the successful connection.
api:calls:read:basic— Basic call metadataapi:calls:read:extensive— Full call details and transcriptsapi:meetings:user:detailed— Detailed meeting informationapi:users:read— User information for participant mapping
Syncing Calls
After connecting, click Sync now on the Integrations page to import your calls.What Gets Synced
| Data | Description |
|---|---|
| Calls | All calls from the last 30 days, fetched with cursor-based pagination |
| Transcripts | Full speaker-attributed transcripts for each call |
| Participants | Mapped as internal (your team) or external (prospects/customers), with names and email addresses |
| Duration | Call duration |
How Sync Works
- The app fetches all calls from Gong’s API for the last 30 days.
- For each batch of calls, it fetches the corresponding transcripts.
- Transcripts are formatted with speaker attribution — each segment is labeled with the speaker’s name.
- Participants are categorized as internal or external based on Gong’s participant data.
- Each call is ingested through the meeting pipeline, which generates an AI summary, extracts action items, and runs coaching analysis.
- Meetings are deduplicated by
gong:{callId}— re-syncing won’t create duplicate entries.
