Block 1 - Schedule Risk Review
- Type / Role
- n8n-nodes-base.scheduleTrigger - scheduleTrigger
- Config choices
- Version 1.3
Portfolio Exposure Risk Summary Generator n8n + Google Sheets + Gemini + Slack + Gmail This workflow automatically analyzes portfolio data from Google Sheets on a scheduled basis, calculates e...
n8n-nodes-base.scheduletrigger, n8n-nodes-base.googlesheets, n8n-nodes-base.if, n8n-nodes-base.code, @n8n/n8n-nodes-langchain.lmchatgooglegemini, @n8n/n8n-nodes-langchain.agent, n8n-nodes-base.set, n8n-nodes-base.gmail
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by WeblineIndia.
Original n8n.io source> n8n + Google Sheets + Gemini + Slack + Gmail
This workflow automatically analyzes portfolio data from Google Sheets on a scheduled basis, calculates exposure metrics such as sector allocation and concentration and generates a professional risk summary using Google Gemini. The report is then sent via email, shared on Slack and logged for historical tracking.
This workflow performs a complete portfolio risk analysis pipeline. It starts by fetching portfolio data from a Google Sheet and validating whether the required data exists. If valid data is present, it calculates key exposure metrics such as total portfolio value, sector allocation and concentration levels using a Code node.
These calculated metrics are then passed to an AI model (Google Gemini), which generates a concise and professional risk summary. The workflow ensures the output is structured properly before preparing a final report.
The final output is distributed through multiple channels: an email report, a Slack notification and a log entry in Google Sheets. If no portfolio data is available, the workflow gracefully handles the scenario by generating a fallback report and logging it.
Use "Read Portfolio From Sheet" node
Ensure sheet contains columns like:
Asset Name
Sector
Quantity
Price
Market Value (optional)
Code node calculates:
Total portfolio value
Sector exposure and percentages
Top holding concentration
Top 3 holdings
"Prepare Risk Report Data" formats final fields:
Total value
Top sector and exposure
Top holding and concentration
Risk summary
Run date and ID
If no portfolio data exists:
Default summary is generated
Logged to sheet for consistency
| Issue | Possible Cause | Solution |
|---|---|---|
| No data processed | Empty Google Sheet | Ensure portfolio data exists |
| AI output not parsed | Invalid JSON response | Check prompt format or parsing node |
| Email not sent | Gmail credentials missing | Reconnect Gmail account |
| Slack message not delivered | Incorrect channel setup | Verify Slack channel ID |
| Incorrect calculations | Missing numeric values | Validate sheet data types |
If you need assistance setting up this workflow, customizing it for your business or building advanced automation solutions, feel free to reach out to our n8n automation developers at WeblineIndia / Global. Our team specializes in building scalable and production-ready automation workflows tailored to your needs.
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 portfolio exposure risk summaries with Sheets, Gemini, Slack, and Gmail |
|---|---|
| Complexity | advanced |
| Nodes | 16 |
| Categories | Crypto Trading, AI Summarization |
| Author | WeblineIndia |
| Published | 20 May 2026 |
Use the JSON export at /data/workflows/15850/15850.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.
Portfolio Exposure Risk Summary Generator n8n + Google Sheets + Gemini + Slack + Gmail This workflow automatically analyzes portfolio data from Google Sheets on a scheduled basis, calculates e...
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 Crypto Trading, AI Summarization use case.