Daily Cybersecurity News Summarizer with Grok AI for Telegram

Go to Workflow
0 views
Built by Sheikh Masem Mandal Sheikh Masem Mandal
Created on June 09, 2026

Description

πŸš€ Cybersecurity News Automation Workflow

This n8n automation workflow fetches daily cybersecurity news, cleans it,
summarizes with AI, and posts it automatically to a Telegram channel.


πŸ”Ž Workflow Steps


1. Triggering the Workflow

9 AM - Schedule Trigger: Starts the workflow every day at 9 AM.




2. Fetching Cybersecurity News

Bleeping Computer Security Bulletin: Pulls the latest news from the RSS feed.




3. Processing Articles

HTTP Request β†’ Filter Body β†’ Extract Images: Retrieves the full article, cleans the HTML, and pulls image links.
AI Agent (OpenRouter Grok): Summarizes the article snippet into 2 short sentences.
Memory Buffer: Maintains short-term context across articles.




4. Merging Data

Merge Node: Combines images, cleaned text, and AI-generated summaries.




5. Filtering Sponsored Content

Sponsored Removal: Excludes articles with β€œSponsored” in the creator field.




6. Posting to Telegram

Loop Over Items + Send Photo Message: Publishes sponsor-free, summarized articles to @DailySecurityNewss telegram Channel.
Each post includes: title, author, date, AI summary, categories, image (if available), and the β€œRead more” link.
Wait 1 min: Adds a short delay to avoid spamming Telegram.



🎯 Outcome


βœ… Daily feed of cybersecurity news
βœ… Clean, AI-simplified summaries
βœ… Images & links preserved
βœ… Sponsored posts filtered
βœ… Auto-posted to Telegram at 9 AM

Nodes Used (5)

AI Agent
@n8n/n8n-nodes-langchain.agent
HTTP Request
n8n-nodes-base.httpRequest
OpenRouter Chat Model
@n8n/n8n-nodes-langchain.lmChatOpenRouter
Simple Memory
@n8n/n8n-nodes-langchain.memoryBufferWindow
Telegram
n8n-nodes-base.telegram