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