예약 자동화 템플릿
고급
이것은Content Creation, Multimodal AI분야의자동화 워크플로우로, 27개의 노드를 포함합니다.주로 If, Code, Gmail, Merge, Filter 등의 노드를 사용하며. GPT-5와 Gmail 상황 분석을 사용하여 개인화된 음악 홍보 이메일 생성
사전 요구사항
- •Google 계정 및 Gmail API 인증 정보
- •Google Sheets API 인증 정보
- •OpenAI API Key
사용된 노드 (27)
워크플로우 미리보기
노드 연결 관계를 시각적으로 표시하며, 확대/축소 및 이동을 지원합니다
워크플로우 내보내기
다음 JSON 구성을 복사하여 n8n에 가져오면 이 워크플로우를 사용할 수 있습니다
{
"id": "Oz2pLpSGmTn1PqQf",
"meta": {
"instanceId": "b1699e1d8ef82aaaaf2eed0ed67f215d7574a625e2d012a1bcd013054b0defdf",
"templateCredsSetupCompleted": true
},
"name": "BookingAutomatization_Template",
"tags": [],
"nodes": [
{
"id": "c04097b9-35c6-4f01-b682-32980a0c5cb9",
"name": "워크플로우 실행 시",
"type": "n8n-nodes-base.manualTrigger",
"position": [
-1312,
-48
],
"parameters": {},
"typeVersion": 1
},
{
"id": "7a5432e1-664a-4e5e-9c2d-2aaa6a5385a8",
"name": "파일에서 추출",
"type": "n8n-nodes-base.extractFromFile",
"position": [
-848,
0
],
"parameters": {
"options": {
"headerRow": true,
"includeEmptyCells": true
},
"operation": "xlsx"
},
"typeVersion": 1
},
{
"id": "e6651a73-b581-4931-93a8-a593ddcb3112",
"name": "항목 반복",
"type": "n8n-nodes-base.splitInBatches",
"position": [
-112,
-48
],
"parameters": {
"options": {
"reset": false
},
"batchSize": "=1"
},
"typeVersion": 3
},
{
"id": "da89fd67-8610-4417-ab06-8fd0a0a3c39d",
"name": "필터",
"type": "n8n-nodes-base.filter",
"position": [
-352,
-48
],
"parameters": {
"options": {},
"conditions": {
"options": {
"version": 2,
"leftValue": "",
"caseSensitive": true,
"typeValidation": "strict"
},
"combinator": "and",
"conditions": [
{
"id": "98cca18d-7a57-4423-a401-942cfe7f3042",
"operator": {
"type": "string",
"operation": "contains"
},
"leftValue": "={{ $json.CATEGORY }}",
"rightValue": "={{ $json.category }}"
},
{
"id": "e0280c55-fe2a-4e74-b856-972391642fa7",
"operator": {
"type": "boolean",
"operation": "true",
"singleValue": true
},
"leftValue": "={{ $json['ative'] }}",
"rightValue": "={{ $json['Aktivní/neaktivní'] }}"
},
{
"id": "25daadd9-be2a-4bb8-a72e-0af4fc251be3",
"operator": {
"type": "string",
"operation": "notEmpty",
"singleValue": true
},
"leftValue": "={{ $json['email_1'] }}",
"rightValue": ""
},
{
"id": "3eb30cac-d2df-4417-9a5c-f1e5ec6527a8",
"operator": {
"type": "string",
"operation": "notEmpty",
"singleValue": true
},
"leftValue": "={{ $json.PROMPT }}",
"rightValue": ""
}
]
}
},
"typeVersion": 2.2
},
{
"id": "b2eae486-85dd-42c7-a128-6d62a0a67540",
"name": "텍스트로 변환",
"type": "n8n-nodes-base.code",
"position": [
512,
-16
],
"parameters": {
"jsCode": "const emails = $input.all();\n \nfunction stripSignatureFromHtml(html) {\n if (!html) return \"\";\n\n const sigMatch = html.match(/<div[^>]*class=\"gmail_signature\"[^>]*>/i);\n if (sigMatch) {\n html = html.substring(0, sigMatch.index);\n }\n\n return html.replace(/<\\/?[^>]+(>|$)/g, \"\").trim();\n}\n\nreturn emails.map(item => {\n const data = item.json;\n const body = stripSignatureFromHtml(data.html || \"\");\n\n return {\n json: {\n subject: data.subject || \"\",\n body\n }\n };\n});"
},
"typeVersion": 2
},
{
"id": "077eff45-b5fd-4b5c-8834-6b9523f16646",
"name": "기본 LLM 체인",
"type": "@n8n/n8n-nodes-langchain.chainLlm",
"position": [
912,
48
],
"parameters": {
"text": "={{ $json.UserPrompt }}",
"batching": {},
"messages": {
"messageValues": [
{
"message": "={{ $json.systemPrompt }}"
}
]
},
"promptType": "define",
"hasOutputParser": true
},
"retryOnFail": true,
"typeVersion": 1.7
},
{
"id": "814cee2e-26df-446a-9e28-b706898e9112",
"name": "시스템 프롬프트",
"type": "n8n-nodes-base.code",
"position": [
704,
48
],
"parameters": {
"jsCode": "const sheetData = $('Loop Over Items').first().json;\nconst emails = $input.all();\nconst examples = emails.map((item, idx) => {\n const e = item.json;\n return `--- EMAIL ${idx + 1} ---\nSubject: ${e.subject}\nBody:\n${e.body}\n`;\n}).join(\"\\n\\n\");\n\nconst links = `\n- LATEST SINGLE: ${sheetData['LATEST SINGLE']}\n- LATEST VIDEO: ${sheetData['LATEST VIDEO']}\n- EPK: ${sheetData['EPK']}\n- OnePager: ${sheetData['ONEPAGER']}\n`;\n\nconst systemPrompt = `\nYou are a professional email copywriter specialized in the music industry. \nYour task: create effective, personalized emails in **HTML format** based on user input, previous communication, and contact category. \n\n### Rules for analyzing previous communication\n- ALWAYS analyze the relationship first\n- Match tone (formal/informal, personal/business). \n- Keep same greeting style (name, ty/vy). \n- Respect relationship level (first contact, long-term, colleague, friend). \n- Copy style (sentence length, emojis, formatting). \n- Continue context (topics, deals, projects). \n\n### Rules for email generation\n- **Format**: Always return \n\n SUBJECT:\n [max 50 chars]\n\n CONTENT:\n [HTML body]\n- **HTML body**: \n - Use <p>, <br>, <b>, <a href=\"\">, <ul><li>. \n - Headlines/links must have bold labels, e.g. <b>LATEST SINGLE:</b> <a href=\"...\">link</a>. \n- **Professional but friendly** tone. \n- Clear and concise, no filler. \n- each email must reflect actual relationship\n- Be BRIEF\n- Be CONSIST with the previous name, but match it with user prompt requires\n- NEVER USE VARIABLES in Email (except Links)\n- Call-to-action must be explicit. \n- No placeholders ([Your name], [Event name], etc.). \n\n---\n### Contact category handling\n- **Festival** → focus on live show / booking. \n- **Club** → club performance relevance. \n- **Media** → press release, coverage, review, airplay. \n- **Playlisting** → pitching for playlists, streaming focus. \n\n---\n\n### Subject line\n- If provided in UserPrompt → use it. \n- If empty but clear from context → generate relevant one. \n- Otherwise → create a generic professional subject. \n---\n### Language\n- Match language from UserPrompt. \n\n---\n### Signature\n- End email with: \n - **\"ENDING IN YOUR LANGUAGE, \"** (if <> EN), \n - **\"for YOUR BAND, \"** (if EN). \n- DO NOT USE ANYTHING ELSE\n---\nNow wait for the UserPrompt with context (previous communication, contact category, language, subject, links). `;\n\nconst UserPrompt = `\n#User prompt:# ${sheetData['PROMPT']}\n##Links :## ${links}\n##Examples:## ${examples}\n##Category of contact: ## ${sheetData['category']}\n##Language:## ${sheetData['LANGUAGE']}\n##Subject:## ${sheetData['SUBJECT']}\n##Name of company:## ${sheetData['venue_name']}\n`;\n\nreturn {\n json: {\n systemPrompt,\n UserPrompt\n }\n};"
},
"typeVersion": 2
},
{
"id": "f2d8a1be-dd1c-4db8-8dd1-16a54d29a26f",
"name": "초안 생성",
"type": "n8n-nodes-base.gmail",
"position": [
1488,
208
],
"webhookId": "1da2fadf-1ac5-4fce-a7c4-85fc82631211",
"parameters": {
"message": "={{ $json.body }}{{ $json.signature }}",
"options": {
"ccList": "={{ $json.email2 }}",
"sendTo": "={{ $json.email1 }}"
},
"subject": "={{ $json.subject }}",
"resource": "draft",
"emailType": "html"
},
"credentials": {
"gmailOAuth2": {
"id": "UvhyTD0WB1lCZDX1",
"name": "TEMPLATE"
}
},
"typeVersion": 2.1
},
{
"id": "d5dfff03-723f-4146-bfdd-7f65c6a49804",
"name": "연락처별 이전 메시지",
"type": "n8n-nodes-base.gmail",
"position": [
128,
48
],
"webhookId": "83522b38-9a28-4cc8-9faa-6fc11244336c",
"parameters": {
"limit": 5,
"simple": false,
"filters": {
"q": "=to: {{ $json['email_1'] }}",
"sender": "youremail@gmail.com"
},
"options": {},
"operation": "getAll"
},
"credentials": {
"gmailOAuth2": {
"id": "UvhyTD0WB1lCZDX1",
"name": "TEMPLATE"
}
},
"typeVersion": 2.1,
"alwaysOutputData": true
},
{
"id": "deec3535-343a-436d-9b09-f164f48fc5c7",
"name": "OpenAI 채팅 모델",
"type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
"position": [
864,
224
],
"parameters": {
"model": {
"__rl": true,
"mode": "list",
"value": "gpt-5-nano",
"cachedResultName": "gpt-5-nano"
},
"options": {}
},
"credentials": {
"openAiApi": {
"id": "SejrVHsogrtvT4yC",
"name": "TEMPLATE"
}
},
"typeVersion": 1.2
},
{
"id": "c36e34af-c835-43d2-97a8-9fc0df87df32",
"name": "구조화된 출력 파서",
"type": "@n8n/n8n-nodes-langchain.outputParserStructured",
"position": [
976,
256
],
"parameters": {
"autoFix": true,
"schemaType": "manual",
"inputSchema": "{\n \"type\": \"object\",\n \"properties\": {\n \"subject\": {\n \"type\": \"string\",\n \"maxLength\": 50,\n \"description\": \"Email subject line, maximum 50 characters.\"\n },\n \"content\": {\n \"type\": \"string\",\n \"description\": \"HTML body of the email including <p>, <br>, <b>, <a>, <ul><li>.\"\n }\n },\n \"required\": [\"subject\", \"content\"],\n \"additionalProperties\": false\n}"
},
"typeVersion": 1.3
},
{
"id": "21335279-7761-42d5-bb74-0289258ab0ee",
"name": "자동화 도우미",
"type": "n8n-nodes-base.googleSheets",
"position": [
-848,
-176
],
"parameters": {
"options": {},
"sheetName": {
"__rl": true,
"mode": "list",
"value": "gid=0",
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/1C4x3f8Ja0lgGzAx2itkSlvusXjmR6zNm9Ct7QdtFqNE/edit#gid=0",
"cachedResultName": "Config"
},
"documentId": {
"__rl": true,
"mode": "list",
"value": "1C4x3f8Ja0lgGzAx2itkSlvusXjmR6zNm9Ct7QdtFqNE",
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/1C4x3f8Ja0lgGzAx2itkSlvusXjmR6zNm9Ct7QdtFqNE/edit?usp=drivesdk",
"cachedResultName": "AutomatizationHelper"
}
},
"credentials": {
"googleSheetsOAuth2Api": {
"id": "h298dUyh0K1tO9s9",
"name": "TEMPLATE"
}
},
"typeVersion": 4.6
},
{
"id": "0084e9e7-f87b-4b14-8c04-efd91c61ddcf",
"name": "연락처",
"type": "n8n-nodes-base.readWriteFile",
"position": [
-1056,
0
],
"parameters": {
"options": {},
"fileSelector": "/yourdirectory/yourfile"
},
"typeVersion": 1
},
{
"id": "9ce4bf96-a601-4149-8df0-3abbfef16d50",
"name": "언어별 매칭",
"type": "n8n-nodes-base.merge",
"position": [
-560,
-48
],
"parameters": {
"mode": "combine",
"options": {},
"fieldsToMatchString": "LANGUAGE"
},
"typeVersion": 3.2
},
{
"id": "75cec581-56aa-4139-9b15-b6f281df0e72",
"name": "출력 처리",
"type": "n8n-nodes-base.code",
"position": [
1248,
48
],
"parameters": {
"jsCode": "const contact = $('Loop Over Items').first().json;\nconst email1 = contact['email_1'];\nconst email2 = contact['email_2'];\nconst nazev = contact['venue_name'];\nconst input = $json[\"output\"];\nconst subject = input['subject'];\nconst body = input['content'];\n\nconst signature = contact['SIGNATURE'];\n\nreturn {\n json: {\n email1,\n email2,\n nazev,\n subject,\n body,\n signature\n }\n};"
},
"typeVersion": 2
},
{
"id": "d35579fe-5ea8-4360-a061-592619851fdf",
"name": "작업 없음",
"type": "n8n-nodes-base.noOp",
"position": [
192,
-336
],
"parameters": {},
"typeVersion": 1
},
{
"id": "5bbb0a3b-d48a-4b91-9d68-5e302e83270c",
"name": "조건문",
"type": "n8n-nodes-base.if",
"position": [
320,
48
],
"parameters": {
"options": {},
"conditions": {
"options": {
"version": 2,
"leftValue": "",
"caseSensitive": true,
"typeValidation": "strict"
},
"combinator": "and",
"conditions": [
{
"id": "a7476973-7ace-4e7d-8a69-799e8d9eb2cb",
"operator": {
"type": "number",
"operation": "gt"
},
"leftValue": "={{ Object.keys($items(\"PreviousMessagesByContact\")[0].json).length }}",
"rightValue": 0
}
]
}
},
"typeVersion": 2.2
},
{
"id": "051869cd-54da-4cba-b933-94c993c264ce",
"name": "기본값",
"type": "n8n-nodes-base.code",
"position": [
512,
144
],
"parameters": {
"jsCode": "const subject = `YOUR DEFAULT TEMPLATE - SUBJECT`;\nconst body =`\nYOUR DEFAULT TEMPLATE - CONTENT\n`;\n\n\nreturn {\n json: {\n subject,\n body\n }\n };"
},
"typeVersion": 2
},
{
"id": "da2a6b0d-52dd-4eea-8c35-3ebd0128a7eb",
"name": "OpenAI 채팅 모델1",
"type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
"position": [
976,
448
],
"parameters": {
"model": {
"__rl": true,
"mode": "list",
"value": "gpt-5-nano-2025-08-07",
"cachedResultName": "gpt-5-nano-2025-08-07"
},
"options": {}
},
"credentials": {
"openAiApi": {
"id": "SejrVHsogrtvT4yC",
"name": "TEMPLATE"
}
},
"typeVersion": 1.2
},
{
"id": "ef9bce2d-4c1e-41ba-9bc0-0bbcd1ecae0f",
"name": "스티커 노트",
"type": "n8n-nodes-base.stickyNote",
"position": [
-1232,
160
],
"parameters": {
"color": 5,
"width": 544,
"height": 224,
"content": "## CONTACTS\nLoading contact database from file:\n- Reads CSV/Excel with contact information (emails, names, categories)\n- Contains booking contacts: venues, festivals, clubs, media, playlists\n- Each contact has category (booker/festival/playlisting/club/media)\n- Must include active status and email address\n\nFile should contain: email, name, category, status, language preference"
},
"typeVersion": 1
},
{
"id": "03133ca0-0739-4eb7-b516-9a3b74f324f8",
"name": "스티커 노트1",
"type": "n8n-nodes-base.stickyNote",
"position": [
-688,
-400
],
"parameters": {
"color": 5,
"width": 544,
"height": 336,
"content": "## Configuration & Contact Filtering \nConfiguration setup and contact preparation:\n\n1. Google Sheets (AutomatizationHelper): Loads campaign settings:\n - EPK/Press kit links, latest video, singles\n - AI prompts for different contact categories \n - Language-specific templates and subjects\n - HTML email signature (Gmail API doesn't add signature automatically)\n\n2. Language matching & filtering:\n - Matches contacts by language preference\n - Filters out inactive contacts and missing emails\n - Prepares clean contact list for processing"
},
"typeVersion": 1
},
{
"id": "b81e9233-b24c-4ab1-993b-f6c8f6ef1e69",
"name": "스티커 노트2",
"type": "n8n-nodes-base.stickyNote",
"position": [
112,
-160
],
"parameters": {
"color": 5,
"width": 496,
"height": 128,
"content": "##1. GMAIL RETRIEVAL:\n - Fetches previous email conversation history with contact\n - Extracts clean text + subject (API returns messy HTML)\n - If no history exists: uses default context text"
},
"typeVersion": 1
},
{
"id": "ddfb6067-d714-4b09-b2c1-f9ab17bacb3f",
"name": "스티커 노트3",
"type": "n8n-nodes-base.stickyNote",
"position": [
640,
-208
],
"parameters": {
"color": 5,
"width": 272,
"height": 192,
"content": "## PROMPT ASSEMBLY:\n - Builds system prompt with campaign info (EPK, videos, etc.)\n - Creates user prompt with contact context and conversation history\n - Customizes for contact category (booker/festival/media/etc.)"
},
"typeVersion": 1
},
{
"id": "a7c74c78-c4c7-4128-9ea9-068ec4a524a9",
"name": "스티커 노트4",
"type": "n8n-nodes-base.stickyNote",
"position": [
928,
-208
],
"parameters": {
"color": 5,
"width": 288,
"height": 192,
"content": "## AI GENERATION:\n - LLM generates personalized subject line\n - Creates email body matching conversation tone and category\n - Incorporates relevant links and band information"
},
"typeVersion": 1
},
{
"id": "702a3118-95da-4bdc-8471-ff1a110718e2",
"name": "스티커 노트5",
"type": "n8n-nodes-base.stickyNote",
"position": [
1456,
-32
],
"parameters": {
"color": 5,
"width": 256,
"height": 208,
"content": "## GMAIL DRAFT:\n - Creates email draft in Gmail with generated content\n - Adds HTML signature from AutomatizationHelper\n - Ready for manual review and sending"
},
"typeVersion": 1
},
{
"id": "7e4a3245-490d-4690-8cc8-e2900a6e6aa2",
"name": "스티커 노트6",
"type": "n8n-nodes-base.stickyNote",
"position": [
-1424,
-560
],
"parameters": {
"color": 5,
"width": 352,
"height": 496,
"content": "## Short Description:\nAdvanced AI-powered email campaign system for musicians. Processes contact database, analyzes Gmail conversation history, and generates personalized booking/promotion emails with category-specific content and proper signatures.\n\n## Key Features:\n\n- Multi-category email generation (bookers, festivals, media, playlists)\n- Conversation history analysis and context maintenance\n- Multi-language support with localized prompts\n- Automatic signature insertion\n- Draft creation for manual review before sending\n- Bulk processing with individual personalization"
},
"typeVersion": 1
},
{
"id": "c665efbf-e074-4838-bfc4-c5e4c021bbed",
"name": "스티커 노트7",
"type": "n8n-nodes-base.stickyNote",
"position": [
272,
-432
],
"parameters": {
"color": 5,
"width": 256,
"height": 96,
"content": "## Done Branch\n** Drafts have been already generated"
},
"typeVersion": 1
}
],
"active": false,
"pinData": {},
"settings": {
"executionOrder": "v1"
},
"versionId": "93ed6ca5-cff2-40b9-b93a-7e079eafbe4d",
"connections": {
"5bbb0a3b-d48a-4b91-9d68-5e302e83270c": {
"main": [
[
{
"node": "b2eae486-85dd-42c7-a128-6d62a0a67540",
"type": "main",
"index": 0
}
],
[
{
"node": "051869cd-54da-4cba-b933-94c993c264ce",
"type": "main",
"index": 0
}
]
]
},
"da89fd67-8610-4417-ab06-8fd0a0a3c39d": {
"main": [
[
{
"node": "e6651a73-b581-4931-93a8-a593ddcb3112",
"type": "main",
"index": 0
}
]
]
},
"051869cd-54da-4cba-b933-94c993c264ce": {
"main": [
[
{
"node": "814cee2e-26df-446a-9e28-b706898e9112",
"type": "main",
"index": 0
}
]
]
},
"0084e9e7-f87b-4b14-8c04-efd91c61ddcf": {
"main": [
[
{
"node": "7a5432e1-664a-4e5e-9c2d-2aaa6a5385a8",
"type": "main",
"index": 0
}
]
]
},
"814cee2e-26df-446a-9e28-b706898e9112": {
"main": [
[
{
"node": "077eff45-b5fd-4b5c-8834-6b9523f16646",
"type": "main",
"index": 0
}
]
]
},
"b2eae486-85dd-42c7-a128-6d62a0a67540": {
"main": [
[
{
"node": "814cee2e-26df-446a-9e28-b706898e9112",
"type": "main",
"index": 0
}
]
]
},
"f2d8a1be-dd1c-4db8-8dd1-16a54d29a26f": {
"main": [
[
{
"node": "e6651a73-b581-4931-93a8-a593ddcb3112",
"type": "main",
"index": 0
}
]
]
},
"077eff45-b5fd-4b5c-8834-6b9523f16646": {
"main": [
[
{
"node": "75cec581-56aa-4139-9b15-b6f281df0e72",
"type": "main",
"index": 0
}
]
]
},
"e6651a73-b581-4931-93a8-a593ddcb3112": {
"main": [
[
{
"node": "d35579fe-5ea8-4360-a061-592619851fdf",
"type": "main",
"index": 0
}
],
[
{
"node": "d5dfff03-723f-4146-bfdd-7f65c6a49804",
"type": "main",
"index": 0
}
]
]
},
"75cec581-56aa-4139-9b15-b6f281df0e72": {
"main": [
[
{
"node": "f2d8a1be-dd1c-4db8-8dd1-16a54d29a26f",
"type": "main",
"index": 0
}
]
]
},
"7a5432e1-664a-4e5e-9c2d-2aaa6a5385a8": {
"main": [
[
{
"node": "9ce4bf96-a601-4149-8df0-3abbfef16d50",
"type": "main",
"index": 1
}
]
]
},
"deec3535-343a-436d-9b09-f164f48fc5c7": {
"ai_languageModel": [
[
{
"node": "077eff45-b5fd-4b5c-8834-6b9523f16646",
"type": "ai_languageModel",
"index": 0
}
]
]
},
"9ce4bf96-a601-4149-8df0-3abbfef16d50": {
"main": [
[
{
"node": "da89fd67-8610-4417-ab06-8fd0a0a3c39d",
"type": "main",
"index": 0
}
]
]
},
"da2a6b0d-52dd-4eea-8c35-3ebd0128a7eb": {
"ai_languageModel": [
[
{
"node": "c36e34af-c835-43d2-97a8-9fc0df87df32",
"type": "ai_languageModel",
"index": 0
}
]
]
},
"21335279-7761-42d5-bb74-0289258ab0ee": {
"main": [
[
{
"node": "9ce4bf96-a601-4149-8df0-3abbfef16d50",
"type": "main",
"index": 0
}
]
]
},
"c36e34af-c835-43d2-97a8-9fc0df87df32": {
"ai_outputParser": [
[
{
"node": "077eff45-b5fd-4b5c-8834-6b9523f16646",
"type": "ai_outputParser",
"index": 0
}
]
]
},
"d5dfff03-723f-4146-bfdd-7f65c6a49804": {
"main": [
[
{
"node": "5bbb0a3b-d48a-4b91-9d68-5e302e83270c",
"type": "main",
"index": 0
}
]
]
},
"c04097b9-35c6-4f01-b682-32980a0c5cb9": {
"main": [
[
{
"node": "0084e9e7-f87b-4b14-8c04-efd91c61ddcf",
"type": "main",
"index": 0
},
{
"node": "21335279-7761-42d5-bb74-0289258ab0ee",
"type": "main",
"index": 0
}
]
]
}
}
}자주 묻는 질문
이 워크플로우를 어떻게 사용하나요?
위의 JSON 구성 코드를 복사하여 n8n 인스턴스에서 새 워크플로우를 생성하고 "JSON에서 가져오기"를 선택한 후, 구성을 붙여넣고 필요에 따라 인증 설정을 수정하세요.
이 워크플로우는 어떤 시나리오에 적합한가요?
고급 - 콘텐츠 제작, 멀티모달 AI
유료인가요?
이 워크플로우는 완전히 무료이며 직접 가져와 사용할 수 있습니다. 다만, 워크플로우에서 사용하는 타사 서비스(예: OpenAI API)는 사용자 직접 비용을 지불해야 할 수 있습니다.
관련 워크플로우 추천
시각화 참조 라이브러리에서 n8n 노드를 탐색
可视化 참조 라이브러리에서 n8n 노드를 탐색
If
Ftp
Set
+
If
Ftp
Set
113 노드I versus AI
기타
OpenAI, RunwayML, ElevenLabs를 사용한 무면식 숏폼 비디오 자동화
OpenAI, RunwayML, ElevenLabs를 사용한 무면쇼트 비디오 자동화: 스크립트부터 소셜 미디어까지
Set
Code
Wait
+
Set
Code
Wait
56 노드LeeWei
콘텐츠 제작
Apollo 데이터 스크래핑 및 리치 프로세스 1 ✅
Apollo, AI 파싱 및 예정 이메일 후속 조치를 사용한 잠재 고객 자동 생성
If
Code
Wait
+
If
Code
Wait
39 노드Deniz
콘텐츠 제작
WordPress 블로그 자동화 프로페셔널 에디션(심층 연구) v2.1 마켓
GPT-4o, Perplexity AI 및 다국어 지원을 사용한 SEO 최적화 블로그 생성 자동화
If
Set
Xml
+
If
Set
Xml
125 노드Daniel Ng
콘텐츠 제작
완전한 B2B 판매 프로세스: Apollo 잠재 고객 생성, Mailgun 프로모션 및 AI 응답 관리
완전한 B2B 판매 프로세스: Apollo 잠재 고객 생성, Mailgun 확장 및 AI 응답 관리
If
Set
Code
+
If
Set
Code
116 노드Paul
콘텐츠 제작
Perplexity와 GPT를 사용하여 WordPress에 SEO 최적화 블로그 생성, 키워드와 미디어 포함
Perplexity와 GPT를 사용하여 WordPress에 SEO 최적화 블로그를 만들어 키워드와 미디어 포함
Set
Code
Limit
+
Set
Code
Limit
124 노드Paul
콘텐츠 제작