This 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.