Integrate with Fireflies.ai, the AI meeting notetaker that records, transcribes and summarizes your calls. Retrieve transcripts, summaries and action items, upload media for transcription, manage meetings and trigger flows when new transcripts are ready.

Changelog

2 versions
v1.0.1 Latest
  • Fixed a crash when a Find/List component saved an EMPTY result set to a CSV file — the header row was built from the first record without checking there was one, so a search that legitimately matched nothing failed the flow instead of writing an empty file.
v1.0.0
  • Initial release. Adds API-key authentication and components for transcripts (Get/Find/List), users (List), media upload, live meeting bot, meeting sharing, soundbites, title updates and deletion, an arbitrary GraphQL call component, and a polling NewTranscript trigger.

Authentication

TypeDetails
API Key
API Key (text)
Generate your API key in the Fireflies app under Settings → Developer Settings → Fireflies API (

Triggers

1
New Transcript icon

New Transcript

Triggers when a new meeting transcript becomes available in your Fireflies account (polling). Note Fireflies' restrictive rate limits: Free 50 requests/day, Pro 500 requests/day. Keep the polling interval conservative.

Actions

11
Add To Live Meeting icon

Add To Live Meeting

Send the Fireflies notetaker bot to join and record a live meeting (Zoom, Google Meet, Teams, Webex). Rate limited by Fireflies to 3 requests per 20 minutes.
Create Soundbite icon

Create Soundbite

Create a soundbite (highlight clip) from a section of a Fireflies transcript using start and end offsets in seconds.
Delete Transcript icon

Delete Transcript

Permanently delete a Fireflies meeting transcript by its ID. This action is irreversible. Rate limited by Fireflies to 10 requests per minute.
Find Transcripts icon

Find Transcripts

Search Fireflies meeting transcripts by keyword, date range or organizer/participant email. Returns up to 50 matching transcripts (newest first). Routes to the 'notFound' port when nothing matches.
Get Transcript icon

Get Transcript

Retrieve a single Fireflies meeting transcript by its ID, including summary, action items, speakers and sentence-level transcript.
List Users icon

List Users

Retrieve the users in your Fireflies team/workspace, including their transcript counts and admin status.
List Transcripts icon

List Transcripts

Retrieve your most recent Fireflies meeting transcripts (newest first). Pages through the API 50 records at a time up to a maximum of 500 records.
Make API Call icon

Make API Call

Perform an arbitrary authorized API call to the Fireflies GraphQL API (https://api.fireflies.ai/graphql). Set the method to POST and provide a GraphQL request body such as {"query": "...", "variables": {...}}.
Update Meeting Title icon

Update Meeting Title

Rename a Fireflies meeting/transcript.
Share Meeting icon

Share Meeting

Share a Fireflies meeting transcript with one or more email addresses. Rate limited by Fireflies to 10 requests per hour and up to 50 emails per call.
Upload Audio icon

Upload Audio

Submit a publicly accessible audio or video URL to Fireflies for transcription. Audio up to 200 MB (all tiers); video up to 100 MB on Free and 1.5 GB on paid tiers.