Block 1 - 24/7 Crypto 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.
This automated n8n workflow monitors real time cryptocurrency prices using CoinGecko API and sends smart alerts when price conditions are met. It supports multi coin tracking, dynamic conditions, a...
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.discord
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Oneclick AI Squad.
Original n8n.io sourceThis automated n8n workflow monitors real-time cryptocurrency prices using CoinGecko API and sends smart alerts when price conditions are met. It supports multi-coin tracking, dynamic conditions, and instant notifications via Email, Telegram, and Discord.
24/7 Crypto Trigger – Runs every minute (or custom interval) to check latest prices.
Read Crypto Watchlist – Fetches symbols and conditions from Google Sheets.
Parse Crypto Data – Converts Google Sheet data into structured JSON.
Fetch Live Crypto Price – Uses CoinGecko API to get latest market price for each coin.
Smart Crypto Alert Logic – Compares live price with upper/lower limits and evaluates conditions:
Check Crypto Alert Conditions – Validates alerts before sending notifications.
Send Crypto Email Alert – Sends email alert if condition is true.
Send Telegram Crypto Alert – Sends Telegram alert.
Send Discord Crypto Alert – Sends Discord alert.
Update Crypto Alert History – Updates last_alert_price and last_alert_time in Google Sheet.
Crypto Alert Status Check – Ensures alert process completed successfully.
Success Notification – Sends confirmation message on success.
Error Notification – Sends an error alert if something fails.
| Column | Description |
|---|---|
| A | symbol (BTC, ETH, SOL, etc.) |
| B | upper_limit (e.g., 45000) |
| C | lower_limit (e.g., 40000) |
| D | direction (both / above / below) |
| E | cooldown_minutes (e.g., 10) |
| F | last_alert_price (auto-updated) |
| G | last_alert_time (auto-updated) |
Import the workflow into n8n.
Configure Google Sheets credentials and link your watchlist sheet.
Add your CoinGecko API endpoint in the Fetch Price node (Free tier).
Set up Email, Telegram, and Discord credentials for notifications.
Test with sample data:
Execute the workflow and monitor alerts.
n8n environment with execution permissions.
Google Sheets integration (with API credentials).
CoinGecko API (Free tier supported).
Notification channels:
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 cryptocurrency price monitor with CoinGecko & multi-channel alerts |
|---|---|
| Complexity | advanced |
| Nodes | 16 |
| Categories | Crypto Trading, Multimodal AI |
| Author | Oneclick AI Squad |
| Published | 21 Aug 2025 |
Use the JSON export at /data/workflows/7705/7705.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 automated n8n workflow monitors real time cryptocurrency prices using CoinGecko API and sends smart alerts when price conditions are met. It supports multi coin tracking, dynamic conditions, a...
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.