Auto-save Zoom recordings to Google Drive + log meetings in Airtable
Workflow preview
$20/month : Unlimited workflows
2500 executions/month
THE #1 IN WEB SCRAPING
Scrape any website without limits
HOSTINGER
Early Deal
DISCOUNT 20% Try free
DISCOUNT 20%
Self-hosted n8n
Unlimited workflows - from $4.99/mo
#1 hub for scraping, AI & automation
6000+ actors - $5 credits/mo
Important notice
This workflow is provided as-is. Please review and test before using in production.
Overview
๐ฅ Auto-Save Zoom Recordings to Google Drive + Log Meetings in Airtable
This workflow automatically saves Zoom meeting recordings to Google Drive and logs all important details into Airtable for easy tracking. Perfect for teams that want a searchable meeting archive.
โ๏ธ How It Works
Zoom Recording Webhook
- Listens for
recording.completedevents from Zoom. - Captures metadata (Meeting ID, Topic, Host, File Type, File Size, etc.).
- Listens for
Normalize Recording Data
- A Code node extracts and formats Zoom payload into clean JSON.
Download Recording
- Uses HTTP Request to download the recording file.
Upload to Google Drive
- Saves the recording into your chosen Google Drive folder.
- Returns the file ID and share link.
Log Result
- Combines Zoom metadata with Google Drive file info.
Save to Airtable
- Logs all details into your
Meeting Logstable:- Meeting ID
- Topic
- Host
- File Type
- File Size
- Google Drive Saved (Yes/No)
- Drive Link
- Timestamp
- Logs all details into your
๐ ๏ธ Setup Steps
1. Zoom
- Create a Zoom App โ enable
recording.completedevent. - Add the workflowโs Webhook URL as your Zoom Event Subscription endpoint.
2. Google Drive
- Connect OAuth in n8n.
- Replace
YOUR_FOLDER_IDwith your destination Drive folder.
3. Airtable
- Create a base with table
Meeting Logs. - Add columns:
- Meeting ID
- Topic
- Host
- File Type
- File Size
- Google Drive Saved
- Drive Link
- Timestamp
- Replace
YOUR_AIRTABLE_BASE_IDin the node.
๐ Example Airtable Output
| Meeting ID | Topic | Host | File Type | File Size | Google Drive Saved | Drive Link | Timestamp |
|---|---|---|---|---|---|---|---|
| 987654321 | Team Sync | [email protected] | MP4 | 104 MB | Yes | ๐ Link | 2025-08-30 15:02:10 |
โก With this workflow, every Zoom recording is safely archived in Google Drive and logged in Airtable for quick search, reporting, and compliance tracking.