Skip to main content
Fireflies.ai records, transcribes, and summarizes meetings across Zoom, Google Meet, Microsoft Teams, and other platforms. The Fireflies connector enables meeting data integration for your app, allowing you to surface transcripts, search conversations, and display action items directly in your app. With Fireflies, your app can:
  • Retrieve meeting transcripts, AI summaries, and speaker-attributed content
  • Search and analyze conversations across your organization
  • Build workflows on top of meeting intelligence
  • Sync notes and action items into your product
Fireflies is a good fit when your app needs access to meeting content, conversation history, or spoken interaction data rather than manually entered notes.

Common use cases and example apps

Example appExample promptDescription
Meeting dashboardBuild a dashboard that shows my recent meetings from Fireflies with titles, dates, participants, and durations.Display meeting activity in a central view.
The app pulls recent transcripts, shows key metadata, and lets users browse meeting history without leaving the app.
Sales call intelligenceBuild a sales call review tool. Show a list of recent calls with AI summaries, key topics, and action items from Fireflies.Surface conversation insights from sales calls.
The app retrieves transcripts and summaries, highlights keywords and action items, and helps sales teams review calls efficiently.
CRM enrichmentAfter a call, pull the Fireflies summary and next steps into our CRM notes.Turn conversations into structured follow-ups.
The app retrieves AI summaries and action items from recent calls and writes them into a CRM-style view.
Action item trackerBuild a task board that pulls action items from Fireflies meeting summaries and lets users mark them as done.Turn meeting outcomes into trackable tasks.
The app extracts action items from AI summaries and displays them in a structured format so teams can follow up.
Team meeting digestBuild a weekly digest that summarizes all team meetings from Fireflies and displays them in a feed.Compile meeting summaries into a recurring digest.
The app aggregates recent transcripts, extracts highlights and decisions, and presents them in a scannable format.
Searchable transcript archiveBuild a search interface where users can search across all Fireflies transcripts by keyword, date, or participant.Create a structured search experience for meeting transcripts.
The app lets users find past discussions, filter by speaker or date, and jump to relevant sections.
Support handoffGiven a ticket, find related meeting context from Fireflies.Speed up resolution when calls explain the issue.
The app matches tickets to relevant transcripts so support agents can see what was discussed.

How to connect Fireflies

Workspace admins and owners can connect Fireflies. You can create multiple Fireflies connections using different API keys, which is useful for separating environments (for example, development and production) or managing rate limits. When the connection is created, Fireflies can be linked to any project in the workspace.

Prerequisites

  • A Fireflies.ai account and API key
    All API usage consumes Fireflies API quota based on your Fireflies plan, and billing is handled directly by Fireflies, not Lovable.
  • Lovable workspace admin or owner role

Step 1: Create a Fireflies API key

An API key lets you connect to the Fireflies API and access your organization’s meeting data.
  1. Sign in to Fireflies.
  2. Open Developer settings (Fireflies API).
  3. Copy the generated API key and store it securely.
    Your API key functions like a password. Keep it secure and never share it publicly. You’ll need it in the next step.

Step 2: Connect Fireflies in Lovable

You can create multiple connections using different API keys.
  1. Go to Settings → Connectors → Shared connectors and select Fireflies.
  2. Click Add connection.
  3. Enter a Display name (for example Fireflies Production).
  4. Paste the API key.
  5. Click Connect.
Lovable will verify your API key by making a test request to the Fireflies API. If the key is valid, the connection is saved. When connected, your Lovable apps can start accessing meeting transcripts and conversation data from Fireflies.

Available data

Through the Fireflies connector, your app can access the following meeting data:
DataDescription
TranscriptsFull meeting transcripts with sentence-level detail
AI summariesKeywords, action items, outlines, and overviews generated by Fireflies
ParticipantsList of meeting participant emails
SpeakersSpeaker identification and attribution within transcripts
Meeting metadataTitle, duration, date, calendar type, and conferencing link
Transcript URLDirect link to view the meeting in the Fireflies dashboard
For the full list of available queries and fields, see the Fireflies GraphQL API documentation and the API quickstart.
Fireflies returns transcripts and summaries in markdown format. Use a React markdown rendering library (such as react-markdown) for proper display instead of rendering raw markdown strings.

Limitations

The Fireflies connector cannot:
  • Create, modify, or delete meetings or transcripts (read-only access)
  • Receive incoming events or webhooks from Fireflies
  • Access data beyond your Fireflies organization’s scope
  • Support per-user Fireflies login (each end user connecting their own Fireflies account)
Each connection represents one Fireflies API key. The API returns data that your Fireflies workspace and key are allowed to access. Keep this in mind when building user-facing features. Fireflies enforces API rate limits that vary by plan. Free and pro plans allow approximately 50 requests per day. If your app makes frequent calls, consider caching responses to stay within these limits. Lovable gateway limits also apply. See Gateway-based connectors for details. Editors and above can remove specific projects from a connection without deleting the connection entirely. The connection will remain available for other projects. To unlink projects:
1

Navigate to connectors

Go to Settings → Connectors → Shared connectors and select .
2

Open the connection

Open the connection you want to manage.
3

Select projects

Under Linked projects, check the projects you want to unlink.
4

Confirm

Click Unlink projects and confirm.
When unlinked, those projects will no longer have access to through this connection. If a project needs again, you can link it to any available connection.

How to delete a connection

Workspace admins and owners can delete connections.
Deleting a connection is permanent and cannot be undone. It will remove the credentials from all linked projects, and any apps using this connection will stop working until a new connection is added.
Before deleting, review the Linked projects section to see which projects are currently using the connection. To delete a connection:
1

Navigate to connectors

Go to Settings → Connectors → Shared connectors and select .
2

Open the connection

Open the connection you want to remove.
3

Review linked projects

Review the Linked projects section.
4

Delete

Under Delete this connection, click Delete and confirm.