Résumé quotidien des actualités : résumer des flux RSS avec ScrapeGraphAI et envoyer par e-mail/Telegram
Ceci est unContent Creation, Multimodal AIworkflow d'automatisation du domainecontenant 22 nœuds.Utilise principalement des nœuds comme Set, Gmail, Limit, Filter, Telegram. Créer un résumé de actualités personnalisé à partir de sources RSS via GPT et Gemini, envoyé par e-mail/Telegram
- •Compte Google et informations d'identification Gmail API
- •Token Bot Telegram
- •Clé API OpenAI
- •Clé API Google Gemini
Nœuds utilisés (22)
Catégorie
{
"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": "Lors du clic sur 'Exécuter le workflow'",
"type": "n8n-nodes-base.manualTrigger",
"position": [
-2544,
528
],
"parameters": {},
"typeVersion": 1
},
{
"id": "c371e851-1a56-49d1-8269-a507360c9ecc",
"name": "Lecture RSS",
"type": "n8n-nodes-base.rssFeedRead",
"position": [
-2288,
528
],
"parameters": {
"url": "URL_FEED",
"options": {}
},
"typeVersion": 1.2
},
{
"id": "aca55f6e-ea59-4e96-bdeb-91ffaaf43ff2",
"name": "Limite",
"type": "n8n-nodes-base.limit",
"position": [
-1568,
528
],
"parameters": {
"maxItems": 3
},
"typeVersion": 1
},
{
"id": "b735bf45-5f47-42ef-9219-0c23439adb22",
"name": "Boucle sur les éléments 1",
"type": "n8n-nodes-base.splitInBatches",
"position": [
-1312,
528
],
"parameters": {
"options": {}
},
"typeVersion": 3
},
{
"id": "bef44bc3-7321-4b43-a4bf-a2a8e3a1ee19",
"name": "Convertir une page web ou un article en markdown propre pour blogs, docs dev et plus",
"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 Modèle de chat",
"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": "Filtre",
"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": "Envoyer un message",
"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 Modèle de chat 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": "Définir le lien",
"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": "Extracteur d'informations",
"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 Modèle de chat",
"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": "Note adhésive",
"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": "Envoyer vers 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": "Analyseur de sortie structurée",
"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": "Générer du contenu",
"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": "Agréger",
"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": "Note adhésive 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": "Note adhésive 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": "Note adhésive 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": "Note adhésive 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": "Note adhésive 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
}
]
]
}
}
}Comment utiliser ce workflow ?
Copiez le code de configuration JSON ci-dessus, créez un nouveau workflow dans votre instance n8n et sélectionnez "Importer depuis le JSON", collez la configuration et modifiez les paramètres d'authentification selon vos besoins.
Dans quelles scénarios ce workflow est-il adapté ?
Avancé - Création de contenu, IA Multimodale
Est-ce payant ?
Ce workflow est entièrement gratuit et peut être utilisé directement. Veuillez noter que les services tiers utilisés dans le workflow (comme l'API OpenAI) peuvent nécessiter un paiement de votre part.
Workflows recommandés
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
Partager ce workflow