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.1Latest
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
Type
Details
API Key
API Key(text)
Generate your API key in the Fireflies app under Settings → Developer Settings → Fireflies API (
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.
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.
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.
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": {...}}.
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.