비트코인 및 이더리움加密通貨 하락 경고 (Telegram, Slack, SMS)
중급
이것은Crypto Trading, Miscellaneous, Multimodal AI분야의자동화 워크플로우로, 8개의 노드를 포함합니다.주로 If, Code, Slack, Twilio, Telegram 등의 노드를 사용하며. Telegram, Slack 및 SMS를 통해 비트코인과 이더리움 암호화폐 하락 경고 전송
사전 요구사항
- •Slack Bot Token 또는 Webhook URL
- •Telegram Bot Token
- •대상 API의 인증 정보가 필요할 수 있음
워크플로우 미리보기
노드 연결 관계를 시각적으로 표시하며, 확대/축소 및 이동을 지원합니다
워크플로우 내보내기
다음 JSON 구성을 복사하여 n8n에 가져오면 이 워크플로우를 사용할 수 있습니다
{
"meta": {
"instanceId": "2000c64071c20843606b95c63795bb0797c41036047055a6586498e855b96efc",
"templateCredsSetupCompleted": true
},
"nodes": [
{
"id": "951eaf83-d275-4236-8811-a718d480f0d6",
"name": "30분마다",
"type": "n8n-nodes-base.scheduleTrigger",
"position": [
0,
0
],
"parameters": {
"rule": {
"interval": [
{
"field": "minutes"
}
]
}
},
"typeVersion": 1.1
},
{
"id": "d67348c4-bc2d-4509-a59f-c4bfcc021ffa",
"name": "암호화폐 가격 조회",
"type": "n8n-nodes-base.httpRequest",
"position": [
208,
0
],
"parameters": {
"url": "https://api.coingecko.com/api/v3/simple/price?ids=bitcoin,ethereum&vs_currencies=usd&include_24hr_change=true",
"options": {}
},
"typeVersion": 4.1
},
{
"id": "ab4554ee-10d4-473c-8643-a01700417acd",
"name": "하락 확인",
"type": "n8n-nodes-base.code",
"position": [
400,
0
],
"parameters": {
"jsCode": "const DIP=-2.5; // alert if 24h drop is <= -2.5%\nconst j=$json; const btc=Number(j.bitcoin?.usd_24h_change), eth=Number(j.ethereum?.usd_24h_change);\nreturn [{json:{\n dip: (isFinite(btc)&&btc<=DIP) || (isFinite(eth)&ð<=DIP),\n text:`Dip Alert — BTC ${btc?.toFixed?.(2)}%, ETH ${eth?.toFixed?.(2)}%`\n}}];"
},
"typeVersion": 2
},
{
"id": "8000fbce-7429-4b80-8db3-02d1bbf9af7a",
"name": "하락 여부?",
"type": "n8n-nodes-base.if",
"position": [
592,
0
],
"parameters": {
"options": {},
"conditions": {
"options": {
"version": 1,
"leftValue": "",
"caseSensitive": true,
"typeValidation": "strict"
},
"combinator": "and",
"conditions": [
{
"id": "8381a709-5104-40bc-bf81-b4c37dcce05c",
"operator": {
"name": "filter.operator.equals",
"type": "string",
"operation": "equals"
},
"leftValue": "",
"rightValue": ""
}
]
}
},
"typeVersion": 2
},
{
"id": "7b1d6277-0f79-408c-b584-e0009ecf7682",
"name": "Telegram 전송",
"type": "n8n-nodes-base.telegram",
"position": [
944,
96
],
"webhookId": "ee6fdc04-32a4-4f7f-925b-c4c4939d2e2c",
"parameters": {
"text": "={{ $json.text }}\n_Not financial advice._",
"chatId": "@your_channel_or_chatid",
"additionalFields": {}
},
"credentials": {
"telegramApi": {
"id": "z5KZFRpyGmxhASqz",
"name": "zmeena2"
}
},
"typeVersion": 1
},
{
"id": "5db76eac-660a-4610-b8ad-11d0b386f8c6",
"name": "스티커 메모",
"type": "n8n-nodes-base.stickyNote",
"position": [
-464,
-176
],
"parameters": {
"width": 640,
"height": 496,
"content": "## 📉 Buy the Dip Alert (Telegram/Slack/SMS)\n\n**What it does:** \nSends an alert when **BTC/ETH** 24h change falls below your dip threshold (default: **–2.5%**). Helps you catch big red days without watching charts all day.\n\n**Trigger:** \nEvery **30 minutes** (adjust cron as needed).\n\n**Nodes:** \nSchedule → CoinGecko → **Code (check dip %)** → IF → **Telegram/Slack/Twilio**\n\n**How to customize:** \n- Change `DIP` value in **Code node** (default: `-2.5`). \n- Pick your delivery channel (Telegram DM/channel, Slack channel, Twilio SMS). \n- Alert text is auto-formatted with % changes.\n\n**Example Output:** \n“Dip Alert — BTC –3.2%, ETH –2.8%” \n\n**Author:** David Olusola \n**Trading & 1:1 consulting:** [sales@daexai.com](mailto:sales@daexai.com)\n"
},
"typeVersion": 1
},
{
"id": "80a32dd7-a061-43ce-b39e-df649de613a1",
"name": "메시지 전송",
"type": "n8n-nodes-base.slack",
"position": [
944,
-192
],
"webhookId": "2c9274fd-cc04-4ebb-a2e6-d0dfb1a606d2",
"parameters": {
"text": "={{ $json.text }} _Not financial advice._",
"otherOptions": {},
"authentication": "oAuth2"
},
"credentials": {
"slackOAuth2Api": {
"id": "rCOUwK3276xqTfQi",
"name": "Slack account"
}
},
"typeVersion": 2.3
},
{
"id": "4d05702b-2246-40cd-9596-f4d70625d891",
"name": "SMS/MMS/WhatsApp 메시지 전송",
"type": "n8n-nodes-base.twilio",
"position": [
976,
-32
],
"parameters": {
"message": "={{ $json.text }} _Not financial advice._",
"options": {}
},
"typeVersion": 1
}
],
"pinData": {},
"connections": {
"8000fbce-7429-4b80-8db3-02d1bbf9af7a": {
"main": [
[
{
"node": "80a32dd7-a061-43ce-b39e-df649de613a1",
"type": "main",
"index": 0
},
{
"node": "7b1d6277-0f79-408c-b584-e0009ecf7682",
"type": "main",
"index": 0
},
{
"node": "4d05702b-2246-40cd-9596-f4d70625d891",
"type": "main",
"index": 0
}
]
]
},
"ab4554ee-10d4-473c-8643-a01700417acd": {
"main": [
[
{
"node": "8000fbce-7429-4b80-8db3-02d1bbf9af7a",
"type": "main",
"index": 0
}
]
]
},
"7b1d6277-0f79-408c-b584-e0009ecf7682": {
"main": [
[]
]
},
"80a32dd7-a061-43ce-b39e-df649de613a1": {
"main": [
[]
]
},
"951eaf83-d275-4236-8811-a718d480f0d6": {
"main": [
[
{
"node": "d67348c4-bc2d-4509-a59f-c4bfcc021ffa",
"type": "main",
"index": 0
}
]
]
},
"d67348c4-bc2d-4509-a59f-c4bfcc021ffa": {
"main": [
[
{
"node": "ab4554ee-10d4-473c-8643-a01700417acd",
"type": "main",
"index": 0
}
]
]
}
}
}자주 묻는 질문
이 워크플로우를 어떻게 사용하나요?
위의 JSON 구성 코드를 복사하여 n8n 인스턴스에서 새 워크플로우를 생성하고 "JSON에서 가져오기"를 선택한 후, 구성을 붙여넣고 필요에 따라 인증 설정을 수정하세요.
이 워크플로우는 어떤 시나리오에 적합한가요?
중급 - 암호화폐 거래, 기타, 멀티모달 AI
유료인가요?
이 워크플로우는 완전히 무료이며 직접 가져와 사용할 수 있습니다. 다만, 워크플로우에서 사용하는 타사 서비스(예: OpenAI API)는 사용자 직접 비용을 지불해야 할 수 있습니다.
관련 워크플로우 추천
CoinGecko와 ExchangeRate-API를 사용하여 BTC-ETH 가격 및 달러 환율 API 생성
CoinGecko와 ExchangeRate-API로 BTC/ETH 가격과 달러 환율 API 생성
Code
Merge
Webhook
+
Code
Merge
Webhook
7 노드David Olusola
암호화폐 거래
Telegram 포럼 패ulse: Gemini와 Groq AI 모델을 사용한 커뮤니티 모니터링
Telegram 포럼 패스: Gemini와 Groq AI 모델을 사용한 커뮤니티 모니터링
If
Set
Code
+
If
Set
Code
59 노드Nguyen Thieu Toan
기타
Gemini, Tavily 및 인공审核을 사용하여 SEO 최적화 WordPress 블로그 생성
사용Gemini, Tavily, 인공审核으로 SEO 최적화된 WordPress 블로그 생성
If
Set
Code
+
If
Set
Code
38 노드Aryan Shinde
콘텐츠 제작
주식 분석 템플릿
기술 분석, AI, Telegram을 결합하여 주식 시장 통찰력 생성
If
Set
Code
+
If
Set
Code
25 노드Sergey Skorobogatov
암호화폐 거래
CoinGecko 인기 코인
에서CoinGecko자동推送热门加密货币업데이트로Telegram
Function
Telegram
Http Request
+
Function
Telegram
Http Request
6 노드CryptooChai
암호화폐 거래
NewsAPI 및 Google Gemini를 사용한 기술 뉴스 블로그 기사 자동 생성 및 WordPress에 게시
NewsAPI 및 Google Gemini를 사용하여 기술 뉴스 블로그 게시물 자동 생성 및 WordPress에 게시
Code
Wordpress
Http Request
+
Code
Wordpress
Http Request
9 노드David Olusola
콘텐츠 제작
워크플로우 정보
난이도
중급
노드 수8
카테고리3
노드 유형8
저자
David Olusola
@dae221I help ambitious businesses eliminate operational bottlenecks and scale faster with AI automation. My clients typically see 40-60% efficiency gains within 90 days. Currently accepting 3 new projects this quarter - david@daexai.com
외부 링크
n8n.io에서 보기 →
이 워크플로우 공유