This workflow corresponds to n8n.io template #6473 — we link there as the canonical source.
This workflow follows the Google Sheets → HTTP Request recipe pattern — see all workflows that pair these two integrations.
The workflow JSON
Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →
{
"id": "L5czNbprkux2nxA7",
"meta": {
"templateCredsSetupCompleted": true
},
"name": "\ud83d\ude80 Crypto Sentinel: Alert, Discover & Log Automation Pack",
"tags": [],
"nodes": [
{
"id": "4967a8fc-2d76-40f3-ae03-a894788da99b",
"name": "1. Cron (Price Monitor Trigger)",
"type": "n8n-nodes-base.scheduleTrigger",
"position": [
0,
0
],
"parameters": {},
"typeVersion": 1.2
},
{
"id": "4e35507c-6da0-43e0-81b7-5c476063f4fc",
"name": "2. HTTP Request (Check BTC Price)",
"type": "n8n-nodes-base.httpRequest",
"position": [
224,
0
],
"parameters": {},
"typeVersion": 4.2
},
{
"id": "5ee306bf-a79b-4d47-a7b4-fafde2b43528",
"name": "3. If (Price > $50k)",
"type": "n8n-nodes-base.if",
"position": [
448,
0
],
"parameters": {},
"typeVersion": 2.2
},
{
"id": "f150d735-ab3f-49e9-a108-969f121cf6b1",
"name": "4. Telegram (Send Alert)",
"type": "n8n-nodes-base.telegram",
"position": [
672,
0
],
"parameters": {},
"typeVersion": 1.2
},
{
"id": "145acbdb-7fcf-4460-b4c5-c7767e3b0fef",
"name": "1. RSS Feed (New Listing Trigger)",
"type": "n8n-nodes-base.rssFeedReadTrigger",
"notes": "(Replace the URL with another exchange's RSS feed if needed)",
"position": [
0,
256
],
"parameters": {},
"typeVersion": 1
},
{
"id": "7d4cb07b-4bcc-44f4-a760-782d29b0d12e",
"name": "2. Telegram (Listing Notif)",
"type": "n8n-nodes-base.telegram",
"position": [
208,
256
],
"parameters": {},
"typeVersion": 1.2
},
{
"id": "df905405-e041-435f-bfdf-b79802996780",
"name": "1. Cron (Transaction Logger Trigger)",
"type": "n8n-nodes-base.scheduleTrigger",
"position": [
0,
512
],
"parameters": {},
"typeVersion": 1.2
},
{
"id": "3e4c664e-45d0-4fba-b8aa-b5d57691a999",
"name": "2. HTTP Request (Get Binance Trades)",
"type": "n8n-nodes-base.httpRequest",
"position": [
208,
512
],
"parameters": {},
"typeVersion": 4.2
},
{
"id": "3e706ddd-d2dd-42ab-bb86-a282c02b4d15",
"name": "3. Function (Format Data)",
"type": "n8n-nodes-base.code",
"position": [
416,
512
],
"parameters": {},
"typeVersion": 2
},
{
"id": "62d605aa-7ad4-4c5b-9fb6-ec4947da126e",
"name": "4. Google Sheets (Log Transactions)",
"type": "n8n-nodes-base.googleSheets",
"position": [
624,
512
],
"parameters": {},
"typeVersion": 4.6
},
{
"id": "a9976be0-ef33-4973-aefe-b18096810563",
"name": "Sticky Note",
"type": "n8n-nodes-base.stickyNote",
"position": [
-64,
-48
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "84a6a845-e2c6-48d4-a91e-9fb3c622e2ce",
"name": "Sticky Note1",
"type": "n8n-nodes-base.stickyNote",
"position": [
-64,
208
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "871b4e34-a6dc-4f7b-8746-53757d23f5b4",
"name": "Sticky Note2",
"type": "n8n-nodes-base.stickyNote",
"position": [
-64,
464
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "7230c19c-a34b-4c4a-bcf1-7e346b2dca05",
"name": "Sticky Note3",
"type": "n8n-nodes-base.stickyNote",
"position": [
-496,
736
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "06799311-8d85-4e68-9b22-372cea009bb1",
"name": "Sticky Note4",
"type": "n8n-nodes-base.stickyNote",
"position": [
240,
736
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "3c3a6ef6-48a3-4d5f-ac12-dd72244b07b2",
"name": "Sticky Note5",
"type": "n8n-nodes-base.stickyNote",
"position": [
976,
736
],
"parameters": {
"content": ""
},
"typeVersion": 1
}
],
"active": false,
"settings": {
"executionOrder": "v1"
},
"versionId": "b289f4d5-1607-4eff-ac51-fbec3075168c",
"connections": {
"3. If (Price > $50k)": {
"main": [
[
{
"node": "4. Telegram (Send Alert)",
"type": "main",
"index": 0
}
]
]
},
"3. Function (Format Data)": {
"main": [
[
{
"node": "4. Google Sheets (Log Transactions)",
"type": "main",
"index": 0
}
]
]
},
"1. Cron (Price Monitor Trigger)": {
"main": [
[
{
"node": "2. HTTP Request (Check BTC Price)",
"type": "main",
"index": 0
}
]
]
},
"1. RSS Feed (New Listing Trigger)": {
"main": [
[
{
"node": "2. Telegram (Listing Notif)",
"type": "main",
"index": 0
}
]
]
},
"2. HTTP Request (Check BTC Price)": {
"main": [
[
{
"node": "3. If (Price > $50k)",
"type": "main",
"index": 0
}
]
]
},
"1. Cron (Transaction Logger Trigger)": {
"main": [
[
{
"node": "2. HTTP Request (Get Binance Trades)",
"type": "main",
"index": 0
}
]
]
},
"2. HTTP Request (Get Binance Trades)": {
"main": [
[
{
"node": "3. Function (Format Data)",
"type": "main",
"index": 0
}
]
]
}
}
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
This workflow is a comprehensive crypto automation system that combines three critical functions for traders and investors into one powerful tool: A trigger runs on a schedule (e.g., every minute). A node checks the cryptocurrency's price. An node compares the price against a…
Source: https://n8n.io/workflows/6473/ — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
⚠️ Heads up: this is satire. The "Hell Yeah!" workflow is a parody of "automate your whole life with AI agents" grindset content. The API endpoints are fictional and the function nodes are illustrativ
This workflow tracks a configurable crypto watchlist using the CoinGecko API, sends Telegram alerts when price, % change, or volume-spike conditions are met (with optional RSI filtering), optionally l
This workflow continuously monitors the Meta Ads Library for new creatives from a specific competitor pages, logs them into Google Sheets, and sends a concise Telegram notification with the number of
> n8n, Binance API, Google Sheets, Slack, Telegram, Jira & Email
This workflow is ideal for marketers, product managers, competitive intelligence teams, and anyone who needs to track changes on web pages — whether it's competitor pricing, job postings, policy updat