患者管理と教育システムの自動化(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": "Automated Patient Management & Education System with GPT-4",
  "tags": [],
  "nodes": [
    {
      "id": "7cf1befe-a0db-4081-866b-db4350d1a2bd",
      "name": "1. Google カレンダー Trigger",
      "type": "n8n-nodes-base.googleCalendarTrigger",
      "position": [
        -128,
        16
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "312f3320-9848-4e4c-b0df-7a3877f6b7dd",
      "name": "2. OpenAI (Pre-Procedure Guide)",
      "type": "n8n-nodes-base.openAi",
      "position": [
        96,
        16
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "1be401cd-a0db-4ee7-a15c-fdf477753063",
      "name": "3. Twilio (Send Guide)",
      "type": "n8n-nodes-base.twilio",
      "position": [
        320,
        16
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "8124c2fb-2bcc-4052-81a0-b257a47a966f",
      "name": "4. 待機 (After Procedure)",
      "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 (Follow-up Message)",
      "type": "n8n-nodes-base.openAi",
      "position": [
        768,
        16
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "ddefe2da-bff1-46e4-ac61-447d4485b3f6",
      "name": "6. Twilio (Send Follow-up Message)",
      "type": "n8n-nodes-base.twilio",
      "position": [
        992,
        16
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "2c6d5fe4-dc7f-4d79-9103-434e329e78f9",
      "name": "7. Slack (Staff Notification)",
      "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": {
    "1be401cd-a0db-4ee7-a15c-fdf477753063": {
      "main": [
        [
          {
            "node": "4. Wait (After Procedure)",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "4. Wait (After Procedure)": {
      "main": [
        [
          {
            "node": "acc58036-0326-4c71-9650-fb2822425b4e",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "1. Google Calendar Trigger": {
      "main": [
        [
          {
            "node": "312f3320-9848-4e4c-b0df-7a3877f6b7dd",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "acc58036-0326-4c71-9650-fb2822425b4e": {
      "main": [
        [
          {
            "node": "ddefe2da-bff1-46e4-ac61-447d4485b3f6",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "312f3320-9848-4e4c-b0df-7a3877f6b7dd": {
      "main": [
        [
          {
            "node": "1be401cd-a0db-4ee7-a15c-fdf477753063",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "ddefe2da-bff1-46e4-ac61-447d4485b3f6": {
      "main": [
        [
          {
            "node": "2c6d5fe4-dc7f-4d79-9103-434e329e78f9",
            "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で表示

このワークフローを共有

カテゴリー

カテゴリー: 34