What This Workflow Does
This n8n workflow solves the problem of constantly monitoring cryptocurrency markets manually. For cryptocurrency traders, investors, and enthusiasts, staying on top of price movements is crucial but time-consuming. The workflow automatically tracks Bitcoin's price in Euros and sends you an SMS alert the moment it crosses your predetermined threshold, ensuring you never miss important market movements.
By automating this process, you eliminate the need to watch charts continuously or set up complicated trading platform alerts. The system works 24/7, monitoring prices even when you're sleeping, working, or away from your devices. When BTC reaches EUR 9000 (or whatever threshold you set), you'll receive an immediate SMS notification directly to your phone, enabling quick decision-making for your trading strategy.
How It Works
The workflow follows a simple but powerful sequence that connects cryptocurrency market data with communication channels to keep you informed in real-time.
Step 1: Price Data Retrieval
The workflow begins by connecting to a cryptocurrency API (typically CoinGecko, CoinMarketCap, or exchange APIs) to fetch the current Bitcoin price in Euros. This happens at regular intervals that you can configure based on your monitoring needs—from every minute for active traders to hourly for longer-term investors.
Step 2: Price Comparison
Once the current BTC/EUR price is retrieved, the workflow compares it against your predefined threshold value (EUR 9000 in the default configuration). This conditional logic ensures that notifications only trigger when your specific criteria are met, preventing unnecessary alerts during normal market conditions.
Step 3: SMS Notification
When the price condition is satisfied (BTC > EUR 9000), the workflow triggers an SMS notification through your preferred SMS service provider. The message includes key details like the current price, the threshold breached, and timestamp information, giving you complete context for your trading decisions.
Who This Is For
This workflow is ideal for cryptocurrency traders who need instant notifications for price movements, investors managing multiple cryptocurrencies who want automated monitoring, financial professionals tracking crypto markets for clients, and businesses that accept cryptocurrency payments and need to monitor exchange rates. It's particularly valuable for active traders who employ threshold-based strategies and need to act quickly when prices hit specific levels.
What You'll Need
- An n8n instance (cloud or self-hosted)
- Access to a cryptocurrency price API (free tiers available)
- An SMS service provider account (Twilio, MessageBird, etc.)
- Mobile number to receive alerts
- Basic understanding of n8n interface
Quick Setup Guide
- Download the workflow template using the button above
- Import the JSON file into your n8n instance
- Configure your cryptocurrency API credentials
- Set up your SMS provider credentials
- Adjust the price threshold from EUR 9000 to your desired level
- Test the workflow with current market prices
- Activate the workflow to begin monitoring
Key Benefits
Save 10-15 hours monthly by eliminating manual market monitoring and price checking across multiple platforms.
Never miss important price movements with 24/7 automated monitoring and instant SMS notifications.
Make faster trading decisions with real-time alerts delivered directly to your mobile device.
Reduce emotional trading by automating your predefined strategy triggers.
Customizable for multiple cryptocurrencies beyond just Bitcoin, adapting to your portfolio needs.