๐ Daily financial news summary with Ollama LLM - automated email report
โก 11,134 views ยท ๐ Market Research & Insights
Description
This workflow auto-fetches top financial headlines, cleans the content, and uses AI to summarize it into a short investor-friendly email.
Good to know
- The workflow runs daily and relies on stable webpage access; check the URL (e.g., https://www.ft.com/) for availability.
- AI costs may apply depending on the LLM model used (e.g., GPT-4 or Gemini); refer to provider pricing.
How it works
- Trigger the workflow daily with the
Schedule Daily Triggernode. - Fetch financial news from a webpage using the
Fetch Webpage Newsnode. - Add a
Delay to Ensure Page Loadnode to ensure content is fully loaded. - Extract and clean headlines with the
Extract News Headlines & Clean Extracted Datanode. - Process the data with the
LLM Chat Modelnode to generate a summary. - Send the summarized report via email using the
Email Daily Financial Summarynode.
How to use
- Import the workflow into n8n and configure the nodes with your webpage URL and email credentials.
- Test the workflow to verify content fetching and email delivery.
Requirements
- Webpage access (e.g., financial news site API or RSS)
- Email service (e.g., SMTP or API)
- LLM model credentials (e.g., GPT-4 or Gemini)
Customising this workflow
- Adjust the
Fetch Webpage Newsnode to target different news sources or modify theLLM Chat Modelprompt for a different summary style.
๐ Nodes Used
Send Email, HTTP Request, Schedule Trigger, AI Agent, Ollama Chat Model
๐ฅ Import
Download workflow.json and import into n8n:
Workflow menu โ Import from File