workflows.fit
Back to n8n workflows
n8n templateFreeBy David Olusola

Monitor Bitcoin & Ethereum prices with CoinGecko alerts via Email/SMS

⚠️ Crypto Price Threshold Alerts (Email/SMS/Telegram) 📌 Overview This workflow monitors Bitcoin (BTC) and Ethereum (ETH) prices in real-time using CoinGecko’s public API. It sends you an instant alert when a price cr...

DevelopmentCore NodesCommunicationHITLSchedule TriggerHttp RequestCodeIf
Loading interactive preview...

Template notes

⚠️ Crypto Price Threshold Alerts (Email/SMS/Telegram)

📌 Overview This workflow monitors Bitcoin (BTC) and Ethereum (ETH) prices in real-time using CoinGecko’s public API. It sends you an instant alert when a price crosses a custom threshold or when the 24-hour change moves beyond your defined % range.

Perfect for traders who want automated price pings without constantly checking charts.

---

⚙️ How it works 1. Schedule Trigger — runs every 10–15 minutes (configurable cron). 2. HTTP Request (CoinGecko) — fetches live BTC/ETH prices + 24h % changes. 3. Code Node — compares values against your target thresholds. 4. IF Node — checks if any condition is true (cross up/down or big move). 5. Notification Node — sends alert via Email, SMS (Twilio), or Telegram.

Example Output: > “BTC broke $110,000 (+2.1% 24h)”

---

🛠 Setup Guide 1. Set your thresholds in the Code node: - BTCUP / BTCDOWN - ETHUP / ETHDOWN - MOVEABS (absolute % change to trigger)