毎日のニュース要約:RSSフィードをScrapeGraphAIで集めてメール/テレグラムに送信
上級
これは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
使用ノード (22)
ワークフロープレビュー
ノード接続関係を可視化、ズームとパンをサポート
ワークフローをエクスポート
以下の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": "ウェブページまたは記事をブログ・開発ドキュメントなどに有用なクリーンなMarkdownに変換",
"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など)は別途料金が発生する場合があります。
関連ワークフロー
コンテンツジェネレーター v3
AI驱动ブログ自動化:使用GPT-4生成并公開SEO記事至WordPressとTwitter
If
Set
Code
+
If
Set
Code
144 ノードJay Emp0
コンテンツ作成
n8nノードの探索(可視化リファレンスライブラリ内)
n8nノードを可視化リファレンスライブラリで探索
If
Ftp
Set
+
If
Ftp
Set
113 ノードI versus AI
その他
ScrapeGraph AIを使用してn8nコミュニティで最近追加されたワ流を抽出
ScrapeGraphAI、Geminiを使ってn8nコミュニティで最近追加されたワークフローを抽出・保存する
Set
Merge
Split Out
+
Set
Merge
Split Out
21 ノードDavide
その他
LinkedInおよびXウイルスのなコンテンツ自動エンジン
AIを使ってLinkedInとXにウイルスのなコンテンツを自動生成して公開する
If
Set
Wait
+
If
Set
Wait
156 ノードDiptamoy Barman
コンテンツ作成
GPT-5 Mini、Jira、そしてフォームインターフェースを使った敏捷開発プロジェクト設定の自動化
GPT-5 Mini、Jira、そしてフォームインターフェースを使った敏捷なプロジェクトセットアップの自動化
Set
Jira
Gmail
+
Set
Jira
Gmail
42 ノードBilly Christi
マルチモーダルAI
WordPressブログの自動化プロフェッショナル版(先端研究)v2.1マーケットプラグイン
GPT-4o、Perplexity AI、そして多言語対応を使ったSEO最適化ブログ作成の自動化
If
Set
Xml
+
If
Set
Xml
125 ノードDaniel Ng
コンテンツ作成
ワークフロー情報
難易度
上級
ノード数22
カテゴリー2
ノードタイプ16
作成者
Davide
@n3witaliaFull-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で表示 →
このワークフローを共有