Skip to main content
The Fireflies integration imports your meeting transcripts and AI-generated summaries into Salesgraph Assist via Fireflies’ GraphQL API.

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.
1

Get your API key

Go to app.fireflies.ai/integrations and generate an API key.
2

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.
3

Connect

Click Connect. The app stores your API key securely (encrypted with AES-GCM, same encryption used for OAuth tokens).

Syncing Transcripts

After connecting, click Sync now to import your transcripts.

What Gets Synced

DataDescription
TranscriptsSpeaker-attributed sentences with timestamps
SummariesOverview, short summary, and action items generated by Fireflies
ParticipantsEmail addresses of meeting participants
MetadataMeeting title, date, duration

How Sync Works

  1. The app queries Fireflies’ GraphQL API to fetch all transcripts with pagination (limit/skip).
  2. Each transcript contains speaker-attributed sentences — individual sentences tagged with the speaker’s name.
  3. Sentences are grouped into coherent segments by speaker.
  4. If Fireflies provided a summary, it is preserved. Otherwise, the AI generates one from the transcript.
  5. Coaching metrics are computed from the transcript segments.
  6. Meetings are deduplicated by fireflies:{transcriptId}.

After Syncing

Synced Fireflies transcripts appear as meetings in your Meeting List with full detail available in the Meeting Detail view.

Disconnecting

Click Disconnect next to Fireflies on the Integrations page. This removes the stored API key. Previously synced meetings remain in your library.