Auto-Save Zoom Recordings to Google Drive + Log Meetings in Airtable
🎥 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.completed events from Zoom.
Captures metadata (Meeting ID, Topic, Host, File Type, File Size, etc.).
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 Logs table:
Meeting ID
Topic
Host
File Type
File Size
Google Drive Saved (Yes/No)
Drive Link
Timestamp
🛠️ Setup Steps
-
Zoom Create a Zoom App → enable recording.completed event.
Add the workflow’s Webhook URL as your Zoom Event Subscription endpoint. -
Google Drive Connect OAuth in n8n.
Replace YOUR_FOLDER_ID with your destination Drive folder. -
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_ID in the node.
📊 Example Airtable Output
| Meeting ID | Topic | Host | File Type | File Size | Google Drive Saved | Drive Link | Timestamp | |------------|-------------|-------------------|-----------|-----------|--------------------|------------|---------------------| | 987654321 | Team Sync | host@email.com | 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.
Related Templates
USDT And TRC20 Wallet Tracker API Workflow for n8n
Overview This n8n workflow is specifically designed to monitor USDT TRC20 transactions within a specified wallet. It u...
Automate Daily Keyword Research with Google Sheets, Suggest API & Custom Search
Who's it for This workflow is perfect for SEO specialists, marketers, bloggers, and content creators who want to automa...
Bulk Automated Google Drive Files Sharing and Direct Download Link Generation
This N8N workflow automates the process of sharing files from Google Drive. It includes OAuth2 authentication, batch pro...
🔒 Please log in to import templates to n8n and favorite templates
Workflow Visualization
Loading...
Preparing workflow renderer
Comments (0)
Login to post comments