Reddit 어시스턴트
고급
이것은자동화 워크플로우로, 31개의 노드를 포함합니다.주로 Set, Code, Wait, Merge, Filter 등의 노드를 사용하며. F5Bot 알림 및 GPT-5 맞춤형 댓글을 사용한 Reddit 답글 자동화
사전 요구사항
- •Google 계정 및 Gmail API 인증 정보
- •Google Sheets API 인증 정보
- •OpenAI API Key
사용된 노드 (31)
카테고리
-
워크플로우 미리보기
노드 연결 관계를 시각적으로 표시하며, 확대/축소 및 이동을 지원합니다
워크플로우 내보내기
다음 JSON 구성을 복사하여 n8n에 가져오면 이 워크플로우를 사용할 수 있습니다
{
"id": "GrveDEE7fH9mRpAI",
"meta": {
"instanceId": "52254486b159b349334953c1738da94e90477c7604aa8db2062d11afc0120739",
"templateCredsSetupCompleted": true
},
"name": "Reddit Assistant",
"tags": [
{
"id": "ieqEVthNwLDfYSc1",
"name": "Emp0",
"createdAt": "2025-05-06T11:04:25.307Z",
"updatedAt": "2025-05-06T11:04:25.307Z"
}
],
"nodes": [
{
"id": "29031df0-dd8c-4f96-bf92-39f757d73099",
"name": "Gmail 트리거",
"type": "n8n-nodes-base.gmailTrigger",
"position": [
-2160,
576
],
"parameters": {
"simple": false,
"filters": {
"sender": "admin@f5bot.com"
},
"options": {},
"pollTimes": {
"item": [
{
"mode": "everyMinute"
}
]
}
},
"credentials": {
"gmailOAuth2": {
"id": "2tse7fIyCdDwG3Zm",
"name": "Gmail"
}
},
"typeVersion": 1.3
},
{
"id": "f7237452-ff16-4c73-8aeb-5efacabb8ba8",
"name": "필드 편집",
"type": "n8n-nodes-base.set",
"position": [
-1776,
576
],
"parameters": {
"options": {},
"assignments": {
"assignments": [
{
"id": "f58cb366-4c57-459e-b04c-5265de98f6fd",
"name": "Text",
"type": "string",
"value": "={{ $json.text }}"
}
]
}
},
"typeVersion": 3.4
},
{
"id": "3d214040-c455-4190-a2b7-68162c279ded",
"name": "게시물 가져오기",
"type": "n8n-nodes-base.reddit",
"position": [
-1200,
480
],
"parameters": {
"postId": "={{ $json.postId }}",
"operation": "get",
"subreddit": "={{ $json.subreddit }}"
},
"credentials": {
"redditOAuth2Api": {
"id": "rIyaOqpm6SelzXHv",
"name": "Reddit account"
}
},
"typeVersion": 1
},
{
"id": "4986c00a-0ad2-4372-b12d-2969211130c0",
"name": "병합",
"type": "n8n-nodes-base.merge",
"position": [
-720,
336
],
"parameters": {
"mode": "combine",
"options": {},
"combineBy": "combineByPosition"
},
"typeVersion": 3.2
},
{
"id": "0f224f38-0887-400b-a395-787c6a119f75",
"name": "JavaScript1 코드",
"type": "n8n-nodes-base.code",
"position": [
-1408,
576
],
"parameters": {
"jsCode": "let posts = [];\nconst input = JSON.stringify($input.first().json.urls);\n\n// Match all encoded Reddit URLs from F5Bot links\nconst regex = /https:\\/\\/f5bot\\.com\\/url\\?u=([^&\\s>]+)/g;\nlet match;\n\nwhile ((match = regex.exec(input)) !== null) {\n try {\n const decoded = decodeURIComponent(match[1]);\n if (decoded.includes(\"reddit.com/r/\")) {\n const redditMatch = decoded.match(/reddit\\.com\\/r\\/([^/]+)\\/comments\\/([^/]+)/);\n if (redditMatch) {\n const subreddit = redditMatch[1];\n const postId = redditMatch[2];\n posts.push({ subreddit, postId, url: decoded });\n }\n }\n } catch (e) {}\n}\n\n// remove duplicates\nconst uniquePosts = [];\nconst seen = new Set();\nfor (const p of posts) {\n if (!seen.has(p.url)) {\n seen.add(p.url);\n uniquePosts.push(p);\n }\n}\n\nreturn { \n json: uniquePosts[0] \n};\n"
},
"typeVersion": 2
},
{
"id": "52b466d0-c09f-48e1-b8ba-7284cdece760",
"name": "자신의 게시물 필터링",
"type": "n8n-nodes-base.filter",
"position": [
-1056,
480
],
"parameters": {
"options": {},
"conditions": {
"options": {
"version": 2,
"leftValue": "",
"caseSensitive": true,
"typeValidation": "strict"
},
"combinator": "and",
"conditions": [
{
"id": "33942da9-064a-4bdb-9848-871cdc3c7e75",
"operator": {
"type": "string",
"operation": "notEquals"
},
"leftValue": "=Altruistic-Brother37",
"rightValue": "={{ $json.author }}"
}
]
}
},
"typeVersion": 2.2
},
{
"id": "df891fe9-b3f3-43d2-a462-ada80c72640b",
"name": "AI 에이전트",
"type": "@n8n/n8n-nodes-langchain.agent",
"position": [
-400,
336
],
"parameters": {
"text": "=Title: {{ $json.Title }}\nText: {{ $json.Text }}\nsubreddit_rules: {{ JSON.stringify($json.subreddit_rules) }}\nsubreddit: {{ JSON.stringify($json.subreddit_about) }}\nnotes: {{ $json.notes || null }}\n",
"options": {
"systemMessage": "=Act as a skilled Reddit indian marketing expert who writes authentic, first-person comments that feel human and community-friendly while tactically promoting a product when rules allow.\n\nTask\nCraft a short Reddit comment reply (max 255 characters) that fits naturally in conversation threads, follows subreddit rules, and—if permitted—casually promotes one product with its link.\nIf promo isn’t allowed, reply with relatable insight or story instead. If links isnt allowed, no need to use links but you must always get a list of products from the Google Sheets Tool\n\nContext\nYou’ll receive:\n- Post_Title and Post_Text → the Reddit post content\n- rules_summary → subreddit rules\n- Access to a Google Sheets Tool containing product, service, content names and URLs of things i make\n\nReasoning\n- Read the post title + text to understand tone and user intent.\n- Check rules_summary for promo policy.\n- If self-promo allowed → pick one product name + link via the Google Sheets Tool.\n- If not allowed → skip product mention and write useful, personal comment.\n- Write in first person; sound casual, experienced, and fast-typing (e.g., “u,” “ur,” “idk”).\n- Avoid buzzwords, fluff, or fake enthusiasm—keep it natural, human, and valuable.\n- Make sure tone matches a senior direct-marketing pro chatting informally.\n\nOutput Format\n- Return only the Reddit comment text (no markdown, no explanation).\n- Keep under 255 characters.\n- Use short, quick sentences.\n- First-person only.\n\nStop Conditions\n✅ Output stops once one valid, rule-compliant Reddit comment is produced.\n✅ Skip promotion if forbidden.\n✅ No external text, tags, or formatting beyond the comment itself.",
"returnIntermediateSteps": true
},
"promptType": "define",
"hasOutputParser": true
},
"typeVersion": 2.2
},
{
"id": "37241eeb-fa26-4dd9-87e9-05624d148bf8",
"name": "AI 입력",
"type": "n8n-nodes-base.set",
"position": [
-912,
480
],
"parameters": {
"options": {},
"assignments": {
"assignments": [
{
"id": "1083ab50-5f1c-4f6e-8695-f71578c072c4",
"name": "Title",
"type": "string",
"value": "={{ $json.title }}"
},
{
"id": "84d5cea9-20cd-4f31-acbd-90a7cd9f598e",
"name": "Text",
"type": "string",
"value": "={{ $json.selftext }}"
}
]
}
},
"typeVersion": 3.4
},
{
"id": "b94bfefa-b2af-4e6a-a011-4cc13887dd8f",
"name": "OpenAI 채팅 모델",
"type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
"position": [
-464,
608
],
"parameters": {
"model": {
"__rl": true,
"mode": "list",
"value": "gpt-5-nano",
"cachedResultName": "gpt-5-nano"
},
"options": {}
},
"credentials": {
"openAiApi": {
"id": "0h6ODbQuIzgmJQq1",
"name": "OpenAi account 3"
}
},
"typeVersion": 1.2
},
{
"id": "806e4ba5-0de3-46cc-833d-48f9007beea7",
"name": "게시물에 댓글 생성",
"type": "n8n-nodes-base.reddit",
"position": [
144,
336
],
"parameters": {
"postId": "={{ $('Get a post').item.json.id }}",
"resource": "postComment",
"commentText": "={{ $json.output.comment }}"
},
"credentials": {
"redditOAuth2Api": {
"id": "rIyaOqpm6SelzXHv",
"name": "Reddit account"
}
},
"typeVersion": 1
},
{
"id": "11daf05f-5194-4c93-ab5a-f19f15c8c666",
"name": "구조화된 출력 파서",
"type": "@n8n/n8n-nodes-langchain.outputParserStructured",
"position": [
-128,
608
],
"parameters": {
"schemaType": "manual",
"inputSchema": "{\n\t\"type\": \"object\",\n\t\"properties\": {\n\t\t\"comment\": {\n\t\t\t\"type\": \"string\"\n }\n\t\t\n\t}\n}"
},
"typeVersion": 1.3
},
{
"id": "92689bbf-300e-48be-b924-fad10f6efea7",
"name": "필드 편집1",
"type": "n8n-nodes-base.set",
"position": [
-912,
320
],
"parameters": {
"options": {},
"assignments": {
"assignments": [
{
"id": "82d428d7-4bd9-4ed8-bcdd-8481c9c2d957",
"name": "subreddit_about",
"type": "object",
"value": "={{ $('Subreddit about').first().json }}"
},
{
"id": "32b21d89-2cec-438f-a4b6-dbf8e5fc4f4e",
"name": "subreddit_rules",
"type": "object",
"value": "={{ $json }}"
}
]
}
},
"typeVersion": 3.4
},
{
"id": "bb820e45-6899-45a4-b8bf-07e4d638ba2e",
"name": "데이터셋 행 가져오기",
"type": "n8n-nodes-base.evaluationTrigger",
"position": [
-2128,
1600
],
"parameters": {
"source": "googleSheets",
"sheetName": {
"__rl": true,
"mode": "list",
"value": 1627839178,
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/1GYCExj_vkpQi_xtSJDv0EGsKJoPXo8GFf7JerKZpVFg/edit#gid=1627839178",
"cachedResultName": "reddit evaluations"
},
"documentId": {
"__rl": true,
"mode": "list",
"value": "1GYCExj_vkpQi_xtSJDv0EGsKJoPXo8GFf7JerKZpVFg",
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/1GYCExj_vkpQi_xtSJDv0EGsKJoPXo8GFf7JerKZpVFg/edit?usp=drivesdk",
"cachedResultName": "Blog Automation"
}
},
"credentials": {
"googleSheetsOAuth2Api": {
"id": "dNmdYyKDCj9rTeSw",
"name": "Gsheet"
}
},
"typeVersion": 4.7
},
{
"id": "bea43dd9-92b4-4811-944d-de8f76a83a90",
"name": "Google 시트 가져오기",
"type": "n8n-nodes-base.googleSheetsTool",
"position": [
-304,
608
],
"parameters": {
"options": {},
"sheetName": {
"__rl": true,
"mode": "list",
"value": 814034323,
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/1DbPO7U68-YlOHhb8fIlGu2ImD_N-cm0E-8pwc7qnAo4/edit#gid=814034323",
"cachedResultName": "promo"
},
"documentId": {
"__rl": true,
"mode": "list",
"value": "1DbPO7U68-YlOHhb8fIlGu2ImD_N-cm0E-8pwc7qnAo4",
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/1DbPO7U68-YlOHhb8fIlGu2ImD_N-cm0E-8pwc7qnAo4/edit?usp=drivesdk",
"cachedResultName": "Reddit"
}
},
"credentials": {
"googleSheetsOAuth2Api": {
"id": "dNmdYyKDCj9rTeSw",
"name": "Gsheet"
}
},
"typeVersion": 4.7
},
{
"id": "ccfc1730-f266-45cf-ab70-f786c361e96f",
"name": "텍스트 형식 평가",
"type": "n8n-nodes-base.evaluation",
"position": [
304,
1280
],
"parameters": {
"metric": "categorization",
"options": {
"metricName": "contains dash"
},
"operation": "setMetrics",
"actualAnswer": "={{ $('AI Agent').first().json.output.comment.includes(\"—\") }}",
"expectedAnswer": "false"
},
"typeVersion": 4.8
},
{
"id": "b033365a-04ce-4102-9a13-8f9607ff95fd",
"name": "텍스트 내 링크 평가",
"type": "n8n-nodes-base.evaluation",
"position": [
304,
1456
],
"parameters": {
"metric": "categorization",
"options": {
"metricName": "contains link"
},
"operation": "setMetrics",
"actualAnswer": "={{ $('AI Agent').first().json.output.comment.includes(\"https://\") }}",
"expectedAnswer": "true"
},
"typeVersion": 4.8
},
{
"id": "a8a89f02-6394-4b55-adf2-d1adf04bcb70",
"name": "평가 ghseet 도구",
"type": "n8n-nodes-base.evaluation",
"position": [
304,
1632
],
"parameters": {
"metric": "toolsUsed",
"options": {
"metricName": "Tools Used"
},
"operation": "setMetrics",
"expectedTools": "Get Google Sheet",
"intermediateSteps": "={{ $('AI Agent').first().json.intermediateSteps }}"
},
"typeVersion": 4.8
},
{
"id": "1fd1a10c-19e1-4fd2-9ffc-bb9a3a2849e2",
"name": "평가 병합",
"type": "n8n-nodes-base.merge",
"position": [
512,
1296
],
"parameters": {
"mode": "combine",
"options": {},
"combineBy": "combineByPosition",
"numberInputs": 3
},
"typeVersion": 3.2
},
{
"id": "90eb0d88-d9f4-4f7a-8c24-ce73284eebc6",
"name": "서브레딧 정보",
"type": "n8n-nodes-base.reddit",
"position": [
-1200,
320
],
"parameters": {
"content": "rules",
"resource": "subreddit",
"subreddit": "={{ $json.subreddit }}"
},
"typeVersion": 1,
"alwaysOutputData": true
},
{
"id": "68fdc148-1a92-4c55-831d-2985517c66ea",
"name": "서브레딧 규칙",
"type": "n8n-nodes-base.reddit",
"position": [
-1056,
320
],
"parameters": {
"content": "rules",
"resource": "subreddit",
"subreddit": "={{ $('Code in JavaScript1').item.json.subreddit }}"
},
"typeVersion": 1,
"alwaysOutputData": true
},
{
"id": "640958ad-76d6-4c32-941f-28e37461d0f8",
"name": "평가 출력 설정",
"type": "n8n-nodes-base.evaluation",
"position": [
688,
1312
],
"parameters": {
"source": "googleSheets",
"outputs": {
"values": [
{
"outputName": "output",
"outputValue": "={{ $('AI Agent').first().json.output.comment }}"
},
{
"outputName": "contains link",
"outputValue": "={{ $json[\"contains link\"] }}"
},
{
"outputName": "contains dash",
"outputValue": "={{ $json[\"contains dash\"] }}"
},
{
"outputName": "Tools Used",
"outputValue": "={{ $json[\"Tools Used\"] }}"
}
]
},
"sheetName": {
"__rl": true,
"mode": "list",
"value": 1627839178,
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/1GYCExj_vkpQi_xtSJDv0EGsKJoPXo8GFf7JerKZpVFg/edit#gid=1627839178",
"cachedResultName": "reddit evaluations"
},
"documentId": {
"__rl": true,
"mode": "list",
"value": "1GYCExj_vkpQi_xtSJDv0EGsKJoPXo8GFf7JerKZpVFg",
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/1GYCExj_vkpQi_xtSJDv0EGsKJoPXo8GFf7JerKZpVFg/edit?usp=drivesdk",
"cachedResultName": "Blog Automation"
}
},
"credentials": {
"googleSheetsOAuth2Api": {
"id": "dNmdYyKDCj9rTeSw",
"name": "Gsheet"
}
},
"typeVersion": 4.8
},
{
"id": "e6583917-e190-4659-a9fb-7c7ab112ccd7",
"name": "서브레딧 URL 필터링",
"type": "n8n-nodes-base.code",
"position": [
-1600,
576
],
"parameters": {
"jsCode": "const text = $json.Text || '';\nconst urls = Array.from(text.matchAll(/https?:\\/\\/[^\\n\\s]+/g)).map(match => match[0]);\nreturn [{ urls }];"
},
"typeVersion": 2
},
{
"id": "5b2b514a-2171-4781-a921-ccd36b513848",
"name": "5분 지연",
"type": "n8n-nodes-base.wait",
"position": [
-1968,
576
],
"webhookId": "d9738785-7233-424a-a110-38fffe4d801e",
"parameters": {
"unit": "minutes"
},
"typeVersion": 1.1
},
{
"id": "6a1b82db-9d63-41dd-b3de-022a823258dc",
"name": "스티커 노트",
"type": "n8n-nodes-base.stickyNote",
"position": [
-2192,
64
],
"parameters": {
"color": 6,
"width": 928,
"height": 1104,
"content": "## Get message from f5 bot\nYou must setup f5bot to send messages to your email with keywords with your niche\nCreate an [f5bot account](https://f5bot.com/)\n\nSetup your keyword niche\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\nAdded a delay of 5m because reddit flags automatic messages\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n"
},
"typeVersion": 1
},
{
"id": "e4f02e3a-c193-489a-9cd4-3d3eeaf171f1",
"name": "스티커 노트1",
"type": "n8n-nodes-base.stickyNote",
"position": [
-2192,
1216
],
"parameters": {
"color": 7,
"width": 3088,
"height": 576,
"content": ""
},
"typeVersion": 1
},
{
"id": "7e981083-99a7-4322-8299-48ed899529e1",
"name": "스티커 노트3",
"type": "n8n-nodes-base.stickyNote",
"position": [
-1248,
64
],
"parameters": {
"color": 2,
"width": 656,
"height": 1104,
"content": "## Get data from Reddit\n\nThis includes:\n- Reddit post\n- Subreddit description\n- Subreddit rules\n\nFilter out the user's posts and comments so that we dont reply to our own messages\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n"
},
"typeVersion": 1
},
{
"id": "b3eb5e4a-ea23-491f-a22b-ab768490cef0",
"name": "스티커 노트4",
"type": "n8n-nodes-base.stickyNote",
"position": [
-576,
64
],
"parameters": {
"color": 4,
"width": 624,
"height": 1104,
"content": "## Get Product and services\n\nGet a list of your product and services from Google sheets with a list of your products and services that you offer\n\nUse AI agent to reqord your product and services to attach in your Reddit Response occasionally. It doesnt always promote your links, but it always give relevant replies\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n"
},
"typeVersion": 1
},
{
"id": "8333f534-2635-4d63-9d33-f5242afc10c3",
"name": "스티커 노트5",
"type": "n8n-nodes-base.stickyNote",
"position": [
64,
64
],
"parameters": {
"color": 5,
"width": 816,
"height": 1104,
"content": "## Post on Reddit\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n"
},
"typeVersion": 1
},
{
"id": "84a9f086-a75e-413b-a438-421b3aa04d6d",
"name": "스티커 노트6",
"type": "n8n-nodes-base.stickyNote",
"position": [
-1792,
1248
],
"parameters": {
"color": 7,
"width": 864,
"height": 528,
"content": ""
},
"typeVersion": 1
},
{
"id": "e4e1cc3f-50f1-458a-90be-6eac4acacd42",
"name": "스티커 노트7",
"type": "n8n-nodes-base.stickyNote",
"position": [
-2192,
1248
],
"parameters": {
"color": 7,
"width": 400,
"height": 528,
"content": "## Evaluations\n\nThis is used to check if the AI is able to create propper reddit messages according to reddit and subreddit rules\nWe check for \n- too much robotic dash - in the message\n- make sure there is a link in the message when allowed\n- ensure the gsheet tool is called upon when necessary\n\nWhile adjusting this flow for your reddit niche\nyou can adjust the prompt and make sure it passes the basic evaluation before setting the workflow to active"
},
"typeVersion": 1
},
{
"id": "e68cecb2-b107-4da7-80d8-e3682f16fd5d",
"name": "스티커 노트2",
"type": "n8n-nodes-base.stickyNote",
"position": [
-2176,
192
],
"parameters": {
"color": 6,
"width": 512,
"height": 272,
"content": "\n"
},
"typeVersion": 1
}
],
"active": true,
"pinData": {},
"settings": {
"callerPolicy": "workflowsFromSameOwner",
"errorWorkflow": "ernonQOxi07n6WGi",
"availableInMCP": false,
"executionOrder": "v1",
"timeSavedPerExecution": 10
},
"versionId": "9cb89aa0-6678-4b81-a4e7-968327f7ad8e",
"connections": {
"4986c00a-0ad2-4372-b12d-2969211130c0": {
"main": [
[
{
"node": "df891fe9-b3f3-43d2-a462-ada80c72640b",
"type": "main",
"index": 0
}
]
]
},
"df891fe9-b3f3-43d2-a462-ada80c72640b": {
"main": [
[
{
"node": "806e4ba5-0de3-46cc-833d-48f9007beea7",
"type": "main",
"index": 0
}
]
]
},
"5b2b514a-2171-4781-a921-ccd36b513848": {
"main": [
[
{
"node": "f7237452-ff16-4c73-8aeb-5efacabb8ba8",
"type": "main",
"index": 0
}
]
]
},
"3d214040-c455-4190-a2b7-68162c279ded": {
"main": [
[
{
"node": "52b466d0-c09f-48e1-b8ba-7284cdece760",
"type": "main",
"index": 0
}
]
]
},
"f7237452-ff16-4c73-8aeb-5efacabb8ba8": {
"main": [
[
{
"node": "e6583917-e190-4659-a9fb-7c7ab112ccd7",
"type": "main",
"index": 0
}
]
]
},
"92689bbf-300e-48be-b924-fad10f6efea7": {
"main": [
[
{
"node": "4986c00a-0ad2-4372-b12d-2969211130c0",
"type": "main",
"index": 0
}
]
]
},
"37241eeb-fa26-4dd9-87e9-05624d148bf8": {
"main": [
[
{
"node": "4986c00a-0ad2-4372-b12d-2969211130c0",
"type": "main",
"index": 1
}
]
]
},
"29031df0-dd8c-4f96-bf92-39f757d73099": {
"main": [
[
{
"node": "5b2b514a-2171-4781-a921-ccd36b513848",
"type": "main",
"index": 0
}
]
]
},
"90eb0d88-d9f4-4f7a-8c24-ce73284eebc6": {
"main": [
[
{
"node": "68fdc148-1a92-4c55-831d-2985517c66ea",
"type": "main",
"index": 0
}
]
]
},
"68fdc148-1a92-4c55-831d-2985517c66ea": {
"main": [
[
{
"node": "92689bbf-300e-48be-b924-fad10f6efea7",
"type": "main",
"index": 0
}
]
]
},
"52b466d0-c09f-48e1-b8ba-7284cdece760": {
"main": [
[
{
"node": "37241eeb-fa26-4dd9-87e9-05624d148bf8",
"type": "main",
"index": 0
}
]
]
},
"bea43dd9-92b4-4811-944d-de8f76a83a90": {
"ai_tool": [
[
{
"node": "df891fe9-b3f3-43d2-a462-ada80c72640b",
"type": "ai_tool",
"index": 0
}
]
]
},
"1fd1a10c-19e1-4fd2-9ffc-bb9a3a2849e2": {
"main": [
[
{
"node": "640958ad-76d6-4c32-941f-28e37461d0f8",
"type": "main",
"index": 0
}
]
]
},
"b94bfefa-b2af-4e6a-a011-4cc13887dd8f": {
"ai_languageModel": [
[
{
"node": "df891fe9-b3f3-43d2-a462-ada80c72640b",
"type": "ai_languageModel",
"index": 0
}
]
]
},
"0f224f38-0887-400b-a395-787c6a119f75": {
"main": [
[
{
"node": "90eb0d88-d9f4-4f7a-8c24-ce73284eebc6",
"type": "main",
"index": 0
},
{
"node": "3d214040-c455-4190-a2b7-68162c279ded",
"type": "main",
"index": 0
}
]
]
},
"ccfc1730-f266-45cf-ab70-f786c361e96f": {
"main": [
[
{
"node": "1fd1a10c-19e1-4fd2-9ffc-bb9a3a2849e2",
"type": "main",
"index": 0
}
]
]
},
"b033365a-04ce-4102-9a13-8f9607ff95fd": {
"main": [
[
{
"node": "1fd1a10c-19e1-4fd2-9ffc-bb9a3a2849e2",
"type": "main",
"index": 1
}
]
]
},
"e6583917-e190-4659-a9fb-7c7ab112ccd7": {
"main": [
[
{
"node": "0f224f38-0887-400b-a395-787c6a119f75",
"type": "main",
"index": 0
}
]
]
},
"640958ad-76d6-4c32-941f-28e37461d0f8": {
"main": [
[]
]
},
"a8a89f02-6394-4b55-adf2-d1adf04bcb70": {
"main": [
[
{
"node": "1fd1a10c-19e1-4fd2-9ffc-bb9a3a2849e2",
"type": "main",
"index": 2
}
]
]
},
"11daf05f-5194-4c93-ab5a-f19f15c8c666": {
"ai_outputParser": [
[
{
"node": "df891fe9-b3f3-43d2-a462-ada80c72640b",
"type": "ai_outputParser",
"index": 0
}
]
]
},
"806e4ba5-0de3-46cc-833d-48f9007beea7": {
"main": [
[
{
"node": "ccfc1730-f266-45cf-ab70-f786c361e96f",
"type": "main",
"index": 0
},
{
"node": "b033365a-04ce-4102-9a13-8f9607ff95fd",
"type": "main",
"index": 0
},
{
"node": "a8a89f02-6394-4b55-adf2-d1adf04bcb70",
"type": "main",
"index": 0
}
]
]
},
"bb820e45-6899-45a4-b8bf-07e4d638ba2e": {
"main": [
[
{
"node": "f7237452-ff16-4c73-8aeb-5efacabb8ba8",
"type": "main",
"index": 0
}
]
]
}
}
}자주 묻는 질문
이 워크플로우를 어떻게 사용하나요?
위의 JSON 구성 코드를 복사하여 n8n 인스턴스에서 새 워크플로우를 생성하고 "JSON에서 가져오기"를 선택한 후, 구성을 붙여넣고 필요에 따라 인증 설정을 수정하세요.
이 워크플로우는 어떤 시나리오에 적합한가요?
고급
유료인가요?
이 워크플로우는 완전히 무료이며 직접 가져와 사용할 수 있습니다. 다만, 워크플로우에서 사용하는 타사 서비스(예: OpenAI API)는 사용자 직접 비용을 지불해야 할 수 있습니다.
관련 워크플로우 추천
시각화 참조 라이브러리에서 n8n 노드를 탐색
可视化 참조 라이브러리에서 n8n 노드를 탐색
If
Ftp
Set
+
If
Ftp
Set
113 노드I versus AI
기타
콘텐츠 팜 - AI로운 WordPress 블로그 자동화
콘텐츠 팜 - AI 추동 WordPress 블로그 자동화
Set
Code
Html
+
Set
Code
Html
81 노드Jay Emp0
인공지능
완전한 B2B 판매 프로세스: Apollo 잠재 고객 생성, Mailgun 프로모션 및 AI 응답 관리
완전한 B2B 판매 프로세스: Apollo 잠재 고객 생성, Mailgun 확장 및 AI 응답 관리
If
Set
Code
+
If
Set
Code
116 노드Paul
콘텐츠 제작
콘텐츠생성기 v3
AI驱动블로그자동화:사용GPT-4생성并게시SEO기사至WordPress및Twitter
If
Set
Code
+
If
Set
Code
144 노드Jay Emp0
콘텐츠 제작
콘텐츠 생성기 v4
콘텐츠 팜 v4 - ChatGPT 5와 Gemini를 사용하여 WordPress 블로그 자동화
If
Set
Code
+
If
Set
Code
168 노드Jay Emp0
基于AI의MIS에이전트
基于AI의관리信息系统에이전트
If
Set
Code
+
If
Set
Code
129 노드Kumar Shivam
지원
워크플로우 정보
난이도
고급
노드 수31
카테고리-
노드 유형14
저자
Jay Emp0
@jay-emp0AI and Automation developer. Im implementing n8n and ai tools to automate marketing and sales in companies
외부 링크
n8n.io에서 보기 →
이 워크플로우 공유