8
n8n 한국어amn8n.com

매일 뉴스 요약: ScrapeGraphAI를 사용하여 RSS 소스를 수집하고 이메일/Telegram으로 전송

고급

이것은Content Creation, Multimodal AI분야의자동화 워크플로우로, 22개의 노드를 포함합니다.주로 Set, Gmail, Limit, Filter, Telegram 등의 노드를 사용하며. GPT와 Gemini를 사용하여 RSS 소스에서 개인화된 뉴스 요약 생성, 이메일/Telegram으로 전송

사전 요구사항
  • Google 계정 및 Gmail API 인증 정보
  • Telegram Bot Token
  • OpenAI API Key
  • Google Gemini API Key
워크플로우 미리보기
노드 연결 관계를 시각적으로 표시하며, 확대/축소 및 이동을 지원합니다
워크플로우 내보내기
다음 JSON 구성을 복사하여 n8n에 가져오면 이 워크플로우를 사용할 수 있습니다
{
  "id": "cue9rkrhYJ1Wtakg",
  "meta": {
    "instanceId": "a4bfc93e975ca233ac45ed7c9227d84cf5a2329310525917adaf3312e10d5462"
  },
  "name": "Daily News Digest: Summarize RSS Feeds and Deliver to Email/Telegram with ScrapeGraphAI",
  "tags": [],
  "nodes": [
    {
      "id": "e116ed61-f29e-46c8-aff5-debdf21d923c",
      "name": "'워크플로 실행' 클릭 시",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        -2544,
        528
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "c371e851-1a56-49d1-8269-a507360c9ecc",
      "name": "RSS 읽기",
      "type": "n8n-nodes-base.rssFeedRead",
      "position": [
        -2288,
        528
      ],
      "parameters": {
        "url": "URL_FEED",
        "options": {}
      },
      "typeVersion": 1.2
    },
    {
      "id": "aca55f6e-ea59-4e96-bdeb-91ffaaf43ff2",
      "name": "제한",
      "type": "n8n-nodes-base.limit",
      "position": [
        -1568,
        528
      ],
      "parameters": {
        "maxItems": 3
      },
      "typeVersion": 1
    },
    {
      "id": "b735bf45-5f47-42ef-9219-0c23439adb22",
      "name": "항목 순환1",
      "type": "n8n-nodes-base.splitInBatches",
      "position": [
        -1312,
        528
      ],
      "parameters": {
        "options": {}
      },
      "typeVersion": 3
    },
    {
      "id": "bef44bc3-7321-4b43-a4bf-a2a8e3a1ee19",
      "name": "웹페이지 또는 아티클을 블로그/개발 문서 등에 유용한 정리된 마크다운으로 변환",
      "type": "n8n-nodes-scrapegraphai.scrapegraphAi",
      "position": [
        -1008,
        544
      ],
      "parameters": {
        "resource": "markdownify",
        "websiteUrl": "={{ $json.link }}"
      },
      "credentials": {
        "scrapegraphAIApi": {
          "id": "EOxCPnl9IynxgpyB",
          "name": "ScrapegraphAI account"
        }
      },
      "typeVersion": 1
    },
    {
      "id": "40420f33-e490-46c8-bfc9-51fd2f407560",
      "name": "OpenAI 채팅 모델",
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
      "position": [
        -896,
        256
      ],
      "parameters": {
        "model": {
          "__rl": true,
          "mode": "list",
          "value": "gpt-5-mini",
          "cachedResultName": "gpt-5-mini"
        },
        "options": {}
      },
      "credentials": {
        "openAiApi": {
          "id": "TefveNaDaMERl1hY",
          "name": "OpenAi account (Eure)"
        }
      },
      "typeVersion": 1.2
    },
    {
      "id": "6d6eaf3d-ce5e-4601-949c-c3081db1b0a1",
      "name": "필터",
      "type": "n8n-nodes-base.filter",
      "position": [
        -2064,
        528
      ],
      "parameters": {
        "options": {},
        "conditions": {
          "options": {
            "version": 2,
            "leftValue": "",
            "caseSensitive": true,
            "typeValidation": "strict"
          },
          "combinator": "and",
          "conditions": [
            {
              "id": "6c64612b-a897-4980-84c7-6cba41ce3fb8",
              "operator": {
                "type": "dateTime",
                "operation": "after"
              },
              "leftValue": "={{ $json.pubDate }}",
              "rightValue": "={{ $today.minus({ days: 1 }) }}"
            }
          ]
        }
      },
      "typeVersion": 2.2
    },
    {
      "id": "a63eb4aa-7e1a-47e4-a097-3dd07efb9290",
      "name": "메시지 전송",
      "type": "n8n-nodes-base.gmail",
      "position": [
        -336,
        -48
      ],
      "webhookId": "d25abd3f-fe6f-4667-a64b-dc30af758c58",
      "parameters": {
        "sendTo": "info@n3w.it",
        "message": "={{ $json.output.body }}",
        "options": {},
        "subject": "={{ $json.output.subject }}"
      },
      "credentials": {
        "gmailOAuth2": {
          "id": "nyuHvSX5HuqfMPlW",
          "name": "Gmail account (n3w.it)"
        }
      },
      "typeVersion": 2.1
    },
    {
      "id": "83cafb3d-122e-41cd-b6da-7943183c72e6",
      "name": "OpenAI 채팅 모델1",
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
      "position": [
        -704,
        400
      ],
      "parameters": {
        "model": {
          "__rl": true,
          "mode": "list",
          "value": "gpt-4.1-mini"
        },
        "options": {}
      },
      "credentials": {
        "openAiApi": {
          "id": "TefveNaDaMERl1hY",
          "name": "OpenAi account (Eure)"
        }
      },
      "typeVersion": 1.2
    },
    {
      "id": "52f12ae8-1d17-481a-b787-bbb1a051b649",
      "name": "링크 설정",
      "type": "n8n-nodes-base.set",
      "position": [
        -1792,
        528
      ],
      "parameters": {
        "options": {},
        "assignments": {
          "assignments": [
            {
              "id": "829a3bf3-b40d-4614-b82d-b8af961c0dc0",
              "name": "link",
              "type": "string",
              "value": "={{ $json.link }}"
            }
          ]
        }
      },
      "typeVersion": 3.4
    },
    {
      "id": "969913dc-4cd3-474d-b627-2ef10524b1ff",
      "name": "정보 추출기",
      "type": "@n8n/n8n-nodes-langchain.informationExtractor",
      "position": [
        -704,
        544
      ],
      "parameters": {
        "text": "={{ $json.result }}",
        "options": {
          "systemPromptTemplate": "You are an expert extraction algorithm.\nOnly extract relevant information from the text.\nIf you do not know the value of an attribute asked to extract, you may omit the attribute's value."
        },
        "attributes": {
          "attributes": [
            {
              "name": "content",
              "description": "Estrai il testo completo dell'articolo"
            }
          ]
        }
      },
      "typeVersion": 1.2
    },
    {
      "id": "9b2735b6-febd-406b-821e-d4938529c6d1",
      "name": "Google Gemini 채팅 모델",
      "type": "@n8n/n8n-nodes-langchain.lmChatGoogleGemini",
      "position": [
        -816,
        768
      ],
      "parameters": {
        "options": {}
      },
      "credentials": {
        "googlePalmApi": {
          "id": "AaNPKXAphyMzRgfA",
          "name": "Google Gemini(PaLM) (Eure)"
        }
      },
      "typeVersion": 1
    },
    {
      "id": "537c3ff3-b953-4ef8-bdfe-86e3e3c4b605",
      "name": "스티키 노트",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -2592,
        80
      ],
      "parameters": {
        "color": 5,
        "width": 992,
        "height": 128,
        "content": "## STEP 1\n- Install the ScrapeGraph Community node\n- Register for FREE to [ScrapeGraphAI](https://dashboard.scrapegraphai.com/?via=n3witalia) and get API KEY"
      },
      "typeVersion": 1
    },
    {
      "id": "f019b022-52c3-4277-976e-bdd2f4ee0ca0",
      "name": "Telegram로 전송",
      "type": "n8n-nodes-base.telegram",
      "position": [
        -336,
        160
      ],
      "webhookId": "80527629-8295-4818-959a-7b7ba7b00c57",
      "parameters": {
        "text": "={{ $json.output.body }}",
        "chatId": "YOUR_CHAT_ID",
        "additionalFields": {}
      },
      "credentials": {
        "telegramApi": {
          "id": "rQ5q95W7uKesMDx4",
          "name": "Telegram account Fastewb"
        }
      },
      "typeVersion": 1.2
    },
    {
      "id": "3a545310-5b54-4a5a-be3d-f18a6287861c",
      "name": "구조화된 출력 파서",
      "type": "@n8n/n8n-nodes-langchain.outputParserStructured",
      "position": [
        -688,
        256
      ],
      "parameters": {
        "autoFix": true,
        "schemaType": "manual",
        "inputSchema": "{\n  \"type\": \"object\",\n  \"properties\": {\n    \"subject\": {\n      \"type\": \"string\",\n      \"description\": \"The subject or title of the message\"\n    },\n    \"body\": {\n      \"type\": \"string\",\n      \"description\": \"The body or main content of the message\"\n    }\n  },\n  \"required\": [\"subject\", \"body\"],\n  \"additionalProperties\": false\n}",
        "customizeRetryPrompt": true
      },
      "typeVersion": 1.3
    },
    {
      "id": "58ee0461-e171-448e-9348-7af48a7fa37d",
      "name": "콘텐츠 생성",
      "type": "@n8n/n8n-nodes-langchain.chainLlm",
      "position": [
        -832,
        80
      ],
      "parameters": {
        "text": "={{ JSON.stringify($json.text) }}",
        "batching": {},
        "messages": {
          "messageValues": [
            {
              "message": "=You are an expert in summarizing texts and identifying main ideas. Extract the key concepts from the listed articles and present them in the form of an email."
            }
          ]
        },
        "promptType": "define",
        "hasOutputParser": true
      },
      "typeVersion": 1.7
    },
    {
      "id": "e0f3a455-8bd2-483c-8f58-c130dc1f7dc8",
      "name": "집계",
      "type": "n8n-nodes-base.aggregate",
      "position": [
        -1040,
        80
      ],
      "parameters": {
        "options": {},
        "fieldsToAggregate": {
          "fieldToAggregate": [
            {
              "renameField": true,
              "outputFieldName": "text",
              "fieldToAggregate": "output.content"
            }
          ]
        }
      },
      "typeVersion": 1
    },
    {
      "id": "70f01c5b-cc79-4a6f-9976-19b2ad882c69",
      "name": "스티키 노트1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -2304,
        464
      ],
      "parameters": {
        "width": 384,
        "height": 208,
        "content": "Set up and filter the latest RSS feed (24 hours)"
      },
      "typeVersion": 1
    },
    {
      "id": "22e557ea-972d-41be-bbfa-b18d025b2266",
      "name": "스티키 노트2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1072,
        496
      ],
      "parameters": {
        "width": 656,
        "height": 208,
        "content": "Scrape and extract relevant content"
      },
      "typeVersion": 1
    },
    {
      "id": "f5f3a525-5252-4ca5-a150-e4f38d27a1da",
      "name": "스티키 노트3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -880,
        16
      ],
      "parameters": {
        "width": 320,
        "height": 208,
        "content": "Generate content to send via email and Telegram"
      },
      "typeVersion": 1
    },
    {
      "id": "488b4f4c-bb5d-4604-bc3e-f4d3a14ae7d8",
      "name": "스티키 노트4",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -2592,
        -128
      ],
      "parameters": {
        "color": 3,
        "width": 992,
        "height": 176,
        "content": "## Daily News Digest: Summarize RSS Feeds and Deliver to Email/Telegram with ScrapeGraphAI\n\nThis workflow provides an intelligent automation solution for **processing RSS feeds** using **ScrapeGraph API** and **delivering personalized news summaries** via email and Telegram."
      },
      "typeVersion": 1
    },
    {
      "id": "c21e63c7-e8fe-40a0-a149-e3339723415d",
      "name": "스티키 노트5",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -2592,
        240
      ],
      "parameters": {
        "color": 5,
        "width": 992,
        "height": 128,
        "content": "## STEP 2\n- Set URL_FEED in \"RSS Read\" node\n- Set YOUR_CHAT_ID in \"Telegram\" node"
      },
      "typeVersion": 1
    }
  ],
  "active": false,
  "pinData": {},
  "settings": {
    "executionOrder": "v1"
  },
  "versionId": "1e0f99f7-c4b0-4b60-9806-99318a2c3322",
  "connections": {
    "aca55f6e-ea59-4e96-bdeb-91ffaaf43ff2": {
      "main": [
        [
          {
            "node": "b735bf45-5f47-42ef-9219-0c23439adb22",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "6d6eaf3d-ce5e-4601-949c-c3081db1b0a1": {
      "main": [
        [
          {
            "node": "52f12ae8-1d17-481a-b787-bbb1a051b649",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "c371e851-1a56-49d1-8269-a507360c9ecc": {
      "main": [
        [
          {
            "node": "6d6eaf3d-ce5e-4601-949c-c3081db1b0a1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "52f12ae8-1d17-481a-b787-bbb1a051b649": {
      "main": [
        [
          {
            "node": "aca55f6e-ea59-4e96-bdeb-91ffaaf43ff2",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "e0f3a455-8bd2-483c-8f58-c130dc1f7dc8": {
      "main": [
        [
          {
            "node": "58ee0461-e171-448e-9348-7af48a7fa37d",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "58ee0461-e171-448e-9348-7af48a7fa37d": {
      "main": [
        [
          {
            "node": "a63eb4aa-7e1a-47e4-a097-3dd07efb9290",
            "type": "main",
            "index": 0
          },
          {
            "node": "f019b022-52c3-4277-976e-bdd2f4ee0ca0",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "b735bf45-5f47-42ef-9219-0c23439adb22": {
      "main": [
        [
          {
            "node": "e0f3a455-8bd2-483c-8f58-c130dc1f7dc8",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "bef44bc3-7321-4b43-a4bf-a2a8e3a1ee19",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "40420f33-e490-46c8-bfc9-51fd2f407560": {
      "ai_languageModel": [
        [
          {
            "node": "58ee0461-e171-448e-9348-7af48a7fa37d",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "83cafb3d-122e-41cd-b6da-7943183c72e6": {
      "ai_languageModel": [
        [
          {
            "node": "3a545310-5b54-4a5a-be3d-f18a6287861c",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "969913dc-4cd3-474d-b627-2ef10524b1ff": {
      "main": [
        [
          {
            "node": "b735bf45-5f47-42ef-9219-0c23439adb22",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "9b2735b6-febd-406b-821e-d4938529c6d1": {
      "ai_languageModel": [
        [
          {
            "node": "969913dc-4cd3-474d-b627-2ef10524b1ff",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "3a545310-5b54-4a5a-be3d-f18a6287861c": {
      "ai_outputParser": [
        [
          {
            "node": "58ee0461-e171-448e-9348-7af48a7fa37d",
            "type": "ai_outputParser",
            "index": 0
          }
        ]
      ]
    },
    "e116ed61-f29e-46c8-aff5-debdf21d923c": {
      "main": [
        [
          {
            "node": "c371e851-1a56-49d1-8269-a507360c9ecc",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "bef44bc3-7321-4b43-a4bf-a2a8e3a1ee19": {
      "main": [
        [
          {
            "node": "969913dc-4cd3-474d-b627-2ef10524b1ff",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
자주 묻는 질문

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

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

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

고급 - 콘텐츠 제작, 멀티모달 AI

유료인가요?

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

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

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

저자

Full-stack Web Developer based in Italy specialising in Marketing & AI-powered automations. For business enquiries, send me an email at info@n3w.it or add me on Linkedin.com/in/davideboizza

외부 링크
n8n.io에서 보기

이 워크플로우 공유

카테고리

카테고리: 34