Block 1 - If
- Type / Role
- n8n-nodes-base.if - if
- Config choices
- Version 2.2
This workflow is provided as-is. Please review and test before using in production.
This n8n workflow automatically fetches the Forex Factory calendar for yesterday using Rapid API , then saves the data to a connected Google Sheet and sends Telegram alerts for high and medium impa...
n8n-nodes-base.if, n8n-nodes-base.code, n8n-nodes-base.telegram, n8n-nodes-base.googlesheets, n8n-nodes-base.aggregate, n8n-nodes-base.scheduletrigger, n8n-nodes-base.httprequest, n8n-nodes-base.stickynote
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Nima Salimi.
Original n8n.io sourceThis n8n workflow automatically fetches the Forex Factory calendar for yesterday using Rapid API, then saves the data to a connected Google Sheet and sends Telegram alerts for high and medium impact events.
It runs daily on schedule, collecting key fields such as currency, time, impact, and market indicators, and organizes them for easy tracking and analysis. Perfect for forex traders and analysts who need quick access to reliable market data from the previous day’s events.
📄 Create a Google Spreadsheet
Create a new spreadsheet in Google Sheets and add two sheets: High Impact and Low Impact.
Connect it to your Google Sheets nodes in n8n.
🌐 Find the API on Rapid API
Go to Rapid API and search for Forex Factory Scraper.
Subscribe to the API to get your access key.
🔑 Connect Rapid API to n8n
In your HTTP Request node, add the header below to authenticate your request:
💬 Add Your Telegram Chat ID
In the Telegram node, paste your Chat ID to receive daily alerts for high-impact news.
🕒 Activate the Workflow
Enable the Schedule Trigger to run daily.
The workflow will automatically fetch yesterday’s Forex Factory calendar,
save it to Google Sheets, and send Telegram notifications.
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 | Daily Import Yesterday's Forex Factory Calendar to Google Sheets with Telegram Alerts |
|---|---|
| Complexity | intermediate |
| Nodes | 12 |
| Categories | Crypto Trading |
| Author | Nima Salimi |
| Published | 07 Oct 2025 |
Use the JSON export at /data/workflows/9357/9357.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.
This n8n workflow automatically fetches the Forex Factory calendar for yesterday using Rapid API , then saves the data to a connected Google Sheet and sends Telegram alerts for high and medium impa...
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 use case.