基于位置的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": "Sticky Note",
"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": "Sticky Note1",
"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": "Sticky Note2",
"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
构建模块