위치 기반 Telegram 트리거 알림 (iOS)
중급
이것은AI분야의자동화 워크플로우로, 6개의 노드를 포함합니다.주로 If, Webhook, Telegram 등의 노드를 사용하며인공지능 기술을 결합하여 스마트 자동화를 구현합니다. Telegram 로봇을 통해 위치 기반 알림 (iOS)
사전 요구사항
- •HTTP Webhook 엔드포인트(n8n이 자동으로 생성)
- •Telegram Bot Token
사용된 노드 (6)
카테고리
워크플로우 미리보기
노드 연결 관계를 시각적으로 표시하며, 확대/축소 및 이동을 지원합니다
워크플로우 내보내기
다음 JSON 구성을 복사하여 n8n에 가져오면 이 워크플로우를 사용할 수 있습니다
{
"id": "DXXqwJ0fr7xSvyfs",
"meta": {
"instanceId": "1e9c5d216f82eece259bdabdf191aced054cce6456f87af0ff7807ca2b37638a",
"templateCredsSetupCompleted": true
},
"name": "Location-Based Triggered Reminder via Telegram (iOS)",
"tags": [
{
"id": "hlEHEpOdSg5lhIqi",
"name": "Template",
"createdAt": "2025-06-05T15:35:52.689Z",
"updatedAt": "2025-06-05T15:35:52.689Z"
}
],
"nodes": [
{
"id": "fd5ba23b-4f64-4c9f-95e3-daac17864edd",
"name": "메모",
"type": "n8n-nodes-base.stickyNote",
"position": [
-40,
-140
],
"parameters": {
"color": 7,
"width": 180,
"height": 300,
"content": "### Wait for trigger when you arrive at a location\n"
},
"typeVersion": 1
},
{
"id": "d8f71384-eed9-4972-8b70-bfc71db546ec",
"name": "메모1",
"type": "n8n-nodes-base.stickyNote",
"position": [
180,
-40
],
"parameters": {
"color": 4,
"width": 180,
"height": 280,
"content": "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n### Add logic if there's any \n"
},
"typeVersion": 1
},
{
"id": "081d3949-7c34-481a-aad3-81ebbbbd8d90",
"name": "메모2",
"type": "n8n-nodes-base.stickyNote",
"position": [
480,
-200
],
"parameters": {
"color": 5,
"width": 180,
"height": 280,
"content": "### Send Message to Telegram\n"
},
"typeVersion": 1
},
{
"id": "943b59af-8f7e-4057-9fb2-fa608ff50f3f",
"name": "Send a Reminder",
"type": "n8n-nodes-base.telegram",
"position": [
520,
-100
],
"webhookId": "d3c93b6b-8c04-4015-9a59-7c4baa2e4e0d",
"parameters": {
"text": "=*Don't forget to take the bins out.*\n\n_Automated Reminder_",
"chatId": "{{ $chat_id }}",
"additionalFields": {
"appendAttribution": false
}
},
"credentials": {
"telegramApi": {
"id": "ya9idB8joP5s1Xf4",
"name": "Your Telegram Access Token"
}
},
"typeVersion": 1.2
},
{
"id": "f597148f-280d-46bf-8547-d58def046ae8",
"name": "Listen for Location Trigger",
"type": "n8n-nodes-base.webhook",
"position": [
0,
0
],
"webhookId": "629cc959-9520-47b8-8e71-b8bca8b5cd87",
"parameters": {
"path": "629cc959-9520-47b8-8e71-Roninimous",
"options": {}
},
"typeVersion": 2
},
{
"id": "e89e6949-540c-4ed0-bd73-4e4d21193321",
"name": "If Today is Wednesday and After 4 PM",
"type": "n8n-nodes-base.if",
"position": [
220,
0
],
"parameters": {
"options": {},
"conditions": {
"options": {
"version": 2,
"leftValue": "",
"caseSensitive": true,
"typeValidation": "strict"
},
"combinator": "and",
"conditions": [
{
"id": "c07414b8-0ed5-4741-9025-3e67d3b3c6e1",
"operator": {
"type": "dateTime",
"operation": "after"
},
"leftValue": "={{ $now }}",
"rightValue": "={{ $now.format('yyyy-MM-dd')}} 16:00:00"
},
{
"id": "f317ce1e-35a2-491d-bc74-ffd17b0a5204",
"operator": {
"type": "number",
"operation": "equals"
},
"leftValue": "={{ $now.weekday}}",
"rightValue": 3
}
]
}
},
"typeVersion": 2.2
}
],
"active": false,
"pinData": {},
"settings": {
"timezone": "Australia/Sydney",
"callerPolicy": "workflowsFromSameOwner",
"executionOrder": "v1"
},
"versionId": "2834ee7e-cad3-4295-a08b-549f52df46d5",
"connections": {
"f597148f-280d-46bf-8547-d58def046ae8": {
"main": [
[
{
"node": "e89e6949-540c-4ed0-bd73-4e4d21193321",
"type": "main",
"index": 0
}
]
]
},
"e89e6949-540c-4ed0-bd73-4e4d21193321": {
"main": [
[
{
"node": "943b59af-8f7e-4057-9fb2-fa608ff50f3f",
"type": "main",
"index": 0
}
],
[]
]
}
}
}자주 묻는 질문
이 워크플로우를 어떻게 사용하나요?
위의 JSON 구성 코드를 복사하여 n8n 인스턴스에서 새 워크플로우를 생성하고 "JSON에서 가져오기"를 선택한 후, 구성을 붙여넣고 필요에 따라 인증 설정을 수정하세요.
이 워크플로우는 어떤 시나리오에 적합한가요?
중급 - 인공지능
유료인가요?
이 워크플로우는 완전히 무료이며 직접 가져와 사용할 수 있습니다. 다만, 워크플로우에서 사용하는 타사 서비스(예: OpenAI API)는 사용자 직접 비용을 지불해야 할 수 있습니다.
관련 워크플로우 추천
AI이메일分诊与GPT-4警报系统及Telegram알림
AI이메일分诊与GPT-4警报系统及Telegram알림
If
Set
Gmail
+
If
Set
Gmail
104 노드Peter Joslyn
지원
AI Telegram 및 WhatsApp Business 에이전트
AI 기반 Telegram 및 WhatsApp Business 에이전트 워크플로
If
Set
Code
+
If
Set
Code
21 노드Amanda Benks
인공지능
Bright Data MCP 기반 AI Telegram 데이터 추출 봇
Bright Data MCP 통합 AI Telegram 데이터 추출 봇
If
N8n
Wait
+
If
N8n
Wait
21 노드Cyril Nicko Gaspar
엔지니어링
통합 Telegram/Baserow AI 어시스턴트 🤖🧠 음성/사진/노트 저장/장기 기억
통합 Telegram/Baserow AI 어시스턴트 🤖🧠 음성/사진/노트 저장/장기 기억
If
Set
Merge
+
If
Set
Merge
48 노드Rod
인공지능
GPT-4o, WordPress, LinkedIn을 사용한 RSS 콘텐츠 자동 블로그 게시
GPT-4o, WordPress 및 LinkedIn을 사용한 RSS 콘텐츠 블로그 게시물 자동 발행
If
Set
Code
+
If
Set
Code
40 노드Immanuel
인공지능
✨🔪 Llama Parse 기반 고급 AI 문서 분석 및 텍스트 추출
✨🔪 Llama Parse 기반 고급 AI 문서 분석 및 텍스트 추출
If
Set
Gmail
+
If
Set
Gmail
54 노드Joseph LePage
빌딩 블록