Auto-save meeting transcripts to Google Drive
This guide walks you through the most common webhook use case: automatically creating a Google Doc for each Rafiki AI meeting. Time required: 5-10 minutes.
What you'll build
After each call in Rafiki AI, a new Google Doc appears in a folder you choose. The doc contains the meeting title, date, attendees, AI summary, and full transcript — all formatted and ready to read or share.
Step 1: Create a Zapier account
Go to zapier.com and sign up
The free tier supports up to 100 tasks/month, which covers about 100 meetings. Upgrade if you process more calls.
Step 2: Create a new Zap with a Webhook trigger
Click Create Zap
For the trigger app, search and select Webhooks by Zapier
Choose trigger event Catch Hook
Click Continue
Zapier displays a unique webhook URL that looks like:
https://hooks.zapier.com/hooks/catch/12345678/abcdef/Copy that URL
Step 3: Connect the URL in Rafiki AI
Open Rafiki AI in a new tab → Settings → Webhooks
Paste the Zapier URL into Webhook URL
Toggle on Enable webhook delivery
Check Meeting summary and Full transcript
Click Save
Click Test Webhook — you should see a green success banner
Step 4: Confirm Zapier received the test payload
Back in Zapier, click Test trigger
Zapier finds the test payload and shows all the fields: meeting title, date, summary, transcript, and more
Click Continue with selected record
Step 5: Add a Google Drive action
For the action app, search and select Google Drive
Choose action event Create File from Text
Click Sign in and connect your Google account
Configure the file details:
Drive: My Google Drive (or a shared drive)
Folder: Pick a folder like "Rafiki AI Call Notes"
File Name: Click the field, then use the variable picker to insert
Meeting Title— you can also add the date:####{{meeting__title}} - ####{{meeting__date}}File Content: Use the variable picker to insert summary and transcript. A good template:
Meeting: ####{{meeting__title}}Date: ####{{meeting__date}}Host: ####{{meeting__host}}Rafiki AI Link: ####{{meeting__meetingUrl}}SUMMARY####{{summary}}TRANSCRIPT####{{transcript}}File Extension:
txtordocxConvert to Document: Yes (so it opens as a Google Doc)
Step 6: Test and publish
Click Test step — a file should appear in your chosen Google Drive folder
Open the file to verify the formatting
Once satisfied, click Publish (top right) to turn the Zap on
Done! From now on, every Rafiki AI meeting will automatically create a Google Doc in your selected folder.
Tips for better formatting
Longer transcripts: Zapier may truncate very long fields. If this happens, use the Formatter by Zapier action to process the transcript in chunks.
Organize by month: Use a Zapier Formatter step to extract year/month from the date, then use dynamic folder paths like
Rafiki AI/2026/April.Team sharing: Put your target folder inside a Google Drive shared folder so the whole team sees the docs.
