Block 1 - Every Monday at 8am
- Type / Role
- n8n-nodes-base.scheduleTrigger - scheduleTrigger
- Config choices
- Version 1.3
Weekly “Talking Points” Generator for Advisors This workflow automatically generates a weekly financial advisory briefing every Monday at 8 AM. It fetches live market data (SPY), collects top finan...
n8n-nodes-base.scheduletrigger, n8n-nodes-base.httprequest, n8n-nodes-base.merge, n8n-nodes-base.set, @n8n/n8n-nodes-langchain.googlegemini, n8n-nodes-base.if, n8n-nodes-base.gmail, n8n-nodes-base.noop
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by WeblineIndia.
Original n8n.io sourceThis workflow automatically generates a weekly financial advisory briefing every Monday at 8 AM. It fetches live market data (SPY), collects top financial news, uses Google Gemini AI to generate client-ready talking points and sends a formatted email via Gmail. It also logs all data into Google Sheets for tracking and analysis.
This workflow automates the creation of weekly financial talking points for advisors. Every Monday morning, it collects real-time SPY (S&P 500 ETF) market data and the latest financial news headlines. These inputs are combined and processed to ensure only valid and clean data is used.
The cleaned data is then sent to Google Gemini AI, which generates structured advisor-ready talking points along with simple client-friendly analogies. These insights help advisors communicate market trends effectively to clients.
Finally, the workflow formats the output into a professional email and sends it via Gmail. At the same time, all key data including market values, headlines and AI-generated output is stored in Google Sheets for record-keeping and analysis.
To run this workflow, you will need:
Update the following:
advisorEmail → Enter receiver email ID advisorName → Your name firmName → Your company nameThis node also prepares:
What it does (simple explanation):
Change Market Symbol
Modify symbol=SPY in Alpha Vantage node
Change News Topic
Update q=regulation in NewsAPI node
Modify AI Output Style
Edit prompt inside Set Variables node
Change Email Format
Customize HTML in Gmail node
Adjust Schedule
Change trigger timing (daily, weekly, etc.)
There can be many more use cases depending on how you customize this workflow.
| Issue | Possible Cause | Solution |
|---|---|---|
| No email received | Advisor email not set | Enter valid email in Set Variables node |
| Empty AI response | Gemini API issue | Check API key and model connection |
| No market data | Invalid Alpha Vantage API key | Verify API key |
| No news headlines | NewsAPI issue or limit reached | Check API key and quota |
| Workflow stops early | Validation failed | Ensure SPY data is available |
| Google Sheets not updating | गलत mapping or credentials issue | Reconnect and verify column mapping |
| Email formatting issue | HTML formatting error | Check Format node |
If you need help setting up, customizing or scaling this workflow, feel free to reach out.
Whether it's:
n8n automation developers at WeblineIndia can help you build powerful automation solutions tailored to your business needs.
Get in touch for expert assistance and custom workflow development.
This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
| Workflow | Generate weekly advisor talking points with Gemini, Gmail and Google Sheets |
|---|---|
| Complexity | advanced |
| Nodes | 19 |
| Categories | Market Research, AI Summarization |
| Author | WeblineIndia |
| Published | 12 May 2026 |
Use the JSON export at /data/workflows/15666/15666.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
Weekly “Talking Points” Generator for Advisors This workflow automatically generates a weekly financial advisory briefing every Monday at 8 AM. It fetches live market data (SPY), collects top finan...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Market Research, AI Summarization use case.