A daily automated agentic AI workflow that fetches top financial headlines (Global + India), summarizes them using OpenAI, and emails a crisp morning brief every day at 9:00 AM.
- n8n (workflow automation)
- RSS Feeds (Reuters, Bloomberg, FT, ET, Moneycontrol etc.)
- OpenAI (gpt-4o-mini) for summarization
- Gmail Node (email delivery)
- Pulls top finance/markets headlines from multiple sources
- Selects top 15 headlines
- Generates a structured daily report:
- Market Snapshot
- Top Headlines + why it matters
- Key Themes
- Today’s Watchlist
- Action Plan
- Emails the final report automatically
workflow.json→ Import this into n8n
- Create a free n8n cloud account
- Import the workflow JSON:
- Open workflow editor
- Import from file
- Select
workflow.json
- Update RSS URLs if needed
- Add OpenAI credentials
- Add Gmail credentials
- Set schedule trigger to 9:00 AM (Asia/Kolkata)
- Activate workflow
The OpenAI node uses a strict prompt to avoid hallucinations and keep output concise.
- This workflow is news-only (no stock prices)
- You can extend it later by adding a stock price API node