Block 1 - Simple Memory
- Type / Role
- @n8n/n8n-nodes-langchain.memoryBufferWindow - memoryBufferWindow
- Config choices
- Version 1.3
This workflow is provided as-is. Please review and test before using in production.
Who is this for? This workflow is perfect for content creators, newsletter publishers, digital marketers, and virtual assistants who need a quick way to generate professional newsletters from trend...
@n8n/n8n-nodes-langchain.memorybufferwindow, n8n-nodes-base.httprequesttool, n8n-nodes-base.wait, n8n-nodes-base.telegramtrigger, @n8n/n8n-nodes-langchain.agent, @n8n/n8n-nodes-langchain.lmchatopenai, @n8n/n8n-nodes-langchain.outputparserstructured, n8n-nodes-base.splitout
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Yang.
Original n8n.io sourceThis workflow is perfect for content creators, newsletter publishers, digital marketers, and virtual assistants who need a quick way to generate professional newsletters from trending news without manually curating and formatting articles.
Manually searching for news, summarizing articles, formatting them into a newsletter, and sending them by email is time-consuming and inconsistent. This workflow automates the process end-to-end: from capturing a keyword in Telegram to sending a ready-to-publish HTML newsletter by Gmail.
The workflow begins when a keyword is received from Telegram. The keyword is expanded into trending suggestions using Dumpling AI Autocomplete, then passed to Dumpling AI Google News to fetch recent articles. The results are structured, split, and scraped for clean content. The combined content is sent to OpenAI to generate a professional HTML newsletter and subject line, which is finally delivered to a chosen inbox via Gmail.
Telegram Trigger – Start: Receive Keyword
Listens for a keyword sent from Telegram to initiate the workflow.
HTTP Request – Google Autocomplete via Dumpling AI
Expands the keyword into trending search suggestions.
HTTP Request – Search Google News via Dumpling AI
Fetches recent news articles related to the autocomplete suggestions.
Parser and Split Nodes – Process Articles
Formats results into structured JSON and splits them into individual articles.
HTTP Request – Scraper via Dumpling AI
Scrapes and cleans each article to extract high-quality text.
Aggregate – Combine Article Content
Merges all cleaned articles into a single dataset for newsletter generation.
OpenAI – Generate Newsletter
Produces a ready-to-use HTML newsletter and subject line.
Gmail – Send Newsletter
Delivers the completed newsletter to the specified inbox.
This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
| Workflow | Generate email newsletters from Telegram keywords with Dumpling AI and GPT |
|---|---|
| Complexity | advanced |
| Nodes | 16 |
| Categories | Social Media, Multimodal AI |
| Author | Yang |
| Published | 02 Sept 2025 |
Use the JSON export at /data/workflows/8187/8187.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
Who is this for? This workflow is perfect for content creators, newsletter publishers, digital marketers, and virtual assistants who need a quick way to generate professional newsletters from trend...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Social Media, Multimodal AI use case.