8
n8n 한국어amn8n.com

커뮤니티 문제 모니터링 및 OpenRouter AI, Reddit, 포럼 크롤링

고급

이것은Market Research, AI Summarization분야의자동화 워크플로우로, 29개의 노드를 포함합니다.주로 Set, Code, Html, Merge, Filter 등의 노드를 사용하며. OpenRouter AI, Reddit, 포럼을 사용하여 커뮤니티 문제를 모니터링합니다.

사전 요구사항
  • 대상 API의 인증 정보가 필요할 수 있음
워크플로우 미리보기
노드 연결 관계를 시각적으로 표시하며, 확대/축소 및 이동을 지원합니다
워크플로우 내보내기
다음 JSON 구성을 복사하여 n8n에 가져오면 이 워크플로우를 사용할 수 있습니다
{
  "meta": {
    "instanceId": "42450f423595f391b7c323eb4191c0bc81df9f6de5483a12f34f76cb4146556c",
    "templateCredsSetupCompleted": true
  },
  "nodes": [
    {
      "id": "2cb7b4bd-a165-456b-89dc-0f8c96e2f197",
      "name": "'워크플로우 테스트' 클릭 시",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        -528,
        -720
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "6f1b09fd-f77a-48ad-94b3-27715a6ab86c",
      "name": "구조화된 출력 파서",
      "type": "@n8n/n8n-nodes-langchain.outputParserStructured",
      "position": [
        1552,
        -352
      ],
      "parameters": {
        "jsonSchemaExample": "{\n\t\"userProblem\": \"The users painpoint / problem quickly summarized\"\n}"
      },
      "typeVersion": 1.2
    },
    {
      "id": "2b6cd5ca-a448-47e8-8292-b11e271de887",
      "name": "댓글순 게시글 조회",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        -304,
        -448
      ],
      "parameters": {
        "url": "https://community.n8n.io/c/questions/12?max_posts=1",
        "options": {}
      },
      "typeVersion": 4.2
    },
    {
      "id": "c7a1aa24-0d7d-470f-8447-2a8478e795ef",
      "name": "링크 추출",
      "type": "n8n-nodes-base.html",
      "position": [
        -80,
        -448
      ],
      "parameters": {
        "options": {},
        "operation": "extractHtmlContent",
        "extractionValues": {
          "values": [
            {
              "key": "link",
              "attribute": "href",
              "cssSelector": ".raw-topic-link",
              "returnArray": true,
              "returnValue": "attribute"
            }
          ]
        }
      },
      "typeVersion": 1.2
    },
    {
      "id": "17a6a92f-27e5-4cba-ad53-f142948b8022",
      "name": "게시글 상세 정보 추출",
      "type": "n8n-nodes-base.html",
      "position": [
        864,
        -448
      ],
      "parameters": {
        "options": {
          "cleanUpText": true
        },
        "operation": "extractHtmlContent",
        "extractionValues": {
          "values": [
            {
              "key": "title",
              "cssSelector": "#topic-title a"
            },
            {
              "key": "category",
              "cssSelector": ".topic-category .category-name"
            },
            {
              "key": "body",
              "cssSelector": ".topic-body .post"
            },
            {
              "key": "posted",
              "attribute": "content",
              "cssSelector": "meta[itemprop=\"datePublished\"]",
              "returnValue": "attribute"
            },
            {
              "key": "link",
              "attribute": "href",
              "cssSelector": "link[itemprop=\"url\"]",
              "returnValue": "attribute"
            }
          ]
        }
      },
      "typeVersion": 1.2
    },
    {
      "id": "f812da1f-15ad-4e23-86bc-a901889a1114",
      "name": "매일 오전 9시 전송",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        -528,
        -304
      ],
      "parameters": {
        "rule": {
          "interval": [
            {
              "field": "cronExpression",
              "expression": "0 0 9 * * *"
            }
          ]
        }
      },
      "typeVersion": 1.2
    },
    {
      "id": "301577ca-6195-4d4d-8560-e76b935512dd",
      "name": "텍스트 분류기",
      "type": "@n8n/n8n-nodes-langchain.textClassifier",
      "position": [
        144,
        -944
      ],
      "parameters": {
        "options": {},
        "inputText": "=Title: {{ $json.title }}\nPost: {{ $json.post }}",
        "categories": {
          "categories": [
            {
              "category": "QUESTION_HELP",
              "description": "The user has a problem that needs solving or asked a question on how to do something"
            },
            {
              "category": "JOB_POST",
              "description": "The user is posting a job. Loooking for an expert."
            },
            {
              "category": "SELF_PROMOTION",
              "description": "The user is promoting somehting that he/she built"
            },
            {
              "category": "QUESTION_GENERAL",
              "description": "The user is looking to initiate a general discussion."
            }
          ]
        }
      },
      "typeVersion": 1
    },
    {
      "id": "10125c7a-95f5-4d72-827e-03cfbc1802ad",
      "name": "최신 reddit 게시글 50개 조회",
      "type": "n8n-nodes-base.reddit",
      "position": [
        -304,
        -912
      ],
      "parameters": {
        "limit": 50,
        "filters": {
          "category": "new"
        },
        "operation": "getAll",
        "subreddit": "n8n"
      },
      "credentials": {
        "redditOAuth2Api": {
          "id": "v85GtGAOetjxtbAD",
          "name": "Reddit account"
        }
      },
      "typeVersion": 1
    },
    {
      "id": "2cce0028-84fe-4ca4-96ab-1f14927bcfd0",
      "name": "매일 오후 5시 전송",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        -528,
        -1056
      ],
      "parameters": {
        "rule": {
          "interval": [
            {
              "field": "cronExpression",
              "expression": "0 0 17 * * *"
            }
          ]
        }
      },
      "typeVersion": 1.2
    },
    {
      "id": "804af4ec-0bf4-4733-9d81-8a6cc93f62cb",
      "name": "OpenRouter 채팅 모델",
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenRouter",
      "position": [
        208,
        -688
      ],
      "parameters": {
        "options": {}
      },
      "credentials": {
        "openRouterApi": {
          "id": "aCsTDT5LGS5D8Ndl",
          "name": "OpenRouter account"
        }
      },
      "typeVersion": 1
    },
    {
      "id": "65eed9cb-996d-4c39-8988-b2e7a2967288",
      "name": "OpenRouter 채팅 모델1",
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenRouter",
      "position": [
        912,
        -864
      ],
      "parameters": {
        "options": {}
      },
      "credentials": {
        "openRouterApi": {
          "id": "aCsTDT5LGS5D8Ndl",
          "name": "OpenRouter account"
        }
      },
      "typeVersion": 1
    },
    {
      "id": "046f9f69-68d4-4d7a-b533-88944e545494",
      "name": "OpenRouter 채팅 모델2",
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenRouter",
      "position": [
        1376,
        -352
      ],
      "parameters": {
        "options": {}
      },
      "credentials": {
        "openRouterApi": {
          "id": "aCsTDT5LGS5D8Ndl",
          "name": "OpenRouter account"
        }
      },
      "typeVersion": 1
    },
    {
      "id": "b3b81418-76b7-450c-a6c6-0806c777bd13",
      "name": "게시글 제목 및 본문 선택",
      "type": "n8n-nodes-base.set",
      "position": [
        -80,
        -912
      ],
      "parameters": {
        "options": {},
        "assignments": {
          "assignments": [
            {
              "id": "32e797a5-75b1-4b03-91e3-b45fb1713bbe",
              "name": "subreddit",
              "type": "string",
              "value": "={{ $json.subreddit }}"
            },
            {
              "id": "5463fed9-29c5-4fea-ba02-898a8334bcb4",
              "name": "title",
              "type": "string",
              "value": "={{ $json.title }}"
            },
            {
              "id": "234c2078-d453-4edb-bb41-c98285b92e32",
              "name": "post",
              "type": "string",
              "value": "={{ $json.selftext }}"
            },
            {
              "id": "20029983-0506-449d-84b0-84818a3999a0",
              "name": "creator",
              "type": "string",
              "value": "={{ $json.name }}"
            },
            {
              "id": "194c3860-2ec0-4470-b275-4e702d2bb62a",
              "name": "createdDate",
              "type": "string",
              "value": "={{new Date($json.created* 1000)}}"
            },
            {
              "id": "87a02b38-6291-4e94-be29-cb1cc4270f3c",
              "name": "ups",
              "type": "string",
              "value": "={{ $json.ups }}"
            },
            {
              "id": "7f3fd9fe-e42f-409d-b89c-83770e08682c",
              "name": "comments",
              "type": "string",
              "value": "={{ $json.num_comments }}"
            },
            {
              "id": "dadcec52-2ce8-4e3d-a7c7-a0ab5fb54f74",
              "name": "link",
              "type": "string",
              "value": "={{ $json.url }}"
            }
          ]
        }
      },
      "typeVersion": 3.4
    },
    {
      "id": "cf3eb7eb-d631-4793-8bbe-e9745eb5a810",
      "name": "질문 필터링",
      "type": "n8n-nodes-base.filter",
      "position": [
        656,
        -960
      ],
      "parameters": {
        "options": {},
        "conditions": {
          "options": {
            "version": 2,
            "leftValue": "",
            "caseSensitive": true,
            "typeValidation": "strict"
          },
          "combinator": "and",
          "conditions": [
            {
              "id": "be412321-5456-4b6c-9944-9701750e2acd",
              "operator": {
                "type": "number",
                "operation": "equals"
              },
              "leftValue": "={{ Number($json.comments) }}",
              "rightValue": 0
            }
          ]
        }
      },
      "typeVersion": 2.2
    },
    {
      "id": "446bc6f9-96e7-4f6a-823f-28faf1a5e143",
      "name": "Reddit 질문 요약",
      "type": "@n8n/n8n-nodes-langchain.chainLlm",
      "position": [
        880,
        -1088
      ],
      "parameters": {
        "text": "=<content> \nTitle: {{ $json.title }}\nPost:{{ $json.post }} \n</content>\n",
        "messages": {
          "messageValues": [
            {
              "message": "=\n<purpose>\n    You are an expert in analysing n8n user problems. You receive comments of users that are looking for help and provide a quick summary on what the user is struggeling with.\n</purpose>\n\n<instructions>\n    <instruction>Output in json format</instruction>\n    <instruction>Please keep it short and concise. One sentence max.</instruction>\n    <instruction>Try to really highlight the users problem / pain point</instruction>\n</instructions>\n\n"
            }
          ]
        },
        "promptType": "define",
        "hasOutputParser": true
      },
      "typeVersion": 1.5
    },
    {
      "id": "43041806-7e61-4ee2-ab30-eb379338e144",
      "name": "Reddit 요약 포맷팅",
      "type": "@n8n/n8n-nodes-langchain.outputParserStructured",
      "position": [
        1040,
        -864
      ],
      "parameters": {
        "jsonSchemaExample": "{\n\t\"userProblem\": \"The users painpoint / problem quickly summarized\"\n}"
      },
      "typeVersion": 1.2
    },
    {
      "id": "d5bccf17-fc5a-41ea-af89-e10467850252",
      "name": "Reddit 게시글 및 요약 결합",
      "type": "n8n-nodes-base.merge",
      "position": [
        1280,
        -960
      ],
      "parameters": {
        "mode": "combine",
        "options": {},
        "combineBy": "combineByPosition"
      },
      "typeVersion": 3
    },
    {
      "id": "e2c973e9-9e7d-4008-87a0-50efa6d3fb9c",
      "name": "Reddit 이메일 본문 작성",
      "type": "n8n-nodes-base.code",
      "position": [
        1488,
        -960
      ],
      "parameters": {
        "jsCode": "const items = $input.all().map((item) => {\n    const itemJson = item.json;\n    return {\n        ...itemJson,\n        userProblem: itemJson.output.userProblem,\n        output: undefined  // Remove the original output object\n    };\n});\nreturn { data: items };\n"
      },
      "typeVersion": 2
    },
    {
      "id": "9b1737db-aa73-4637-b53c-5ca52b42ce85",
      "name": "Reddit 요약 이메일 전송",
      "type": "n8n-nodes-base.emailSend",
      "position": [
        1680,
        -960
      ],
      "webhookId": "e46dd72e-b79b-4b73-ad6f-675a54da2e7a",
      "parameters": {
        "html": "={{$input.first().json.data.sort((a,b) => parseInt(b.ups) - parseInt(a.ups)).reduce((html, issue) => html + '<div class=\"issue\"><div class=\"title\">' + issue.title + '</div><div class=\"problem\"><strong>Problem:</strong> ' + issue.userProblem + '</div><div class=\"meta\">Posted: ' + new Date(issue.createdDate.replace(/\"/g, '')).toLocaleString() + ' | Upvotes: ' + issue.ups + ' | <a href=\"' + issue.link + '\" class=\"link\">View on Reddit</a></div></div>', '<!DOCTYPE html><html><head><style>body{font-family:Arial,sans-serif;line-height:1.6;color:#333}.container{max-width:800px;margin:0 auto;padding:20px}.issue{border:1px solid #ddd;margin-bottom:20px;padding:15px;border-radius:5px}.title{color:#2c5282;font-weight:bold;font-size:18px;margin-bottom:10px}.problem{background:#f8f9fa;padding:10px;border-left:4px solid #4299e1;margin:10px 0}.meta{color:#666;font-size:14px;margin-top:10px}.link{color:#4299e1;text-decoration:none}.link:hover{text-decoration:underline}</style></head><body><div class=\"container\"><h1>n8n Subreddit Issues Summary</h1><p>Generated on: ' + new Date().toLocaleString() + '</p>') + '</div></body></html>'}}\n",
        "options": {},
        "subject": "Latest n8n User Problems ",
        "toEmail": "email@exmaple.com",
        "fromEmail": "email@exmaple.com"
      },
      "credentials": {
        "smtp": {
          "id": "JN7BvujMXvFvoUMh",
          "name": "SMTP account"
        }
      },
      "typeVersion": 2.1
    },
    {
      "id": "0d2454c1-2087-4e8c-a9da-930328540af7",
      "name": "각 포럼 링크 처리",
      "type": "n8n-nodes-base.splitOut",
      "position": [
        240,
        -448
      ],
      "parameters": {
        "options": {},
        "fieldToSplitOut": "link"
      },
      "typeVersion": 1
    },
    {
      "id": "77b25df7-78a2-4eb3-857c-96782ca87ed5",
      "name": "개별 포럼 게시글 가져오기",
      "type": "n8n-nodes-base.httpRequest",
      "onError": "continueRegularOutput",
      "maxTries": 2,
      "position": [
        544,
        -448
      ],
      "parameters": {
        "url": "={{ $json.link }}",
        "options": {
          "batching": {
            "batch": {
              "batchSize": 5,
              "batchInterval": 10000
            }
          }
        }
      },
      "retryOnFail": false,
      "typeVersion": 4.2,
      "waitBetweenTries": 5000
    },
    {
      "id": "6560f53e-4194-4b06-ab59-07833ada7374",
      "name": "n8n 포럼 게시글 요약",
      "type": "@n8n/n8n-nodes-langchain.chainLlm",
      "position": [
        1392,
        -576
      ],
      "parameters": {
        "text": "=<content> \nTitle: {{ $json.title }}\nPost:{{ $json.body }} \n</content>\n",
        "messages": {
          "messageValues": [
            {
              "message": "=\n<purpose>\n    You are an expert in analysing n8n user problems. You receive comments of users that are looking for help and provide a quick summary on what the user is struggeling with.\n</purpose>\n\n<instructions>\n    <instruction>Output in json format</instruction>\n    <instruction>Please keep it short and concise. One sentence max.</instruction>\n    <instruction>Try to really highlight the users problem / pain point</instruction>\n</instructions>\n\n"
            }
          ]
        },
        "promptType": "define",
        "hasOutputParser": true
      },
      "typeVersion": 1.5
    },
    {
      "id": "8ee8dd78-0d52-4c74-bac7-2c53ee777d71",
      "name": "포럼 게시글 및 요약 결합",
      "type": "n8n-nodes-base.merge",
      "position": [
        1792,
        -448
      ],
      "parameters": {
        "mode": "combine",
        "options": {},
        "combineBy": "combineByPosition"
      },
      "typeVersion": 3
    },
    {
      "id": "e6dc4745-a9ae-41d8-9f9c-79dc82ee48a1",
      "name": "포럼 이메일 본문 작성",
      "type": "n8n-nodes-base.code",
      "position": [
        2016,
        -448
      ],
      "parameters": {
        "jsCode": "const items = $input.all().map((item) => {\n    const itemJson = item.json;\n    return {\n        ...itemJson,\n        userProblem: itemJson.output.userProblem,\n        output: undefined  // Remove the original output object\n    };\n});\nreturn { data: items };\n"
      },
      "typeVersion": 2
    },
    {
      "id": "94d3367e-f937-441a-b895-4037c4a089ad",
      "name": "포럼 요약 이메일 전송",
      "type": "n8n-nodes-base.emailSend",
      "position": [
        2240,
        -448
      ],
      "webhookId": "2ba588d1-a7a4-4407-b53c-91646e1db8dc",
      "parameters": {
        "html": "={{ $input.first().json.data.sort((a,b) => new Date(b.posted) - new Date(a.posted)).reduce((html, issue) => html + '<div class=\"issue\"><div class=\"title\">' + issue.title + '</div><div class=\"problem\"><strong>Problem:</strong> ' + issue.userProblem + '</div><div class=\"meta\">Posted: ' + new Date(issue.posted).toLocaleString() + ' | <a href=\"' + issue.link + '\" class=\"link\">View on Forum</a></div></div>', '<!DOCTYPE html><html><head><style>body{font-family:Arial,sans-serif;line-height:1.6;color:#333}.container{max-width:800px;margin:0 auto;padding:20px}.issue{border:1px solid #ddd;margin-bottom:20px;padding:15px;border-radius:5px}.title{color:#2c5282;font-weight:bold;font-size:18px;margin-bottom:10px}.problem{background:#f8f9fa;padding:10px;border-left:4px solid #4299e1;margin:10px 0}.meta{color:#666;font-size:14px;margin-top:10px}.link{color:#4299e1;text-decoration:none}.link:hover{text-decoration:underline}</style></head><body><div class=\"container\"><h1>n8n Community Forum Issues Summary</h1><p>Generated on: ' + new Date().toLocaleString() + '</p>') + '</div></body></html>'\n",
        "options": {},
        "subject": "Latest n8n User Problems (Forum)",
        "toEmail": "email@exmaple.com",
        "fromEmail": "email@exmaple.com"
      },
      "credentials": {
        "smtp": {
          "id": "JN7BvujMXvFvoUMh",
          "name": "SMTP account"
        }
      },
      "typeVersion": 2.1
    },
    {
      "id": "984f74cb-26cf-4ce5-b0d0-1d926e255df6",
      "name": "스티커 노트",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -960,
        -1088
      ],
      "parameters": {
        "color": 7,
        "width": 320,
        "height": 352,
        "content": "## This workflow runs two separate automations:\n\n**Reddit Digest**: Fetches, classifies, and summarizes new Reddit posts daily.\n\n**n8n Forum Digest**: Scrapes, filters, and summarizes new n8n forum posts daily.\nBoth automations send their findings in separate email reports."
      },
      "typeVersion": 1
    },
    {
      "id": "63b841a1-adf0-479e-a1e0-780621cd5aa6",
      "name": "스티커 노트1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -304,
        -1136
      ],
      "parameters": {
        "width": 256,
        "height": 176,
        "content": "## Reddit Digest\nSet the Subreddit name in the \"Get Latest Reddit Posts\" node. You'll also need to configure / adjust the AI prompt in the \"Summarize Reddit Questions\" node."
      },
      "typeVersion": 1
    },
    {
      "id": "043da666-4a49-482c-92c9-be199e1f77ab",
      "name": "스티커 노트2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -304,
        -672
      ],
      "parameters": {
        "width": 288,
        "height": 208,
        "content": "## n8n Forum Digest\nThis flow scrapes the n8n community forum. It filters posts based on a keyword in the \"Filter for recent Posts\" node and summarizes them using AI. Remember to configure / adjust the prompt in the \"Summarize n8n Forum Posts\" node."
      },
      "typeVersion": 1
    },
    {
      "id": "5082ac55-925d-43eb-a4e7-a9c114f289dd",
      "name": "최근 게시글 필터링",
      "type": "n8n-nodes-base.filter",
      "position": [
        1120,
        -448
      ],
      "parameters": {
        "options": {},
        "conditions": {
          "options": {
            "version": 2,
            "leftValue": "",
            "caseSensitive": true,
            "typeValidation": "strict"
          },
          "combinator": "and",
          "conditions": [
            {
              "id": "ddc96e73-7fed-496e-89e0-03a5c073b057",
              "operator": {
                "type": "dateTime",
                "operation": "after"
              },
              "leftValue": "={{ $json.posted }}",
              "rightValue": "={{ $now.minus(14, 'days') }}"
            }
          ]
        }
      },
      "typeVersion": 2.2
    }
  ],
  "pinData": {},
  "connections": {
    "c7a1aa24-0d7d-470f-8447-2a8478e795ef": {
      "main": [
        [
          {
            "node": "0d2454c1-2087-4e8c-a9da-930328540af7",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "301577ca-6195-4d4d-8560-e76b935512dd": {
      "main": [
        [
          {
            "node": "cf3eb7eb-d631-4793-8bbe-e9745eb5a810",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "5082ac55-925d-43eb-a4e7-a9c114f289dd": {
      "main": [
        [
          {
            "node": "6560f53e-4194-4b06-ab59-07833ada7374",
            "type": "main",
            "index": 0
          },
          {
            "node": "8ee8dd78-0d52-4c74-bac7-2c53ee777d71",
            "type": "main",
            "index": 1
          }
        ]
      ]
    },
    "17a6a92f-27e5-4cba-ad53-f142948b8022": {
      "main": [
        [
          {
            "node": "5082ac55-925d-43eb-a4e7-a9c114f289dd",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "cf3eb7eb-d631-4793-8bbe-e9745eb5a810": {
      "main": [
        [
          {
            "node": "446bc6f9-96e7-4f6a-823f-28faf1a5e143",
            "type": "main",
            "index": 0
          },
          {
            "node": "d5bccf17-fc5a-41ea-af89-e10467850252",
            "type": "main",
            "index": 1
          }
        ]
      ]
    },
    "43041806-7e61-4ee2-ab30-eb379338e144": {
      "ai_outputParser": [
        [
          {
            "node": "446bc6f9-96e7-4f6a-823f-28faf1a5e143",
            "type": "ai_outputParser",
            "index": 0
          }
        ]
      ]
    },
    "804af4ec-0bf4-4733-9d81-8a6cc93f62cb": {
      "ai_languageModel": [
        [
          {
            "node": "301577ca-6195-4d4d-8560-e76b935512dd",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "65eed9cb-996d-4c39-8988-b2e7a2967288": {
      "ai_languageModel": [
        [
          {
            "node": "446bc6f9-96e7-4f6a-823f-28faf1a5e143",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "046f9f69-68d4-4d7a-b533-88944e545494": {
      "ai_languageModel": [
        [
          {
            "node": "6560f53e-4194-4b06-ab59-07833ada7374",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "0d2454c1-2087-4e8c-a9da-930328540af7": {
      "main": [
        [
          {
            "node": "77b25df7-78a2-4eb3-857c-96782ca87ed5",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "e6dc4745-a9ae-41d8-9f9c-79dc82ee48a1": {
      "main": [
        [
          {
            "node": "94d3367e-f937-441a-b895-4037c4a089ad",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "b3b81418-76b7-450c-a6c6-0806c777bd13": {
      "main": [
        [
          {
            "node": "301577ca-6195-4d4d-8560-e76b935512dd",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "94d3367e-f937-441a-b895-4037c4a089ad": {
      "main": [
        []
      ]
    },
    "6f1b09fd-f77a-48ad-94b3-27715a6ab86c": {
      "ai_outputParser": [
        [
          {
            "node": "6560f53e-4194-4b06-ab59-07833ada7374",
            "type": "ai_outputParser",
            "index": 0
          }
        ]
      ]
    },
    "e2c973e9-9e7d-4008-87a0-50efa6d3fb9c": {
      "main": [
        [
          {
            "node": "9b1737db-aa73-4637-b53c-5ca52b42ce85",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "9b1737db-aa73-4637-b53c-5ca52b42ce85": {
      "main": [
        []
      ]
    },
    "f812da1f-15ad-4e23-86bc-a901889a1114": {
      "main": [
        [
          {
            "node": "2b6cd5ca-a448-47e8-8292-b11e271de887",
            "type": "main",
            "index": 0
          },
          {
            "node": "10125c7a-95f5-4d72-827e-03cfbc1802ad",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "6560f53e-4194-4b06-ab59-07833ada7374": {
      "main": [
        [
          {
            "node": "8ee8dd78-0d52-4c74-bac7-2c53ee777d71",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "10125c7a-95f5-4d72-827e-03cfbc1802ad": {
      "main": [
        [
          {
            "node": "b3b81418-76b7-450c-a6c6-0806c777bd13",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "446bc6f9-96e7-4f6a-823f-28faf1a5e143": {
      "main": [
        [
          {
            "node": "d5bccf17-fc5a-41ea-af89-e10467850252",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "2b6cd5ca-a448-47e8-8292-b11e271de887": {
      "main": [
        [
          {
            "node": "c7a1aa24-0d7d-470f-8447-2a8478e795ef",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "2cce0028-84fe-4ca4-96ab-1f14927bcfd0": {
      "main": [
        [
          {
            "node": "10125c7a-95f5-4d72-827e-03cfbc1802ad",
            "type": "main",
            "index": 0
          },
          {
            "node": "2b6cd5ca-a448-47e8-8292-b11e271de887",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "8ee8dd78-0d52-4c74-bac7-2c53ee777d71": {
      "main": [
        [
          {
            "node": "e6dc4745-a9ae-41d8-9f9c-79dc82ee48a1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "77b25df7-78a2-4eb3-857c-96782ca87ed5": {
      "main": [
        [
          {
            "node": "17a6a92f-27e5-4cba-ad53-f142948b8022",
            "type": "main",
            "index": 0
          }
        ],
        []
      ]
    },
    "d5bccf17-fc5a-41ea-af89-e10467850252": {
      "main": [
        [
          {
            "node": "e2c973e9-9e7d-4008-87a0-50efa6d3fb9c",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "2cb7b4bd-a165-456b-89dc-0f8c96e2f197": {
      "main": [
        [
          {
            "node": "2b6cd5ca-a448-47e8-8292-b11e271de887",
            "type": "main",
            "index": 0
          },
          {
            "node": "10125c7a-95f5-4d72-827e-03cfbc1802ad",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
자주 묻는 질문

이 워크플로우를 어떻게 사용하나요?

위의 JSON 구성 코드를 복사하여 n8n 인스턴스에서 새 워크플로우를 생성하고 "JSON에서 가져오기"를 선택한 후, 구성을 붙여넣고 필요에 따라 인증 설정을 수정하세요.

이 워크플로우는 어떤 시나리오에 적합한가요?

고급 - 시장 조사, AI 요약

유료인가요?

이 워크플로우는 완전히 무료이며 직접 가져와 사용할 수 있습니다. 다만, 워크플로우에서 사용하는 타사 서비스(예: OpenAI API)는 사용자 직접 비용을 지불해야 할 수 있습니다.

워크플로우 정보
난이도
고급
노드 수29
카테고리2
노드 유형16
난이도 설명

고급 사용자를 위한 16+개 노드의 복잡한 워크플로우

저자
Julian Kaiser

Julian Kaiser

@jksr

Full Stack Developer turned AI & Automation Engineer, implementing intelligent solutions with custom code, LLMs & n8n. Use my link to book a free 30-minute call to discuss your AI challenges and see if my services might be a good fit for your needs.

외부 링크
n8n.io에서 보기

이 워크플로우 공유

카테고리

카테고리: 34