Darmowy szablon automatyzacji

Spersonalizowany biuletyn technologii AI wykorzystujący RSS, OpenAI i Gmail

7675
2 mies. temu
24
bloków

Combine Tech News in a Personalized Weekly Newsletter

Ten szablon n8n automatyzuje zbieranie, przechowywanie i podsumowywanie wiadomości technologicznych z czołowych serwisów, przekształcając je w zwięzły, spersonalizowany cotygodniowy newsletter.

Jeśli chcesz być na bieżąco, ale jednocześnie ograniczyć codzienne rozpraszanie się, ten workflow jest idealny dla Ciebie. Wykorzystuje kanały RSS, bazy danych wektorowych i modele językowe (LLM) do czytania i selekcjonowania treści technologicznych w Twoim imieniu – dzięki czemu otrzymujesz tylko to, co naprawdę ważne.

Jak to działa

Codziennie wyzwalacz harmonogramu pobiera artykuły z wielu popularnych kanałów RSS, takich jak Wired, TechCrunch i The Verge.

Pobrane artykuły są:

  • Normalizowane w celu wyodrębnienia tytułów, podsumowań i dat publikacji.
  • Konwertowane na osadzenia wektorowe za pomocą OpenAI i przechowywane w pamięci dla szybkiego wyszukiwania semantycznego.

Cotygodniowy wyzwalacz harmonogramu aktywuje przepływ podsumowania AI:

  • AI otrzymuje Twoje zainteresowania (np. sztuczna inteligencja, gry, gadżety) i żądaną liczbę pozycji (np. 15).
  • Przeszukuje magazyn wektorowy, aby znaleźć odpowiednie artykuły i podsumowuje najbardziej wartościowe informacje.
  • Podsumowanie jest konwertowane na czysty format przyjazny dla e-maili i wysyłane na Twoją skrzynkę.

Jak używać

  • Połącz swoje konta OpenAI i Gmail z n8n.
  • Dostosuj listę kanałów RSS w węźle "Set Tech News RSS Feeds".
  • Zaktualizuj swoje zainteresowania i liczbę żądanych wiadomości w węźle "Your Topics of Interest".
  • Aktywuj workflow i pozwól automatyzacji działać zgodnie z harmonogramem.

Wymagania

  • Dane uwierzytelniające OpenAI do osadzania i podsumowywania
  • Gmail (lub inna usługa e-mail) do wysyłania newslettera

Dostosowywanie workflow

  • Chcesz użyć innych źródeł? Wymień własne kanały RSS lub użyj agregatora wiadomości opartego na API.
  • Zastąp magazyn wektorowy w pamięci Pinecone, Weaviate lub inną trwałą bazą danych wektorową dla dłuższego przechowywania.
  • Dostosuj styl podsumowania agenta do aktualizacji wewnętrznych, briefingów branżowych, a nawet podsumowań rozrywki.
  • Wolisz czat niż e-mail? Zastąp węzeł e-mail botem Telegram, aby otrzymywać spersonalizowany newsletter technologiczny bezpośrednio na czacie.

Przykłady zastosowań

