Enterprise Professional

Newsletter AI — Automated Daily Digest

n8n workflow that curates and delivers a daily AI/tech newsletter to Telegram every day at 10 PM CET

How It Works

⏰ ScheduleDaily 10 PM CET
🔍 Tavily SearchFinds latest AI news (24h)
🔄 Firecrawl FallbackKicks in if Tavily returns nothing
🧠 HermesCurates, formats, anti-hallucination
📬 TelegramDelivers to @Nnnnewws_bot

Schedule & Delivery

PropertyValue
ScheduleDaily at 10:00 PM CET
Delivery bot@Nnnnewws_bot
Status✅ Active
Tier availabilityProfessional, Enterprise

Pipeline Details

1. Schedule Trigger

Cron-based: fires every day at 22:00 CET. No human intervention — completely autonomous.

2. Data Collection

Searches for latest AI/tech news from the past 24 hours via Tavily Search API. Query is dynamically built from the workflow's Set node configuration. If Tavily returns empty or irrelevant results, Firecrawl automatically kicks in as fallback.

3. AI Curation (Hermes)

Raw search results are sent to Hermes via the n8n proxy (:8765/hermes). Hermes curates 5-6 stories, formats them as Telegram HTML, and enforces strict anti-hallucination rules — every story must come from the actual search data, no invented prices or company figures.

4. Delivery

Formatted newsletter is sent to the @Nnnnewws_bot via Telegram Bot API. Messages use Telegram's limited HTML subset (<b>, <i>, <a>, <code>, <pre>).

Requirements

RequirementDetails
n8nSelf-hosted instance with workflows running
n8n ProxyPython proxy at :8765 for Hermes subprocess calls
Tavily API KeyFor web search data collection
Firecrawl API KeyFallback search provider
Telegram Bot TokenFor @Nnnnewws_bot delivery
HermesFor AI content curation and formatting

← Back to Hermes Deck