Daily Briefing Email7 nodes
FeaturedAutomation#Cron#RSS#LLM#Email#Automation#Productivity
Daily Briefing Email
Fetch the latest news from an RSS feed every morning, summarise it with an LLM, and email a clean briefing to your inbox.
Workflow at a glance
The full canvas, before you import it
Click any node to see its config.
#Cron#RSS#LLM#Email#Automation#Productivity
Click a node to select it — same as the Heym editor; the panel shows its settings.
7 nodes · Free & source-available
Daily Briefing Email
A personal AI news desk: every morning Heym pulls your chosen RSS feed, asks an LLM to distil the top stories into a five-bullet summary, and emails it to you before you reach for your phone.
What this workflow does
- Cron fires every weekday at 07:00
- HTTP fetches your RSS feed and returns the raw XML
- LLM parses the XML text and writes a concise five-bullet morning briefing
- Send Email delivers the formatted digest to your inbox
- Output logs the send confirmation
Use cases
- Personal morning news digest (tech, finance, industry)
- Team briefing sent to a shared inbox before stand-up
- Executive summary for a curated set of sources
Setup
Replace the HTTP curl URL with any public RSS feed. Add an SMTP credential to the Send Email node and set the to address to your inbox. Optionally add multiple HTTP nodes for additional sources and merge them before the LLM step.
How to import this template
- 1Click Import → Copy JSON on this page.
- 2Open your Heym and navigate to a workflow canvas.
- 3Press Cmd+V / Ctrl+V — nodes appear instantly.
- 4Add your API keys in the node config panels and click Run.
More workflow templates
Discover more automations
- AutomationIMAP Support Inbox TriageWatch a shared mailbox, summarize incoming support email, and route urgent messages to Slack.
- AutomationCursor Post NotifierMonitor the Cursor blog on a schedule and Slack-notify your team when a new post goes live.
- AutomationClaude Blog MonitorMonitor the Anthropic blog on a schedule and Slack-notify your team on new Claude posts.
- AutomationGitHub Release RadarCompare the latest GitHub release tag against Redis and notify Slack when a project ships a new version.
- Automationweb.dev Article MonitorCron + crawler + Redis dedupe + Slack: get notified when Google's web.dev blog publishes a new article.
- AutomationUrgent vs Standard RouterBranch on a keyword in the input line — fast path vs standard path using a Condition and two outputs.
- AutomationWait — Debounce HandoffInsert a configurable pause (Wait node) before the final output — useful for debouncing or human-in-the-loop pacing.
- AutomationResilient HTTP + Error HandlerAttach an Error Handler node to an HTTP call and Slack-notify your team the moment a request fails.