- Home
- Resources
- Integrations
- MeetGeek AI
MeetGeek AI Make integrationAutomate MeetGeek AI with Make.
What happens to your meeting notes once the call ends? The MeetGeek AI Make integration gives you 12 modules, including 2 instant triggers, to push summaries, highlights and transcripts into your other tools. This guide connects your account and walks you through a first working scenario.
Verified Trustpilot reviews · AI, automation & growth agency
What can the MeetGeek AI Make integration do for you?
The MeetGeek AI Make integration links your MeetGeek AI account to Make, a no-code tool where you build a scenario: an automation made of modules, each one a brick that watches, fetches or sends data. Here, MeetGeek AI tells Make when a meeting finishes or a highlight appears, and Make passes the result to the next app.
Summaries that reach the team without a copy-paste. Watch New Meetings starts the scenario when a call is over, then Get a Summary fetches the recap for that meeting so the next module can post it in a chat tool or a CRM record. A sales team gets the notes before anyone asks for them.
Key moments turned into tasks. Watch New Highlights reacts each time a highlight is created. A product team can send each one to its backlog, so a customer request flagged during a demo does not get lost in a long recording.
A searchable archive of past calls. List Meetings, List Team Meetings and List Transcripts read what is already stored, and Download Recording pulls the file itself. Pair them with the Airtable Make integration to keep one row per meeting.
The listed modules read, download and upload; none of them edits or deletes a meeting. For any other endpoint of the MeetGeek AI API, Make an API Call reuses the same connection. Weighing another automation tool? The n8n vs Make comparison lays out the criteria, and the Make training covers the editor step by step.
How do you connect MeetGeek AI to Make?
- 01
Copy your API key
You need an active MeetGeek AI account. In MeetGeek AI, open Integrations, click the Public API card and copy the API key shown on screen. Make uses this key to act on your behalf.
- 02
Add a MeetGeek AI module
In your Make scenario, search for MeetGeek AI, pick a module and click Create a connection. A connection is your MeetGeek AI account linked to Make once, then reused by every MeetGeek AI module.
- 03
Name it and paste the key
The Connection name field is optional; a clear name helps if you manage several accounts. Paste the API key you copied, or follow the instructions on screen, and save. The module can now read your meetings.
Your first scenario: a summary for every finished meeting
GoalWhen a meeting finishes in MeetGeek AI, Make fetches its summary so you can send it to your team.
- 01
Create the scenario
Open the Scenarios page in Make, create a new scenario and click the big + to add the first module. That first module decides when everything starts.
- 02
Add Watch New Meetings
Search for MeetGeek AI and choose Watch New Meetings. Click Create a webhook, then link your account with Create a connection and the API key from the previous section.
- 03
Chain Get a Summary
Click the + on the right of the trigger and pick Get a Summary. In its meeting field, map the meeting ID coming from the trigger instead of typing one by hand.
- 04
Test with Run once
Click Run once, then let a meeting finish in MeetGeek AI. Open the small bubble above each module to read the bundles it received: one bundle is one item, here one meeting and then its summary.
- 05
Switch it on
Once the test looks right, add the module of the app that should receive the summary, save, and switch the scenario on. From then on, every finished meeting runs it without you.
What starts a MeetGeek AI scenario
2 modules start a scenario when something happens in MeetGeek AI. A scheduled trigger is checked by Make on the scenario's schedule; an instant one is called by MeetGeek AI as soon as it happens.
Watch New Highlights
Instant triggerIn Make“Triggers when a highlight is created.”
Every highlight created in MeetGeek AI becomes a new run of your scenario, carrying that moment of the conversation to the next module. You get the key sentence of a call in your tools without replaying the recording.
Watch New Meetings
Instant triggerIn Make“Triggers when a meeting is finished.”
This trigger starts the scenario once a meeting is finished, which makes it the natural entry point for anything that depends on the whole call: summary, transcript, recording. It hands over the meeting so the next modules can fetch the rest.
Everything MeetGeek AI can do in Make
MeetGeek AI gives you 10 modules. For each one: what it does for you, when to reach for it, and what to watch out for.
Modules index
Download Recording
ActionIn Make“Download a meeting”
Pulls the recording of a meeting into your scenario as a file, ready to be stored in a drive or attached to a record. Nobody has to open MeetGeek AI and download it by hand.
Get a Summary
ActionIn Make“Retrieves a summary given the meeting id.”
Returns the summary MeetGeek AI wrote for one meeting, so the recap can travel to a chat channel, an email or a CRM note. It is the module most scenarios on this page end up using.
Get Meeting Details
ActionIn Make“Retrieves meeting details given a meeting id.”
Fetches the details of a single meeting from its ID, giving your scenario the context around the call before it decides what to do next. Think of it as reading the meeting card, not its content.
List Teams
ActionIn Make“Retrieves teams of a user.”
Retrieves the teams your MeetGeek AI user belongs to. On its own it rarely ends a scenario; its job is to hand a team to the module that follows.
Make an API Call
ActionIn Make“Performs an arbitrary authorized API call.”
Opens the rest of the MeetGeek AI API to your scenario, using the connection you already created. Whatever the ten other modules do not cover, this one can reach, provided you know the endpoint.
Upload File
ActionIn Make“Uploads a video or audio file. Receives a notification upon completion.”
Sends a video or audio file to MeetGeek AI so an external recording gets the same treatment as a meeting captured live. Make then receives a notification once the upload completes.
List Highlights
SearchIn Make“Lists all highlights by meeting id.”
Collects all the highlights of one meeting in a single pass, one bundle per highlight. Useful when you care about the marked moments rather than the full transcript.
List Meetings
SearchIn Make“Lists past meetings of a user.”
Brings back the past meetings of the connected user, which is how you build a history in a spreadsheet or a database without exporting anything by hand.
List Team Meetings
SearchIn Make“Lists past meetings of a team.”
Returns the past meetings of a whole team instead of one person, the view a manager needs to follow every call of the group in one place.
List Transcripts
SearchIn Make“Lists all transcript sentences by meeting id.”
Gets the transcript of a meeting sentence by sentence, each sentence arriving as its own bundle. That granularity lets you search, tag or store exactly the lines you need.
Need help automating MeetGeek AI with Make?
A person reads every message.