What It Does
- Syncs all meetings with full transcripts, AI summaries, and action items
- Maps participants with internal/external role detection
- Supports real-time webhook ingestion when Fathom finishes processing a meeting
- Preserves Fathom-generated summaries and action items (no duplicate AI processing)
Connecting
- Go to the Integrations page in the app.
- Click Connect next to Fathom.
- Your browser opens to Fathom’s OAuth consent page.
- Authorize Salesgraph with the
public_apiscope. - The app detects the successful connection.
Syncing Meetings
After connecting, click Sync now to import your meetings.What Gets Synced
| Data | Description |
|---|---|
| Meetings | All meetings with cursor-based pagination |
| Transcripts | Full speaker-attributed transcripts |
| Summaries | Fathom’s AI-generated meeting summaries |
| Action items | Extracted action items from the meeting |
| Participants | Mapped with internal/external roles |
| Metadata | Duration, language, recording timestamp |
How Sync Works
- The app fetches all meetings from Fathom’s API with cursor-based pagination.
- Each meeting includes its transcript, summary, and action items.
- Participants are mapped — the person who recorded is identified, and others are categorized based on available data.
- Since Fathom provides its own summary and action items, those are preserved rather than regenerated by the AI.
- Coaching analysis (talk ratio, filler words, speaking speed) is computed from the transcript.
- Meetings are deduplicated by
fathom:{meetingId}.
Webhook Ingestion
Fathom can also push meetings to Salesgraph in real time via webhooks. When a meeting finishes processing on Fathom’s side:- Fathom sends a
meeting.content_readywebhook. - The webhook payload is verified using Svix signature verification for security.
- The tenant is identified by matching the
recorded_byemail to an existing OAuth connection. - The event is deduplicated via the
integration_eventstable — duplicate webhook deliveries are ignored. - The meeting data is ingested through the standard pipeline.
