Zoom 녹화를 Google 드라이브에 자동 저장 및 Airtable에 회의 기록
중급
이것은File Management, Multimodal AI분야의자동화 워크플로우로, 7개의 노드를 포함합니다.주로 Code, Webhook, Airtable, GoogleDrive, HttpRequest 등의 노드를 사용하며. Zoom 녹화를 Google 드라이브에 자동 저장 및 Airtable에 회의 기록
사전 요구사항
- •HTTP Webhook 엔드포인트(n8n이 자동으로 생성)
- •Airtable API Key
- •Google Drive API 인증 정보
- •대상 API의 인증 정보가 필요할 수 있음
워크플로우 미리보기
노드 연결 관계를 시각적으로 표시하며, 확대/축소 및 이동을 지원합니다
워크플로우 내보내기
다음 JSON 구성을 복사하여 n8n에 가져오면 이 워크플로우를 사용할 수 있습니다
{
"meta": {
"instanceId": "2000c64071c20843606b95c63795bb0797c41036047055a6586498e855b96efc",
"templateCredsSetupCompleted": true
},
"nodes": [
{
"id": "f57bfeb3-65d7-45c3-85fa-45f4c0e94d9f",
"name": "Zoom 녹화 웹훅",
"type": "n8n-nodes-base.airtable",
"position": [
944,
400
],
"parameters": {
"base": {
"__rl": true,
"mode": "list",
"value": "appCV1g03wAMk91ZL",
"cachedResultUrl": "https://airtable.com/appCV1g03wAMk91ZL",
"cachedResultName": "contacts"
},
"table": {
"__rl": true,
"mode": "list",
"value": "tblvmGsSf7xTDtIwS",
"cachedResultUrl": "https://airtable.com/appCV1g03wAMk91ZL/tblvmGsSf7xTDtIwS",
"cachedResultName": "Zoom Meeting Log"
},
"columns": {
"value": {
"Host": "={{ $json.host }}",
"Topic": "={{ $json.topic }}",
"File Size": "={{ $json.file_type }}",
"File Type": "Other",
"Meeting ID": "={{ $json.meeting_id }}"
},
"schema": [
{
"id": "id",
"type": "string",
"display": true,
"removed": false,
"readOnly": true,
"required": false,
"displayName": "id",
"defaultMatch": true
},
{
"id": "Meeting ID",
"type": "string",
"display": true,
"removed": false,
"readOnly": false,
"required": false,
"displayName": "Meeting ID",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "Topic",
"type": "string",
"display": true,
"removed": false,
"readOnly": false,
"required": false,
"displayName": "Topic",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "Host",
"type": "string",
"display": true,
"removed": false,
"readOnly": false,
"required": false,
"displayName": "Host",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "File Type",
"type": "options",
"display": true,
"options": [
{
"name": "MP4",
"value": "MP4"
},
{
"name": "M4A",
"value": "M4A"
},
{
"name": "Other",
"value": "Other"
}
],
"removed": false,
"readOnly": false,
"required": false,
"displayName": "File Type",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "File Size",
"type": "string",
"display": true,
"removed": false,
"readOnly": false,
"required": false,
"displayName": "File Size",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "Google Drive Saved",
"type": "options",
"display": true,
"options": [
{
"name": "Yes",
"value": "Yes"
},
{
"name": "No",
"value": "No"
}
],
"removed": false,
"readOnly": false,
"required": false,
"displayName": "Google Drive Saved",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "Timestamp",
"type": "dateTime",
"display": true,
"removed": false,
"readOnly": false,
"required": false,
"displayName": "Timestamp",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "Related Contact",
"type": "string",
"display": true,
"removed": false,
"readOnly": false,
"required": false,
"displayName": "Related Contact",
"defaultMatch": false,
"canBeUsedToMatch": true
}
],
"mappingMode": "defineBelow",
"matchingColumns": [],
"attemptToConvertTypes": false,
"convertFieldsToString": false
},
"options": {},
"operation": "upsert"
},
"credentials": {
"airtableTokenApi": {
"id": "ungHc0pnbSXnUtl8",
"name": "full access"
}
},
"typeVersion": 2.1
},
{
"id": "a3d54194-cfb0-4497-8600-95399203959d",
"name": "설정 안내",
"type": "n8n-nodes-base.code",
"position": [
768,
400
],
"parameters": {
"jsCode": "// Collect metadata + Drive result\nconst driveFile = $input.first().json;\nconst prev = $('Normalize Recording Data').item.json;\n\nreturn {\n json: {\n ...prev,\n saved_to_drive: true,\n drive_file_id: driveFile.id,\n drive_link: driveFile.webViewLink\n }\n};"
},
"typeVersion": 2
},
{
"id": "03064eac-432f-452b-8170-6e661b7f39b0",
"name": "녹화 다운로드",
"type": "n8n-nodes-base.googleDrive",
"position": [
576,
400
],
"parameters": {
"driveId": {
"__rl": true,
"mode": "list",
"value": "My Drive"
},
"options": {},
"folderId": {
"__rl": true,
"mode": "list",
"value": "root",
"cachedResultName": "/ (Root folder)"
}
},
"typeVersion": 3
},
{
"id": "fede097e-50ae-452c-b317-819629e31d97",
"name": "녹화 데이터 정규화",
"type": "n8n-nodes-base.httpRequest",
"position": [
368,
400
],
"parameters": {
"url": "={{ $json.file_url }}",
"options": {}
},
"typeVersion": 4.1
},
{
"id": "606783f7-091d-488b-bef8-12d25b88a42a",
"name": "Google 드라이브에 업로드",
"type": "n8n-nodes-base.code",
"position": [
176,
400
],
"parameters": {
"jsCode": "// Normalize Zoom webhook payload\nconst event = $input.first().json;\nconst recording = event.payload.object.recording_files[0];\n\nreturn {\n json: {\n meeting_id: event.payload.object.id,\n topic: event.payload.object.topic,\n host: event.payload.object.host_email,\n file_url: recording.download_url,\n file_type: recording.file_type,\n file_size: recording.file_size,\n timestamp: new Date().toISOString()\n }\n};"
},
"typeVersion": 2
},
{
"id": "e33a40c8-508e-43af-9b4f-991b35ec2f4a",
"name": "레코드 생성 또는 업데이트",
"type": "n8n-nodes-base.webhook",
"position": [
-32,
400
],
"webhookId": "243c60a4-9f5a-4afc-afa4-33bf0cfab5de",
"parameters": {
"path": "zoom-recording",
"options": {},
"httpMethod": "POST"
},
"typeVersion": 1
},
{
"id": "c82aaea6-6404-456b-991b-59674090864f",
"name": "결과 로깅",
"type": "n8n-nodes-base.stickyNote",
"position": [
-32,
192
],
"parameters": {
"content": "🎥 **SETUP REQUIRED:**\n\n1. **Zoom Setup:**\n - Create Zoom App → enable recording.completed event\n - Add webhook URL from this workflow\n\n2. **Google Drive:**\n - Connect OAuth\n - Replace `YOUR_FOLDER_ID`\n\n3. **Airtable:**\n - Create base → Table: `Meeting Logs`\n - Columns: Meeting ID | Topic | Host | File Type | File Size | Google Drive Saved | Drive Link | Timestamp\n - Replace `YOUR_AIRTABLE_BASE_ID`\n\n⚡ Saves Zoom recordings to Drive + logs metadata in Airtable!"
},
"typeVersion": 1
}
],
"pinData": {},
"connections": {
"a3d54194-cfb0-4497-8600-95399203959d": {
"main": [
[
{
"node": "f57bfeb3-65d7-45c3-85fa-45f4c0e94d9f",
"type": "main",
"index": 0
}
]
]
},
"fede097e-50ae-452c-b317-819629e31d97": {
"main": [
[
{
"node": "03064eac-432f-452b-8170-6e661b7f39b0",
"type": "main",
"index": 0
}
]
]
},
"03064eac-432f-452b-8170-6e661b7f39b0": {
"main": [
[
{
"node": "a3d54194-cfb0-4497-8600-95399203959d",
"type": "main",
"index": 0
}
]
]
},
"e33a40c8-508e-43af-9b4f-991b35ec2f4a": {
"main": [
[
{
"node": "606783f7-091d-488b-bef8-12d25b88a42a",
"type": "main",
"index": 0
}
]
]
},
"606783f7-091d-488b-bef8-12d25b88a42a": {
"main": [
[
{
"node": "fede097e-50ae-452c-b317-819629e31d97",
"type": "main",
"index": 0
}
]
]
}
}
}자주 묻는 질문
이 워크플로우를 어떻게 사용하나요?
위의 JSON 구성 코드를 복사하여 n8n 인스턴스에서 새 워크플로우를 생성하고 "JSON에서 가져오기"를 선택한 후, 구성을 붙여넣고 필요에 따라 인증 설정을 수정하세요.
이 워크플로우는 어떤 시나리오에 적합한가요?
중급 - 파일 관리, 멀티모달 AI
유료인가요?
이 워크플로우는 완전히 무료이며 직접 가져와 사용할 수 있습니다. 다만, 워크플로우에서 사용하는 타사 서비스(예: OpenAI API)는 사용자 직접 비용을 지불해야 할 수 있습니다.
관련 워크플로우 추천
Zoom 참가자를 위한 Airtable CRM 레코드 자동 생성
Zoom 참가자 대상 Airtable CRM 레코드 자동 생성
Code
Webhook
Airtable
+
Code
Webhook
Airtable
4 노드David Olusola
고객관계관리
Google Drive 저장 및 Telegram 알림으로 Instagram Reel 다운로드 자동화
Google Drive 저장 및 Telegram 알림을 활용한 Instagram Reel 다운로드 자동화
If
Code
Webhook
+
If
Code
Webhook
11 노드Aryan Shinde
파일 관리
CSV 업로드 정리 및 표준화하여 Google Sheets와 Drive에가져오기
CSV 업로드을 정리하고 표준화하여 Google 스프레드시트와 Drive에가져오기
Code
Webhook
Google Drive
+
Code
Webhook
Google Drive
10 노드David Olusola
문서 추출
Postiz를 사용하여 AI 뉴스 비디오를 자동으로 생성하고 소셜 미디어에 게시
GPT-4o와 HeyGen을 사용하여 AI 뉴스 비디오를 생성하고 소셜 미디어에 게시
Set
Code
Wait
+
Set
Code
Wait
37 노드David Olusola
콘텐츠 제작
CoinGecko와 ExchangeRate-API를 사용하여 BTC-ETH 가격 및 달러 환율 API 생성
CoinGecko와 ExchangeRate-API로 BTC/ETH 가격과 달러 환율 API 생성
Code
Merge
Webhook
+
Code
Merge
Webhook
7 노드David Olusola
암호화폐 거래
AI 이력서 선별: Gmail, GPT-4o 및 Google 스프레드시트 - 자동화된 채용 프로세스
AI 이력서 선별: Gmail, GPT-4o 및 Google 스프레드시트 - 자동화된 채용 프로세스
Set
Switch
Google Drive
+
Set
Switch
Google Drive
23 노드David Olusola
콘텐츠 제작
워크플로우 정보
난이도
중급
노드 수7
카테고리2
노드 유형6
저자
David Olusola
@dae221I help ambitious businesses eliminate operational bottlenecks and scale faster with AI automation. My clients typically see 40-60% efficiency gains within 90 days. Currently accepting 3 new projects this quarter - david@daexai.com
외부 링크
n8n.io에서 보기 →
이 워크플로우 공유