Block 1 - Market Hours Trigger
- Type / Role
- n8n-nodes-base.cron - cron
- Config choices
- Version 1
This workflow is provided as-is. Please review and test before using in production.
Monitor Indian (NSE/BSE) and US stock markets with intelligent price alerts, cooldown periods, and multi channel notifications (Email + Telegram). Automatically tracks price movements and sends ale...
n8n-nodes-base.cron, n8n-nodes-base.googlesheets, n8n-nodes-base.code, n8n-nodes-base.httprequest, n8n-nodes-base.if, n8n-nodes-base.emailsend, n8n-nodes-base.telegram, n8n-nodes-base.stickynote
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Oneclick AI Squad.
Original n8n.io sourceMonitor Indian (NSE/BSE) and US stock markets with intelligent price alerts, cooldown periods, and multi-channel notifications (Email + Telegram). Automatically tracks price movements and sends alerts when stocks cross predefined upper/lower limits.
Perfect for day traders, investors, and portfolio managers who need instant notifications for price breakouts and breakdowns.
Market Hours Trigger - Runs every 2 minutes during market hours Read Stock Watchlist - Fetches your stock list from Google Sheets Parse Watchlist Data - Processes stock symbols and alert parameters Fetch Live Stock Price - Gets real-time prices from Twelve Data API Smart Alert Logic - Intelligent price checking with cooldown periods Check Alert Conditions - Validates if alerts should be triggered Send Email Alert - Sends detailed email notifications Send Telegram Alert - Instant mobile notifications Update Alert History - Records alert timestamps in Google Sheets Alert Status Check - Monitors workflow success/failure Success/Error Notifications - Admin notifications for monitoring
Create a Google Sheet with these columns (in exact order):
YOUR_GOOGLE_SHEET_ID_HERE - Replace with your Google Sheet IDYOUR_TWELVE_DATA_API_KEY - Get free API key from twelvedata.comYOUR_TELEGRAM_CHAT_ID - Your Telegram chat ID (optional)[email protected] - Your sender email[email protected] - Alert recipient emailAAPL, TSLA, MSFT.BSE or .NSE suffix like TCS.NSE, RELIANCE.BSEsymbol upper_limit lower_limit direction cooldown_minutes
TCS.NSE 4000 3600 both 15
AAPL 180 160 both 10
RELIANCE.BSE 2800 2600 above 20
Alert: TCS crossed the upper limit. Current Price: ₹4100, Upper Limit: ₹4000.
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 | Real-time stock monitor with smart alerts for Indian & US markets |
|---|---|
| Complexity | intermediate |
| Nodes | 14 |
| Categories | Crypto Trading, Multimodal AI |
| Author | Oneclick AI Squad |
| Published | 21 Aug 2025 |
Use the JSON export at /data/workflows/7701/7701.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.
Monitor Indian (NSE/BSE) and US stock markets with intelligent price alerts, cooldown periods, and multi channel notifications (Email + Telegram). Automatically tracks price movements and sends ale...
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, Multimodal AI use case.