- Home
- Resources
- Integrations
- Fireflies.ai
Fireflies.ai Make integrationAutomate Fireflies.ai with Make.
Your meeting transcripts can leave Fireflies.ai on their own. The Fireflies.ai Make integration gives you 3 modules: 2 actions and 1 search. This guide shows how to link your account with an API key, then walks you through a first scenario that fetches transcripts.
Verified Trustpilot reviews · AI, automation & growth agency
What can the Fireflies.ai Make integration do for you?
The Fireflies.ai Make integration lets Make read the transcripts stored in your Fireflies.ai account and hand them to the rest of your stack. You build a scenario, which is the automation itself: a chain of modules, each one a brick that does a single job. Fireflies.ai brings three of those bricks, all focused on getting transcripts out.
A transcript archive you control. Start with List Transcripts to see every transcript your user can access, then pass each one to Get a Transcript and store the result wherever your team keeps its records, such as a base described on the Airtable Make integration page.
Sales calls that update the CRM. A sales team can pull the transcript of a prospect call with Get a Transcript and attach it to the matching contact in its CRM, so nobody pastes notes by hand after the call.
Custom data for the curious. When the two ready-made modules don't return what you need, Execute a GraphQL Query sends your own authorized query straight to Fireflies.ai.
Know the limits before you start. Fireflies.ai has no trigger in Make, so nothing fires the moment a meeting ends: your scenario starts on its schedule or from another app's event. There is no Make an API Call module either. The same app often exists as an n8n node too; the n8n vs Make comparison helps you pick, and the Make training covers the editor from scratch.
How do you connect Fireflies.ai to Make?
- 01
Copy your Fireflies.ai API key
Log in to Fireflies.ai and click Integrations in the left sidebar. In the list of apps, open Fireflies API and copy the API key shown there. The Fireflies.ai help asks you to store it in a safe place, since Make will need it in the next step.
- 02
Add a module and create the connection
In your Make scenario, add any Fireflies.ai module and click Create a connection. A connection is your Fireflies.ai account linked to Make once, then reused by every Fireflies.ai module. You can type a label in Connection name if you like.
- 03
Paste the key and save
Paste the key into the API Key field and click Save. If Make asks you to authenticate and confirm access, accept it. The module is now ready, and every other Fireflies.ai module will offer the same connection in its list.
Build your first scenario with Fireflies.ai
GoalWhen Make runs on its schedule, it lists your Fireflies.ai transcripts and fetches the full content of each one.
- 01
Create the scenario
Open the Scenarios page, create a new scenario and click the + in the middle of the canvas. Search for Fireflies.ai and pick List Transcripts as your first module.
- 02
Link your account
Click Create a connection and paste your API key, or pick the connection you already made. Fill the module settings; Make shows the options it can read once the account is linked.
- 03
Add Get a Transcript
Click the + on the right of the first module and add Get a Transcript. Map the transcript coming from List Transcripts so that each bundle, one transcript per item, gets fetched in full.
- 04
Test with Run once
Click Run once. Make runs the scenario a single time; read the bundles each module received and check that the transcripts look right.
- 05
Schedule and switch it on
Open the clock on the first module to set the schedule, every 15 minutes by default, then switch the scenario on. List Transcripts returns all your transcripts on each run, and every bundle uses operations, the unit Make counts on your plan.
What the Fireflies.ai modules do
Fireflies.ai gives you 3 modules in 2 groups. For each one: what it does for you, when to reach for it, and what to watch out for.
Actions
2 modulesGet a Transcript
ActionIn Make“Retrieves a single transcript.”
You get the full content of one meeting transcript, ready to send to a document, a CRM record or a message in the next module of your scenario.
Execute a GraphQL Query
ActionIn Make“Performs an arbitrary authorized GraphQL query.”
This module opens the door to data the other two modules leave out: you write your own GraphQL query and Fireflies.ai answers it with your account's permissions.
Searches
1 moduleList Transcripts
SearchIn Make“Lists all transcripts available to a user.”
Think of it as your inventory: it returns every transcript available to your Fireflies.ai user, each one as a separate bundle that later modules process one by one.
Need help automating Fireflies.ai with Make?
A person reads every message.