感恩罐提醒
中级
这是一个Other, AI领域的自动化工作流,包含 9 个节点。主要使用 Set, HttpRequest, ScheduleTrigger, ChainLlm, LmChatAzureOpenAi 等节点,结合人工智能技术实现智能自动化。 基于AI的LINE感恩提醒工作流程
前置要求
- •可能需要目标 API 的认证凭证
- •OpenAI API Key
工作流预览
可视化展示节点连接关系,支持缩放和平移
导出工作流
复制以下 JSON 配置到 n8n 导入,即可使用此工作流
{
"id": "Sebvr1R2t4zkAg1V",
"meta": {
"instanceId": "558d88703fb65b2d0e44613bc35916258b0f0bf983c5d4730c00c424b77ca36a",
"templateCredsSetupCompleted": true
},
"name": "感恩罐提醒",
"tags": [],
"nodes": [
{
"id": "ac48becc-e207-489b-a8e4-a8f69780c626",
"name": "触发器 2100 Bear 感恩罐通知",
"type": "n8n-nodes-base.scheduleTrigger",
"position": [
-80,
-100
],
"parameters": {
"rule": {
"interval": [
{
"triggerAtHour": 21
}
]
}
},
"typeVersion": 1.2
},
{
"id": "37f46ac1-5c0b-4cdf-aa33-67fad80dafdd",
"name": "WriteReminder",
"type": "@n8n/n8n-nodes-langchain.chainLlm",
"position": [
180,
-100
],
"parameters": {
"text": "=Today is a wonderful day! 🌟 What or who brought a smile to your face today? 😊\n",
"messages": {
"messageValues": [
{
"message": "You'll rewrite this message to send reminder to user to record good thing today."
}
]
},
"promptType": "define"
},
"typeVersion": 1.5
},
{
"id": "816f8089-a54f-4860-a658-448ab53a08fd",
"name": "便签",
"type": "n8n-nodes-base.stickyNote",
"position": [
-180,
-240
],
"parameters": {
"width": 300,
"height": 360,
"content": "## 触发器"
},
"typeVersion": 1
},
{
"id": "c7a620fe-2a50-4cfb-af91-8a4b4ca58adb",
"name": "便签1",
"type": "n8n-nodes-base.stickyNote",
"position": [
160,
-240
],
"parameters": {
"color": 5,
"width": 300,
"height": 360,
"content": "## 写提醒"
},
"typeVersion": 1
},
{
"id": "66b865a1-0a6c-4a3c-abb3-024ec7ff8b40",
"name": "便签2",
"type": "n8n-nodes-base.stickyNote",
"position": [
500,
-240
],
"parameters": {
"color": 6,
"width": 300,
"height": 360,
"content": "## 重新格式化"
},
"typeVersion": 1
},
{
"id": "adb8cf4e-de77-4490-a8da-b32122c3a730",
"name": "便签3",
"type": "n8n-nodes-base.stickyNote",
"position": [
840,
-240
],
"parameters": {
"color": 4,
"width": 300,
"height": 360,
"content": "## 推送消息"
},
"typeVersion": 1
},
{
"id": "6562967a-fae7-400a-913a-4cf68e70b40a",
"name": "重新格式化聊天模型输出",
"type": "n8n-nodes-base.set",
"position": [
600,
-100
],
"parameters": {
"options": {},
"assignments": {
"assignments": [
{
"id": "90abc5a6-c9b9-4b0d-b433-c6f90816dba3",
"name": "posestoday",
"type": "string",
"value": "={{ $json.text.replaceAll(\"\\n\",\"\\\\n\").replaceAll(\"\\n\",\"\").removeMarkdown().removeTags().replaceAll('\"',\"\") }}"
}
]
}
},
"typeVersion": 3.4
},
{
"id": "d2ab000a-6f3a-494f-807f-829cbb124685",
"name": "Azure OpenAI 聊天模型",
"type": "@n8n/n8n-nodes-langchain.lmChatAzureOpenAi",
"position": [
280,
-20
],
"parameters": {
"model": "4o",
"options": {
"temperature": 0.9
}
},
"credentials": {
"azureOpenAiApi": {
"id": "5AjoWhww5SQi2VXd",
"name": "Azure Open AI account"
}
},
"typeVersion": 1
},
{
"id": "c548df75-dc6c-472f-8992-77f0f57d4732",
"name": "Line 推送消息",
"type": "n8n-nodes-base.httpRequest",
"position": [
940,
-100
],
"parameters": {
"url": "https://api.line.me/v2/bot/message/push",
"method": "POST",
"options": {},
"jsonBody": "={\n \"to\": \"YOUR ID HERE\",\n \"messages\":[\n {\n \"type\":\"text\",\n \"text\":\"{{ $json.posestoday }}\"\n }\n ]\n} ",
"sendBody": true,
"specifyBody": "json",
"authentication": "genericCredentialType",
"genericAuthType": "httpHeaderAuth"
},
"credentials": {
"httpHeaderAuth": {
"id": "yiPG7xPwvDzsY0Qd",
"name": "Line @511dizji"
}
},
"typeVersion": 4.2
}
],
"active": true,
"pinData": {},
"settings": {
"timezone": "Asia/Bangkok",
"callerPolicy": "workflowsFromSameOwner",
"executionOrder": "v1"
},
"versionId": "19321d28-e96d-4f97-94a9-604b59b5b651",
"connections": {
"WriteReminder": {
"main": [
[
{
"node": "Reformat Output from Chat Model",
"type": "main",
"index": 0
}
]
]
},
"Azure OpenAI Chat Model": {
"ai_languageModel": [
[
{
"node": "WriteReminder",
"type": "ai_languageModel",
"index": 0
}
]
]
},
"Reformat Output from Chat Model": {
"main": [
[
{
"node": "Line Push Message",
"type": "main",
"index": 0
}
]
]
},
"Trigger 2100 Bear Gratitude Jar Notice": {
"main": [
[
{
"node": "WriteReminder",
"type": "main",
"index": 0
}
]
]
}
}
}常见问题
如何使用这个工作流?
复制上方的 JSON 配置代码,在您的 n8n 实例中创建新工作流并选择「从 JSON 导入」,粘贴配置后根据需要修改凭证设置即可。
这个工作流适合什么场景?
中级 - 其他, 人工智能
需要付费吗?
本工作流完全免费,您可以直接导入使用。但请注意,工作流中使用的第三方服务(如 OpenAI API)可能需要您自行付费。
相关工作流推荐
YogiAI
通过LINE获取每日锻炼计划和富媒体消息
Set
Code
Split Out
+10
31 节点lin@davoy.tech
其他
聊天机器人AI
在LINE上构建您自己的心理咨询聊天机器人,支持心理健康对话
If
Set
Webhook
+4
14 节点lin@davoy.tech
其他
AI 代理餐厅 [模板]
🤖 WhatsApp、Instagram 和 Messenger 的 AI 餐厅助手
If
N8n
Set
+37
239 节点Amanda Benks
其他
中文翻译器
通过Line和OpenRouter进行中文翻译(文本和图片)
Switch
Webhook
Http Request
+2
21 节点lin@davoy.tech
其他
MiniBear Webhook
使用GPT的LINE消息处理:保存笔记、名片数据和任务
If
Switch
Webhook
+8
45 节点lin@davoy.tech
其他
⚡AI驱动的YouTube播放列表和视频摘要与分析v2
AI YouTube播放列表与视频分析聊天机器人
If
Set
Code
+20
72 节点dmr
其他