Resumen de noticias diario: usar ScrapeGraphAI para resumir fuentes RSS y enviar a correo/Telegram
Este es unContent Creation, Multimodal AIflujo de automatización del dominio deautomatización que contiene 22 nodos.Utiliza principalmente nodos como Set, Gmail, Limit, Filter, Telegram. Crear resúmenes de noticias personalizados desde fuentes RSS usando GPT y Gemini, enviados a correo/Telegram
- •Cuenta de Google y credenciales de API de Gmail
- •Bot Token de Telegram
- •Clave de API de OpenAI
- •Clave de API de Google Gemini
Nodos utilizados (22)
Categoría
{
"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": "Al hacer clic en 'Ejecutar flujo de trabajo'",
"type": "n8n-nodes-base.manualTrigger",
"position": [
-2544,
528
],
"parameters": {},
"typeVersion": 1
},
{
"id": "c371e851-1a56-49d1-8269-a507360c9ecc",
"name": "Lectura RSS",
"type": "n8n-nodes-base.rssFeedRead",
"position": [
-2288,
528
],
"parameters": {
"url": "URL_FEED",
"options": {}
},
"typeVersion": 1.2
},
{
"id": "aca55f6e-ea59-4e96-bdeb-91ffaaf43ff2",
"name": "Límite",
"type": "n8n-nodes-base.limit",
"position": [
-1568,
528
],
"parameters": {
"maxItems": 3
},
"typeVersion": 1
},
{
"id": "b735bf45-5f47-42ef-9219-0c23439adb22",
"name": "Iterar sobre elementos1",
"type": "n8n-nodes-base.splitInBatches",
"position": [
-1312,
528
],
"parameters": {
"options": {}
},
"typeVersion": 3
},
{
"id": "bef44bc3-7321-4b43-a4bf-a2a8e3a1ee19",
"name": "Convertir página web o artículo a markdown limpio útil para blogs, documentación de desarrollo y más",
"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 Modelo 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": "Filtro",
"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": "Enviar mensaje",
"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 Modelo de Chat1",
"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": "Establecer enlace",
"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": "Extractor de Información",
"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 Modelo 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": "Nota adhesiva",
"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": "Enviar a 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": "Analizador de Salida Estructurada",
"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": "Generar contenido",
"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": "Agregar",
"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": "Nota adhesiva1",
"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": "Nota adhesiva2",
"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": "Nota adhesiva3",
"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": "Nota adhesiva4",
"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": "Nota adhesiva5",
"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
}
]
]
}
}
}¿Cómo usar este flujo de trabajo?
Copie el código de configuración JSON de arriba, cree un nuevo flujo de trabajo en su instancia de n8n y seleccione "Importar desde JSON", pegue la configuración y luego modifique la configuración de credenciales según sea necesario.
¿En qué escenarios es adecuado este flujo de trabajo?
Avanzado - Creación de contenido, IA Multimodal
¿Es de pago?
Este flujo de trabajo es completamente gratuito, puede importarlo y usarlo directamente. Sin embargo, tenga en cuenta que los servicios de terceros utilizados en el flujo de trabajo (como la API de OpenAI) pueden requerir un pago por su cuenta.
Flujos de trabajo relacionados recomendados
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
Compartir este flujo de trabajo