8
n8n 中文网amn8n.com

自动化患者管理与教育系统(使用GPT-4)

中级

这是一个Support Chatbot, Multimodal AI领域的自动化工作流,包含 9 个节点。主要使用 Wait, Slack, OpenAi, Twilio, GoogleCalendarTrigger 等节点。 通过GPT-4、Google日历、Twilio和Slack通知自动化患者旅程管理

前置要求
  • Slack Bot Token 或 Webhook URL
  • OpenAI API Key
工作流预览
可视化展示节点连接关系,支持缩放和平移
导出工作流
复制以下 JSON 配置到 n8n 导入,即可使用此工作流
{
  "id": "3qRYGKllf8955nsv",
  "meta": {
    "instanceId": "a287613f1596da776459594685fbf4e2b4a12124f80ab8c8772f5e37bff103ae"
  },
  "name": "自动化患者管理与教育系统(使用GPT-4)",
  "tags": [],
  "nodes": [
    {
      "id": "7cf1befe-a0db-4081-866b-db4350d1a2bd",
      "name": "1. Google Calendar触发器",
      "type": "n8n-nodes-base.googleCalendarTrigger",
      "position": [
        -128,
        16
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "312f3320-9848-4e4c-b0df-7a3877f6b7dd",
      "name": "2. OpenAI(术前指南)",
      "type": "n8n-nodes-base.openAi",
      "position": [
        96,
        16
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "1be401cd-a0db-4ee7-a15c-fdf477753063",
      "name": "3. Twilio(发送指南)",
      "type": "n8n-nodes-base.twilio",
      "position": [
        320,
        16
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "8124c2fb-2bcc-4052-81a0-b257a47a966f",
      "name": "4. 等待(术后)",
      "type": "n8n-nodes-base.wait",
      "position": [
        544,
        16
      ],
      "webhookId": "c95e9ec9-80f7-4066-b9e5-72e1223ba410",
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "acc58036-0326-4c71-9650-fb2822425b4e",
      "name": "5. OpenAI(随访消息)",
      "type": "n8n-nodes-base.openAi",
      "position": [
        768,
        16
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "ddefe2da-bff1-46e4-ac61-447d4485b3f6",
      "name": "6. Twilio(发送随访消息)",
      "type": "n8n-nodes-base.twilio",
      "position": [
        992,
        16
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "2c6d5fe4-dc7f-4d79-9103-434e329e78f9",
      "name": "7. Slack(员工通知)",
      "type": "n8n-nodes-base.slack",
      "position": [
        1216,
        16
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "ab548888-e7e3-45e7-b60e-8a1ebca3add4",
      "name": "便签",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -192,
        -48
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "fdfe03a4-b172-4956-a342-5c37237134a2",
      "name": "便签1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -192,
        256
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    }
  ],
  "active": false,
  "pinData": {},
  "settings": {
    "executionOrder": "v1"
  },
  "versionId": "a56a2474-1688-4e42-8d0e-7b165ff89e80",
  "connections": {
    "3. Twilio (Send Guide)": {
      "main": [
        [
          {
            "node": "4. Wait (After Procedure)",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "4. Wait (After Procedure)": {
      "main": [
        [
          {
            "node": "5. OpenAI (Follow-up Message)",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "1. Google Calendar Trigger": {
      "main": [
        [
          {
            "node": "2. OpenAI (Pre-Procedure Guide)",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "5. OpenAI (Follow-up Message)": {
      "main": [
        [
          {
            "node": "6. Twilio (Send Follow-up Message)",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "2. OpenAI (Pre-Procedure Guide)": {
      "main": [
        [
          {
            "node": "3. Twilio (Send Guide)",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "6. Twilio (Send Follow-up Message)": {
      "main": [
        [
          {
            "node": "7. Slack (Staff Notification)",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
常见问题

如何使用这个工作流?

复制上方的 JSON 配置代码,在您的 n8n 实例中创建新工作流并选择「从 JSON 导入」,粘贴配置后根据需要修改凭证设置即可。

这个工作流适合什么场景?

中级 - 客服机器人, 多模态 AI

需要付费吗?

本工作流完全免费,您可以直接导入使用。但请注意,工作流中使用的第三方服务(如 OpenAI API)可能需要您自行付费。

工作流信息
难度等级
中级
节点数量9
分类2
节点类型6
难度说明

适合有一定经验的用户,包含 6-15 个节点的中等复杂度工作流

作者
Marth

Marth

@marth

Simplifying Business with Smart Automation. I create and share user-friendly, highly efficient n8n workflow templates for SMEs, focusing on digital marketing, sales, and operational excellence. Get ready to automate, innovate, and elevate your business. Connect me on Linkedin for custom solutions.

外部链接
在 n8n.io 查看

分享此工作流