π Daily news curation with Gemini AI: auto-filter & publish to Notion & Telegram
β‘ 49 views Β· π Market Research & Insights
Description
What this template does
This workflow creates a daily βn8n News Radarβ briefing:
- Pulls the latest n8n ecosystem updates from Blog, Community, GitHub Releases, and Reddit.
- Filters to the last 24 hours + keyword relevance.
- Uses a Gemini βEditor-in-Chiefβ agent to semantically deduplicate topics and score them (only Score 3+ pass).
- Saves curated topics to a Notion database.
- Sends urgent alerts (Score 4+) to Telegram.
How it works (high level)
- Scheduled trigger (daily) or Manual trigger (testing)
- Data ingestion from 4 sources (RSS + GitHub API)
- Normalize + filter (24h)
- Keyword pre-filter (reduce noise + LLM cost)
- Batch items β Gemini agent (dedupe + scoring + Spanish strategic summary)
- Parse JSON output + Notion-safe chunking
- Save to Notion
- If Score >= 4 β send Telegram alert
Setup steps (after import)
- Connect these credentials in n8n:
- Google Gemini (AI Agent)
- Notion (Content DB)
- Telegram (alerts)
- Replace placeholders inside nodes:
- Add to Notion (Content DB) β
databaseId.value=YOUR_NOTION_DATABASE_ID - Telegram Notification β
chatId=YOUR_TELEGRAM_CHAT_ID_OR_@channelusername
Requirements
- An n8n instance (Cloud or self-hosted)
- Google Gemini API access
- A Notion database with the properties used by the Notion node
- A Telegram bot + target chat/channel
π Nodes Used
HTTP Request, RSS Read, Telegram, Notion, Schedule Trigger, Google Gemini
π₯ Import
Download workflow.json and import into n8n:
Workflow menu β Import from File