Communication & Messaging
Get the price of BTC in EUR and send an SMS when the price is larger than EUR 9000
Get the price of BTC in EUR and send an SMS when the price is larger than EUR 9000
Scheduled
Medium
5
Nodes
Scheduled
Trigger
Medium
Complexity
7/22/2025
Added
Workflow Overview
Total Nodes
5
Node Types
0
Workflow JSON
2.44 KB
{
"id": "79",
"name": "Get the price of BTC in EUR and send an SMS when the price is larger than EUR 9000",
"nodes": [
{
"name": "Cron",
"type": "n8n-nodes-base.cron",
"position": [
590,
500
],
"parameters": {
"triggerTimes": {
"item": [
{
"mode": "everyMinute"
}
]
}
},
"typeVersion": 1
},
{
"name": "CoinGecko",
"type": "n8n-nodes-base.coinGecko",
"position": [
790,
500
],
"parameters": {
"coinIds": [
"bitcoin"
],
"options": {},
"operation": "price",
"currencies": [
"eur"
]
},
"typeVersion": 1
},
{
"name": "IF",
"type": "n8n-nodes-base.if",
"position": [
990,
500
],
"parameters": {
"conditions": {
"number": [
{
"value1...Showing first 1000 characters. Click "Expand" to view the full JSON.