workflows.fit
Back to n8n workflows
n8n templateFreeBy LukaszB

Send a daily AI crypto news digest from Brave Search to Telegram with GPT-4.1-mini

Crypto News Digest — Daily Telegram Bot Automatically fetch the latest crypto headlines every morning and receive a clean AI-generated summary straight to your Telegram — fully hands-off once activated. --- What This ...

CommunicationHITLDevelopmentCore NodesAILangchainSchedule TriggerCode
Loading interactive preview...

Template notes

Crypto News Digest — Daily Telegram Bot

Automatically fetch the latest crypto headlines every morning and receive a clean AI-generated summary straight to your Telegram — fully hands-off once activated.

---

What This Workflow Does

Every day at a scheduled time, this workflow pulls the freshest cryptocurrency news from Brave Search, processes the top 5 results, generates a concise digest using OpenAI, and delivers it directly to a Telegram chat. No manual input, no dashboards to check — the news comes to you.

---

How It Works

1. Schedule Trigger fires automatically every day at 08:00 UTC 2. Brave Search queries the News API for the latest crypto headlines from the past 24 hours 3. Format Top 5 cleans and normalizes the raw results into structured article objects 4. Build Prompt assembles the articles into a formatted input string for the language model 5. Make Summary sends the prompt to OpenAI (gpt-4.1-mini), which generates a structured digest with a headline and 2–3 sentence summary per story, plus a final Market Mood line 6. Send to Telegram delivers the completed digest to your configured chat or channel