What It Does
- Syncs all meeting transcripts with speaker attribution
- Imports Fireflies-generated summaries (overview, short summary, action items)
- Maps participant email addresses
- Processes each transcript through the coaching analysis pipeline
Connecting
Fireflies uses an API key for authentication.Get your API key
Go to app.fireflies.ai/integrations and generate an API key.
Enter the key
In Salesgraph Assist, go to the Integrations page, find Fireflies under API Key integrations, and paste your API key into the input field.
Syncing Transcripts
After connecting, click Sync now to import your transcripts.What Gets Synced
| Data | Description |
|---|---|
| Transcripts | Speaker-attributed sentences with timestamps |
| Summaries | Overview, short summary, and action items generated by Fireflies |
| Participants | Email addresses of meeting participants |
| Metadata | Meeting title, date, duration |
How Sync Works
- The app queries Fireflies’ GraphQL API to fetch all transcripts with pagination (limit/skip).
- Each transcript contains speaker-attributed sentences — individual sentences tagged with the speaker’s name.
- Sentences are grouped into coherent segments by speaker.
- If Fireflies provided a summary, it is preserved. Otherwise, the AI generates one from the transcript.
- Coaching metrics are computed from the transcript segments.
- Meetings are deduplicated by
fireflies:{transcriptId}.
