각 잠재 고객에게 사용자 정의 데모를 만들기
중급
이것은Marketing분야의자동화 워크플로우로, 14개의 노드를 포함합니다.주로 Merge, Switch, GoogleDrive, GoogleSheets, GoogleSlides 등의 노드를 사용하며. CSV 데이터에서 냉시작을 위해 맞춤형 Google 슬라이드 데모를 생성하세요 🚀
사전 요구사항
- •Google Drive API 인증 정보
- •Google Sheets API 인증 정보
사용된 노드 (14)
카테고리
워크플로우 미리보기
노드 연결 관계를 시각적으로 표시하며, 확대/축소 및 이동을 지원합니다
워크플로우 내보내기
다음 JSON 구성을 복사하여 n8n에 가져오면 이 워크플로우를 사용할 수 있습니다
{
"id": "eF84e2NyJWTCVClW",
"meta": {
"instanceId": "5ce52989094be90be3b3bdd9ed9cee1d7ce1fcecaa598afaec4a50646d32e291",
"templateCredsSetupCompleted": true
},
"name": "Create Custom Presentations per Lead",
"tags": [
{
"id": "fSDcaaN3w5sV5e3S",
"name": "Templates",
"createdAt": "2025-02-23T15:20:47.262Z",
"updatedAt": "2025-02-23T15:20:47.262Z"
},
{
"id": "iMiiPG3ObM1yILch",
"name": "SD - Sales",
"createdAt": "2025-02-23T15:27:45.789Z",
"updatedAt": "2025-02-23T15:28:28.561Z"
}
],
"nodes": [
{
"id": "4cc04b1c-d97d-4d5a-b614-ba22b7b447bd",
"name": "ID로 다운로드",
"type": "n8n-nodes-base.googleDrive",
"position": [
-280,
160
],
"parameters": {
"fileId": {
"__rl": true,
"mode": "id",
"value": "={{ $json.id }}"
},
"options": {},
"operation": "download"
},
"credentials": {
"googleDriveOAuth2Api": {
"id": "J7noNRzf26R3DpFF",
"name": "Jim Privat"
}
},
"typeVersion": 3
},
{
"id": "8d550abf-a5f8-424d-8bfb-d9a9732eb93f",
"name": "잠재 고객 목록 폴더로 이동",
"type": "n8n-nodes-base.googleDrive",
"position": [
1060,
160
],
"parameters": {
"fileId": {
"__rl": true,
"mode": "id",
"value": "={{ $('Create new Sheet').first().json.spreadsheetId }}"
},
"driveId": {
"__rl": true,
"mode": "list",
"value": "My Drive"
},
"folderId": {
"__rl": true,
"mode": "id",
"value": "=1-oMQTyijYXNmt-Dwh748JFjlDZVCu6ii"
},
"operation": "move"
},
"credentials": {
"googleDriveOAuth2Api": {
"id": "J7noNRzf26R3DpFF",
"name": "Jim Privat"
}
},
"typeVersion": 3
},
{
"id": "4872b5ec-6dda-4920-b6e2-120bdc273c00",
"name": "잠재 고객 목록에 프레젠테이션 ID 추가",
"type": "n8n-nodes-base.googleSheets",
"position": [
1740,
160
],
"parameters": {
"columns": {
"value": {
"Email": "={{ $('Get all Leads').item.json.Email }}",
"PresentationID": "={{ $json.presentationId }}"
},
"schema": [
{
"id": "First Name",
"type": "string",
"display": true,
"required": false,
"displayName": "First Name",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "Last Name",
"type": "string",
"display": true,
"required": false,
"displayName": "Last Name",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "Full Name",
"type": "string",
"display": true,
"required": false,
"displayName": "Full Name",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "Title",
"type": "string",
"display": true,
"required": false,
"displayName": "Title",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "Email",
"type": "string",
"display": true,
"removed": false,
"required": false,
"displayName": "Email",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "Company",
"type": "string",
"display": true,
"required": false,
"displayName": "Company",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "Contact Location",
"type": "string",
"display": true,
"required": false,
"displayName": "Contact Location",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "Employees",
"type": "string",
"display": true,
"required": false,
"displayName": "Employees",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "Phone",
"type": "string",
"display": true,
"required": false,
"displayName": "Phone",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "Industry",
"type": "string",
"display": true,
"required": false,
"displayName": "Industry",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "Country",
"type": "string",
"display": true,
"required": false,
"displayName": "Country",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "State",
"type": "string",
"display": true,
"required": false,
"displayName": "State",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "City",
"type": "string",
"display": true,
"required": false,
"displayName": "City",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "PresentationID",
"type": "string",
"display": true,
"removed": false,
"required": false,
"displayName": "PresentationID",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "Keywords",
"type": "string",
"display": true,
"required": false,
"displayName": "Keywords",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "row_number",
"type": "string",
"display": true,
"removed": false,
"readOnly": true,
"required": false,
"displayName": "row_number",
"defaultMatch": false,
"canBeUsedToMatch": true
}
],
"mappingMode": "defineBelow",
"matchingColumns": [
"Email"
]
},
"options": {},
"operation": "update",
"sheetName": {
"__rl": true,
"mode": "id",
"value": "={{ $('Create new Sheet').first().json.sheets[0].properties.sheetId }}"
},
"documentId": {
"__rl": true,
"mode": "id",
"value": "={{ $('Create new Sheet').first().json.spreadsheetId }}"
}
},
"credentials": {
"googleSheetsOAuth2Api": {
"id": "tO62CXNbmAYSCBIY",
"name": "Midgard"
}
},
"typeVersion": 4.5
},
{
"id": "afe225e3-fb82-4091-8310-6645d883c54d",
"name": "모든 잠재 고객 가져오기",
"type": "n8n-nodes-base.googleSheets",
"position": [
840,
160
],
"parameters": {
"options": {},
"sheetName": {
"__rl": true,
"mode": "id",
"value": "={{ $('Create new Sheet').first().json.sheets[0].properties.sheetId }}"
},
"documentId": {
"__rl": true,
"mode": "id",
"value": "={{ $('Create new Sheet').first().json.spreadsheetId }}"
}
},
"credentials": {
"googleSheetsOAuth2Api": {
"id": "tO62CXNbmAYSCBIY",
"name": "Midgard"
}
},
"executeOnce": true,
"typeVersion": 4.5
},
{
"id": "635c62cf-4369-442b-8fd7-be2e4caa6ebc",
"name": "새 시트 생성",
"type": "n8n-nodes-base.googleSheets",
"position": [
0,
40
],
"parameters": {
"title": "=Leads_{{ $now.setZone('Europe/Berlin').toFormat('yyyy-dd-MM') }}",
"options": {},
"resource": "spreadsheet",
"sheetsUi": {
"sheetValues": [
{
"title": "sample_data"
}
]
}
},
"credentials": {
"googleSheetsOAuth2Api": {
"id": "tO62CXNbmAYSCBIY",
"name": "Midgard"
}
},
"typeVersion": 4.5
},
{
"id": "d55c0f32-b74a-484a-b759-9ca1c4cf8d65",
"name": "새 잠재 고객 문서용 데이터 병합",
"type": "n8n-nodes-base.googleSheets",
"position": [
580,
160
],
"parameters": {
"columns": {
"value": {},
"schema": [
{
"id": "First Name",
"type": "string",
"display": true,
"removed": false,
"required": false,
"displayName": "First Name",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "Last Name",
"type": "string",
"display": true,
"removed": false,
"required": false,
"displayName": "Last Name",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "Full Name",
"type": "string",
"display": true,
"removed": false,
"required": false,
"displayName": "Full Name",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "Title",
"type": "string",
"display": true,
"removed": false,
"required": false,
"displayName": "Title",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "Email",
"type": "string",
"display": true,
"removed": false,
"required": false,
"displayName": "Email",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "Company",
"type": "string",
"display": true,
"removed": false,
"required": false,
"displayName": "Company",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "Contact Location",
"type": "string",
"display": true,
"removed": false,
"required": false,
"displayName": "Contact Location",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "Employees",
"type": "string",
"display": true,
"removed": false,
"required": false,
"displayName": "Employees",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "Phone",
"type": "string",
"display": true,
"removed": false,
"required": false,
"displayName": "Phone",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "Industry",
"type": "string",
"display": true,
"removed": false,
"required": false,
"displayName": "Industry",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "Country",
"type": "string",
"display": true,
"removed": false,
"required": false,
"displayName": "Country",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "State",
"type": "string",
"display": true,
"removed": false,
"required": false,
"displayName": "State",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "City",
"type": "string",
"display": true,
"removed": false,
"required": false,
"displayName": "City",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "Keywords",
"type": "string",
"display": true,
"removed": false,
"required": false,
"displayName": "Keywords",
"defaultMatch": false,
"canBeUsedToMatch": true
}
],
"mappingMode": "autoMapInputData",
"matchingColumns": []
},
"options": {
"useAppend": true
},
"operation": "append",
"sheetName": {
"__rl": true,
"mode": "id",
"value": "={{ $('Create new Sheet').first().json.sheets[0].properties.sheetId }}"
},
"documentId": {
"__rl": true,
"mode": "id",
"value": "={{ $('Create new Sheet').first().json.spreadsheetId }}"
}
},
"credentials": {
"googleSheetsOAuth2Api": {
"id": "tO62CXNbmAYSCBIY",
"name": "Midgard"
}
},
"typeVersion": 4.5
},
{
"id": "9d93741a-93b2-4556-9f2e-2d40617c69ac",
"name": "새 잠재 고객 도착",
"type": "n8n-nodes-base.googleDriveTrigger",
"position": [
-800,
160
],
"parameters": {
"event": "fileCreated",
"options": {},
"pollTimes": {
"item": [
{
"mode": "everyMinute"
}
]
},
"triggerOn": "specificFolder",
"folderToWatch": {
"__rl": true,
"mode": "list",
"value": "1GYT9Z8_BnqqY9dqsMpFWJqjeNVsq_xTY",
"cachedResultUrl": "https://drive.google.com/drive/folders/1GYT9Z8_BnqqY9dqsMpFWJqjeNVsq_xTY",
"cachedResultName": "__cmath"
}
},
"credentials": {
"googleDriveOAuth2Api": {
"id": "J7noNRzf26R3DpFF",
"name": "Jim Privat"
}
},
"typeVersion": 1
},
{
"id": "174ff078-e06a-47c3-93c2-441667e0f8e5",
"name": "파일 유형?",
"type": "n8n-nodes-base.switch",
"position": [
-560,
160
],
"parameters": {
"rules": {
"values": [
{
"outputKey": "csv",
"conditions": {
"options": {
"version": 2,
"leftValue": "",
"caseSensitive": true,
"typeValidation": "strict"
},
"combinator": "and",
"conditions": [
{
"operator": {
"type": "string",
"operation": "equals"
},
"leftValue": "={{ $json.mimeType }}",
"rightValue": "text/csv"
}
]
},
"renameOutput": true
},
{
"outputKey": "xlsx",
"conditions": {
"options": {
"version": 2,
"leftValue": "",
"caseSensitive": true,
"typeValidation": "strict"
},
"combinator": "and",
"conditions": [
{
"id": "c2f2fb50-a750-4870-aff7-11df142a9be5",
"operator": {
"name": "filter.operator.equals",
"type": "string",
"operation": "equals"
},
"leftValue": "={{ $json.mimeType }}",
"rightValue": "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet"
}
]
},
"renameOutput": true
}
]
},
"options": {}
},
"typeVersion": 3.2
},
{
"id": "23d71fb1-c8f2-4144-a40e-be378aa2043a",
"name": "CSV 데이터와 빈 새 문서 결합",
"type": "n8n-nodes-base.merge",
"position": [
300,
160
],
"parameters": {
"mode": "chooseBranch",
"useDataOfInput": 2
},
"typeVersion": 3
},
{
"id": "195d7ed6-7dc0-4f49-8256-f47b4c8d426b",
"name": "맞춤형 프레젠테이션 생성",
"type": "n8n-nodes-base.googleSlides",
"position": [
1520,
160
],
"parameters": {
"textUi": {
"textValues": [
{
"text": "{COMPANYNAME}",
"replaceText": "={{ $('Get all Leads').item.json.Company }}"
},
{
"text": "{Testdurchgestrichen}",
"replaceText": "={{ $('Get all Leads').item.json['Full Name'] }}"
},
{
"text": "{nichtdurchgestrichen}",
"replaceText": "={{ $('Get all Leads').item.json['First Name'] }}"
}
]
},
"options": {},
"operation": "replaceText",
"presentationId": "={{ $json.id }}"
},
"credentials": {
"googleSlidesOAuth2Api": {
"id": "e9cejsZpBHAaXKv0",
"name": "GSlides Midgard"
}
},
"typeVersion": 2
},
{
"id": "97d47391-20ea-4db7-bdf6-22eebc22a9dd",
"name": "스티키 노트",
"type": "n8n-nodes-base.stickyNote",
"position": [
980,
60
],
"parameters": {
"color": 4,
"width": 960,
"height": 340,
"content": "# Duplicate Template and Create Custom Presentations"
},
"typeVersion": 1
},
{
"id": "acded411-6cdf-489a-bb14-c7c14cdaee23",
"name": "스티키 노트1",
"type": "n8n-nodes-base.stickyNote",
"position": [
-320,
-120
],
"parameters": {
"color": 4,
"width": 1300,
"height": 520,
"content": "# Create New Google Sheets and Insert Data from CSV file"
},
"typeVersion": 1
},
{
"id": "9dd9e32a-5c1b-4faf-8054-63b66f5dd24e",
"name": "CSV 파일에서 정보 추출",
"type": "n8n-nodes-base.extractFromFile",
"position": [
0,
220
],
"parameters": {
"options": {
"encoding": "utf-8",
"delimiter": ",",
"headerRow": true
}
},
"typeVersion": 1
},
{
"id": "0329eabe-dee1-41fd-a7eb-017343523e40",
"name": "프레젠테이션 템플릿 복사",
"type": "n8n-nodes-base.googleDrive",
"position": [
1300,
160
],
"parameters": {
"name": "={{ $('Get all Leads').item.json.Company }} X MYCOMPANYNAME_{{ $now.setZone('Europe/Berlin').toFormat('yyyy-dd-MM') }}",
"fileId": {
"__rl": true,
"mode": "list",
"value": "1FtMBECbZY-9gSW6L6DtioOOJv-V9LXduEjZO0pp-NmA",
"cachedResultUrl": "https://docs.google.com/presentation/d/1FtMBECbZY-9gSW6L6DtioOOJv-V9LXduEjZO0pp-NmA/edit?usp=drivesdk",
"cachedResultName": "Stardawn Updated"
},
"driveId": {
"__rl": true,
"mode": "list",
"value": "My Drive"
},
"options": {},
"folderId": {
"__rl": true,
"mode": "list",
"value": "1Yu2s72rgOJlz1-tMuzlaeN8UZezYftRT",
"cachedResultUrl": "https://drive.google.com/drive/folders/1Yu2s72rgOJlz1-tMuzlaeN8UZezYftRT",
"cachedResultName": "Custom Presentations"
},
"operation": "copy",
"sameFolder": false
},
"credentials": {
"googleDriveOAuth2Api": {
"id": "J7noNRzf26R3DpFF",
"name": "Jim Privat"
}
},
"typeVersion": 3
}
],
"active": false,
"pinData": {},
"settings": {
"executionOrder": "v1"
},
"versionId": "bd03e5b5-be73-444f-a1e6-f037db77a01b",
"connections": {
"174ff078-e06a-47c3-93c2-441667e0f8e5": {
"main": [
[
{
"node": "4cc04b1c-d97d-4d5a-b614-ba22b7b447bd",
"type": "main",
"index": 0
}
]
]
},
"afe225e3-fb82-4091-8310-6645d883c54d": {
"main": [
[
{
"node": "8d550abf-a5f8-424d-8bfb-d9a9732eb93f",
"type": "main",
"index": 0
}
]
]
},
"4cc04b1c-d97d-4d5a-b614-ba22b7b447bd": {
"main": [
[
{
"node": "9dd9e32a-5c1b-4faf-8054-63b66f5dd24e",
"type": "main",
"index": 0
},
{
"node": "635c62cf-4369-442b-8fd7-be2e4caa6ebc",
"type": "main",
"index": 0
}
]
]
},
"635c62cf-4369-442b-8fd7-be2e4caa6ebc": {
"main": [
[
{
"node": "23d71fb1-c8f2-4144-a40e-be378aa2043a",
"type": "main",
"index": 0
}
]
]
},
"9d93741a-93b2-4556-9f2e-2d40617c69ac": {
"main": [
[
{
"node": "174ff078-e06a-47c3-93c2-441667e0f8e5",
"type": "main",
"index": 0
}
]
]
},
"8d550abf-a5f8-424d-8bfb-d9a9732eb93f": {
"main": [
[
{
"node": "0329eabe-dee1-41fd-a7eb-017343523e40",
"type": "main",
"index": 0
}
]
]
},
"0329eabe-dee1-41fd-a7eb-017343523e40": {
"main": [
[
{
"node": "195d7ed6-7dc0-4f49-8256-f47b4c8d426b",
"type": "main",
"index": 0
}
]
]
},
"195d7ed6-7dc0-4f49-8256-f47b4c8d426b": {
"main": [
[
{
"node": "4872b5ec-6dda-4920-b6e2-120bdc273c00",
"type": "main",
"index": 0
}
]
]
},
"d55c0f32-b74a-484a-b759-9ca1c4cf8d65": {
"main": [
[
{
"node": "afe225e3-fb82-4091-8310-6645d883c54d",
"type": "main",
"index": 0
}
]
]
},
"9dd9e32a-5c1b-4faf-8054-63b66f5dd24e": {
"main": [
[
{
"node": "23d71fb1-c8f2-4144-a40e-be378aa2043a",
"type": "main",
"index": 1
}
]
]
},
"23d71fb1-c8f2-4144-a40e-be378aa2043a": {
"main": [
[
{
"node": "d55c0f32-b74a-484a-b759-9ca1c4cf8d65",
"type": "main",
"index": 0
}
]
]
}
}
}자주 묻는 질문
이 워크플로우를 어떻게 사용하나요?
위의 JSON 구성 코드를 복사하여 n8n 인스턴스에서 새 워크플로우를 생성하고 "JSON에서 가져오기"를 선택한 후, 구성을 붙여넣고 필요에 따라 인증 설정을 수정하세요.
이 워크플로우는 어떤 시나리오에 적합한가요?
중급 - 마케팅
유료인가요?
이 워크플로우는 완전히 무료이며 직접 가져와 사용할 수 있습니다. 다만, 워크플로우에서 사용하는 타사 서비스(예: OpenAI API)는 사용자 직접 비용을 지불해야 할 수 있습니다.
관련 워크플로우 추천
## 🤖 **LIGUA033/LOREALCANTARA - 其他생성워크플로우**
基于AI의Meta广告분석与생성:사용Gemini、GPT-4.1 Mini및广告관리器
If
Set
Wait
+
If
Set
Wait
61 노드Daniel Setzermann
인공지능
반려동물 가게 4
🐶 펫 샵 예약 AI 대리자
If
Set
Code
+
If
Set
Code
187 노드Bruno Dias
인공지능
AI, ElevenLabs, 다중 플랫폼을 사용하여 POV 비디오를 생성하고 승인
AI, ElevenLabs, 및 다중 플랫폼에서 POV 비디오를 생성하고 승인하기 (TikTok/IG/YT)
If
Set
Code
+
If
Set
Code
60 노드Immanuel
디자인
경쟁사 페이스북 광고 분석
Gemini와 Open AI를 사용하여 Facebook 광고 경쟁 분석
Set
Wait
Merge
+
Set
Wait
Merge
18 노드Archit Jain
인공지능
뮤직 생성 워크플로우
Suno API, Flux, Runway 및 Creatomate를 사용하여 AI 노래 및 음악 비디오 생성
Set
Wait
Merge
+
Set
Wait
Merge
60 노드Joseph
기타
AI, ElevenLabs, PIAPI Shotstack/Creatomate를 사용하여 비디오 생성 및 YouTube에 업로드
AI, ElevenLabs, PIAPI Shotstack/Creatomate를 사용하여 비디오 생성 및 YouTube에 업로드
If
Set
Code
+
If
Set
Code
79 노드Immanuel
인공지능