Ten szablon automatyzacji może być wykorzystany w różnych scenariuszach, takich jak:

  • Osobisty newsletter technologiczny dostosowany do Twoich zainteresowań
  • Automatyczne aktualizacje dla zespołów IT lub developerów
  • Monitorowanie trendów w branży technologicznej
  • Tworzenie podsumowań dla klientów lub interesariuszy
  • Badania rynkowe i analiza konkurencji
  • Generowanie treści dla blogów lub mediów społecznościowych
  • Edukacja i ciągłe doskonalenie zawodowe w dziedzinie technologii

   Skopiuj kod szablonu   
{"id":"ni6SfqC3kthAlPtX","meta":{"instanceId":"a2eaba9e45ad7aab18b25cf863df1e910fb6dd3b85279bde97d9bae4a72f6862","templateCredsSetupCompleted":true},"name":"Personalized AI Tech Newsletter Using RSS, OpenAI and Gmail","tags":[],"nodes":[{"id":"5cc6bfe1-dbaa-4196-ac52-27e3d5b7e91d","name":"Split Out","type":"n8n-nodes-base.splitOut","position":[420,-300],"parameters":{"options":{},"fieldToSplitOut":"rss"},"typeVersion":1},{"id":"c696de41-aeb1-4e2c-9e7e-8b04f7800bdb","name":"Embeddings OpenAI","type":"@n8n/n8n-nodes-langchain.embeddingsOpenAi","position":[960,-100],"parameters":{"options":{}},"credentials":{"openAiApi":{"id":"DyPIpHdVscqT5xeY","name":"OpenAI Templates Account"}},"typeVersion":1.2},{"id":"4b127a8f-14b3-4a0e-86f6-3157c59bc09c","name":"Default Data Loader","type":"@n8n/n8n-nodes-langchain.documentDefaultDataLoader","position":[1120,-140],"parameters":{"options":{"metadata":{"metadataValues":[{"name":"title","value":"={{ $json.title }}"},{"name":"createDate","value":"={{ $now.toISO() }}"},{"name":"publishDate","value":"={{ $json.date }}"},{"name":"link","value":"={{ $json.link }}"}]}},"jsonData":"=# {{ $json.title }}n{{ $json.content }}","jsonMode":"expressionData"},"typeVersion":1},{"id":"c32d87cd-28ee-4b28-ad53-43320169b6df","name":"Recursive Character Text Splitter","type":"@n8n/n8n-nodes-langchain.textSplitterRecursiveCharacterTextSplitter","position":[1260,0],"parameters":{"options":{},"chunkSize":3000},"typeVersion":1},{"id":"c912148b-1142-4713-9769-1588ff308c62","name":"OpenAI Chat Model","type":"@n8n/n8n-nodes-langchain.lmChatOpenAi","position":[400,520],"parameters":{"model":{"__rl":true,"mode":"list","value":"gpt-4o","cachedResultName":"gpt-4o"},"options":{}},"credentials":{"openAiApi":{"id":"DyPIpHdVscqT5xeY","name":"OpenAI Templates Account"}},"typeVersion":1.2},{"id":"ba7aef6b-efec-4c35-a9d6-b2b8afb6b6c4","name":"Get Articles Daily","type":"n8n-nodes-base.scheduleTrigger","position":[-20,-300],"parameters":{"rule":{"interval":[{}]}},"typeVersion":1.2},{"id":"0827bf1b-1322-4e4a-8c5b-0da90382b202","name":"Send Weekly Summary","type":"n8n-nodes-base.scheduleTrigger","position":[-40,360],"parameters":{"rule":{"interval":[{"field":"weeks","triggerAtDay":[1],"triggerAtHour":5}]}},"typeVersion":1.2},{"id":"b1625ec0-fd2f-4098-ba79-1f522123cb86","name":"Sticky Note1","type":"n8n-nodes-base.stickyNote","position":[-100,-460],"parameters":{"color":7,"width":1560,"height":600,"content":"## 1. Save news in a vector store (runs daily)"},"typeVersion":1},{"id":"7edbdba1-43ac-4754-91ae-d506ee38e8ff","name":"Sticky Note2","type":"n8n-nodes-base.stickyNote","position":[-100,200],"parameters":{"color":7,"width":1380,"height":580,"content":"## 2. Send a summary (runs once a week)"},"typeVersion":1},{"id":"e166715b-f579-4d22-bf2f-9318e4e86f2a","name":"News reader AI","type":"@n8n/n8n-nodes-langchain.agent","position":[420,300],"parameters":{"text":"=Summarize the most relevant tech news published in the past 7 days. Today is {{ $now }}","options":{"systemMessage":"=Write in clear, concise, and easy-to-understand English, as if curating a weekly tech newsletter.nnPrioritize stories related to the following topics: {{ $json.Interests }}.nIf those topics aren't present, choose the most impactful, widely reported, and noteworthy tech events from the week.nnFor each news item:nnProvide a short, informative summary (1–3 sentences max)nnInclude the article title and a direct link to the original sourcennAvoid duplicate stories.nnInclude exactly {{ $json['Number of news items to include'] }} distinct news items.nMaintain a tone that's friendly yet professional, suitable for a broad audience of tech enthusiasts."},"promptType":"define"},"typeVersion":1.9},{"id":"c88c6c60-493e-41cf-b08d-3eef48e7cbc4","name":"Send Newsletter","type":"n8n-nodes-base.gmail","position":[1020,360],"webhookId":"0de8b6e8-8611-48a9-ba25-1d023698f577","parameters":{"sendTo":"your@email.com","message":"={{ $json.data }}","options":{},"subject":"Weekly tech newsletter"},"credentials":{"gmailOAuth2":{"id":"VVLm2UzmGbMNTTNO","name":"Gmail account 2"}},"typeVersion":2.1},{"id":"8e303102-f68c-4cf8-a2bb-4538830610e6","name":"Convert Response to an Email-Friendly Format","type":"n8n-nodes-base.markdown","position":[780,300],"parameters":{"mode":"markdownToHtml","options":{},"markdown":"={{ $json.output }}"},"typeVersion":1},{"id":"3f90c79c-a04d-4537-b426-33900acfcb8a","name":"Sticky Note3","type":"n8n-nodes-base.stickyNote","position":[120,300],"parameters":{"color":3,"width":220,"height":240,"content":"### Edit this:"},"typeVersion":1},{"id":"de315b7c-065c-45a7-be50-5d7a4eedeeaf","name":"Your topics of interest","type":"n8n-nodes-base.set","position":[180,360],"parameters":{"options":{},"assignments":{"assignments":[{"id":"018882ca-37c3-45af-944f-2081b0605065","name":"Interests","type":"string","value":"AI, games, gadgets"},{"id":"4cfdafc1-47a4-41cc-9eb8-72880ea34511","name":"Number of news items to include","type":"string","value":"15"}]}},"typeVersion":3.4},{"id":"8a1d6ac3-6fda-4916-a021-3d5db7d413e0","name":"Store News Articles","type":"@n8n/n8n-nodes-langchain.vectorStoreInMemory","position":[1080,-300],"parameters":{"mode":"insert","memoryKey":"news_store_key"},"typeVersion":1.1},{"id":"b7fd5c59-3ed7-4706-bdd7-a62c62cd65af","name":"Set Tech News RSS Feeds","type":"n8n-nodes-base.set","position":[200,-300],"parameters":{"options":{},"assignments":{"assignments":[{"id":"b8c00469-890b-4b5b-8e2e-2ad9ec2d0815","name":"rss","type":"array","value":"=[n "https://www.engadget.com/rss.xml",n "https://feeds.arstechnica.com/arstechnica/index",n "https://www.theverge.com/rss/index.xml",n "https://www.wired.com/feed/rss",n "https://www.technologyreview.com/topnews.rss",n "https://techcrunch.com/feed/"n]n"}]}},"typeVersion":3.4},{"id":"77f5f3bc-8ecd-481a-a570-6e49e4fda01b","name":"Read RSS News Feeds","type":"n8n-nodes-base.rssFeedRead","position":[640,-300],"parameters":{"url":"={{ $json.rss }}","options":{"ignoreSSL":false}},"typeVersion":1.1},{"id":"540f55b3-10d1-4f7e-bbdf-793ae6524fd7","name":"Get News Articles","type":"@n8n/n8n-nodes-langchain.vectorStoreInMemory","position":[540,500],"parameters":{"mode":"retrieve-as-tool","topK":20,"toolName":"get_news","memoryKey":"news_store_key","toolDescription":"Call this tool to get the latest news articles."},"typeVersion":1.1},{"id":"f5e37288-ef4c-41ea-87bd-1e9ee1e9ab0f","name":"Embeddings OpenAI2","type":"@n8n/n8n-nodes-langchain.embeddingsOpenAi","position":[740,620],"parameters":{"options":{}},"credentials":{"openAiApi":{"id":"DyPIpHdVscqT5xeY","name":"OpenAI Templates Account"}},"typeVersion":1.2},{"id":"f6e050de-8dc1-41dd-a18f-225a2f5f68ad","name":"Sticky Note4","type":"n8n-nodes-base.stickyNote","position":[140,-360],"parameters":{"color":3,"width":220,"height":240,"content":"### Edit this:"},"typeVersion":1},{"id":"4d773ce7-cbca-4568-bd40-0f9914e835bb","name":"Sticky Note5","type":"n8n-nodes-base.stickyNote","position":[-580,-460],"parameters":{"width":420,"height":920,"content":"n## Let AI read the tech news for younnThis workflow fetches news via [RSS feeds](https://en.wikipedia.org/wiki/RSS) from selected tech websites, stores them in a vector database and uses an AI agent to send you a weekly, personalized newsletter - keeping you informed without daily distractions.nn### How it worksn* A **daily scheduled trigger** fetches articles from multiple popular tech RSS feeds like Wired, TechCrunch, and The Verge.nn* Fetched articles are:n * **Normalized** to extract titles, summaries, and publish dates.n * **Converted to vector embeddings** via OpenAI and stored in memory for fast semantic querying.nn* A **weekly scheduled trigger** activates the AI summarization flow:n * The AI is provided with your interests (e.g., *AI, games, gadgets*) and the desired number of items (e.g., 15).n * It queries the vector store to retrieve relevant articles and summarizes the most newsworthy stories.n * The summary is converted into a clean, email-friendly format and sent to your inbox.nn### How to usen1. Connect your **OpenAI** and **Gmail** accounts to n8n.n2. Customize the list of RSS feeds in the “Set Tech News RSS Feeds” node.n3. Update your interests and number of desired news items in the “Your Topics of Interest” node.n4. Enter your email address in the "Send Newsletter" node.n4. Activate the workflow and let the automation run on schedule.nn### Requirementsn* **OpenAI** credentials for embeddings and summarizationn* **Gmail** (or another email service) for sending the newsletter"},"typeVersion":1},{"id":"796c2a13-c168-4bc9-b79b-fc80c31274c1","name":"Sticky Note6","type":"n8n-nodes-base.stickyNote","position":[900,580],"parameters":{"color":7,"width":520,"height":280,"content":"### 💡 Customizing this workflownn* Want to use different sources? Swap in your own RSS feeds, or use an API-based news aggregator.n* Replace the in-memory vector store with **Pinecone**, **Weaviate**, or another persistent vector DB for longer-term storage.n* Adjust the agent's summarization style to suit internal updates, industry-specific briefings, or even entertainment recaps.nHere’s an additional bullet point to include under **Customizing this workflow**:n* Prefer chat over email? Replace the email node with a **Telegram bot** to receive your personalized tech newsletter directly in a Telegram chat.nn"},"typeVersion":1},{"id":"4bd264b8-b088-413d-b44b-dae3b7cc3e77","name":"Sticky Note","type":"n8n-nodes-base.stickyNote","position":[960,300],"parameters":{"color":3,"width":220,"height":240,"content":"### Add your email:"},"typeVersion":1},{"id":"6d2b402d-22e0-4cc5-a070-8b4169f18a99","name":"Set and Normalize Fields","type":"n8n-nodes-base.set","position":[860,-300],"parameters":{"options":{},"assignments":{"assignments":[{"id":"e9f27ceb-c5f2-4997-8cb1-67576a7bb337","name":"title","type":"string","value":"={{ $json.title }}"},{"id":"4c4f9417-40f2-4fb0-9976-d09f5984680f","name":"content","type":"string","value":"={{ $json['content:encodedSnippet'] ?? $json.contentSnippet}}"},{"id":"e1986bac-054e-4240-ba50-536dbcd27337","name":"date","type":"string","value":"={{ $json.isoDate}}"},{"id":"9566e23c-ac30-4d66-abbd-889f322688b7","name":"link","type":"string","value":"={{ $json.link }}"}]}},"typeVersion":3.4}],"active":false,"pinData":{},"settings":{"executionOrder":"v1"},"versionId":"9b875084-83f0-43e6-968a-caec8fb29d7b","connections":{"Split Out":{"main":[[{"node":"Read RSS News Feeds","type":"main","index":0}]]},"News reader AI":{"main":[[{"node":"Convert Response to an Email-Friendly Format","type":"main","index":0}]]},"Send Newsletter":{"main":[[]]},"Embeddings OpenAI":{"ai_embedding":[[{"node":"Store News Articles","type":"ai_embedding","index":0}]]},"Get News Articles":{"ai_tool":[[{"node":"News reader AI","type":"ai_tool","index":0}]]},"OpenAI Chat Model":{"ai_languageModel":[[{"node":"News reader AI","type":"ai_languageModel","index":0}]]},"Embeddings OpenAI2":{"ai_embedding":[[{"node":"Get News Articles","type":"ai_embedding","index":0}]]},"Get Articles Daily":{"main":[[{"node":"Set Tech News RSS Feeds","type":"main","index":0}]]},"Default Data Loader":{"ai_document":[[{"node":"Store News Articles","type":"ai_document","index":0}]]},"Read RSS News Feeds":{"main":[[{"node":"Set and Normalize Fields","type":"main","index":0}]]},"Send Weekly Summary":{"main":[[{"node":"Your topics of interest","type":"main","index":0}]]},"Set Tech News RSS Feeds":{"main":[[{"node":"Split Out","type":"main","index":0}]]},"Your topics of interest":{"main":[[{"node":"News reader AI","type":"main","index":0}]]},"Set and Normalize Fields":{"main":[[{"node":"Store News Articles","type":"main","index":0}]]},"Recursive Character Text Splitter":{"ai_textSplitter":[[{"node":"Default Data Loader","type":"ai_textSplitter","index":0}]]},"Convert Response to an Email-Friendly Format":{"main":[[{"node":"Send Newsletter","type":"main","index":0}]]}}}
  • email
  • human
  • form
  • wait
  • hitl
  • approval
  • LangChain
  • Chat
  • Conversational
  • Plan and Execute
  • ReAct
  • Tools
Planeta AI 2025 
magic-wandmenu linkedin facebook pinterest youtube rss twitter instagram facebook-blank rss-blank linkedin-blank pinterest youtube twitter instagram