高度なスケジュール予約 AI アシスタント

上級

これはSupport, AI, IT Ops分野の自動化ワークフローで、23個のノードを含みます。主にIf, Webhook, EmailSend, HttpRequest, Agentなどのノードを使用、AI技術を活用したスマート自動化を実現。 GPT-4、VAPI.ai、GHLを使ってAI電話予約とCRM更新を自動化

前提条件
  • HTTP Webhookエンドポイント(n8nが自動生成)
  • ターゲットAPIの認証情報が必要な場合あり
  • OpenAI API Key
ワークフロープレビュー
ノード接続関係を可視化、ズームとパンをサポート
ワークフローをエクスポート
以下のJSON設定をn8nにインポートして、このワークフローを使用できます
{
  "id": "uegulU0Nytvdj1vn",
  "meta": {
    "instanceId": "5beb610c1ddaf0be11e46fd8edaf0e265560c93f1638f8638d6a8a7adf44f57e",
    "templateCredsSetupCompleted": true
  },
  "name": "Advanced Appointment Booking Ai Agent",
  "tags": [],
  "nodes": [
    {
      "id": "af7b29cb-78d7-4aec-9166-387078c011b1",
      "name": "GHL Webhook",
      "type": "n8n-nodes-base.webhook",
      "position": [
        1100,
        280
      ],
      "webhookId": "YOUR_WEBHOOK_ID",
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "95e60c00-4ac9-4803-98d7-10d2176ef767",
      "name": "Notify Owner - New Lead",
      "type": "n8n-nodes-base.emailSend",
      "position": [
        1660,
        360
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "cca01cdb-7049-4cce-8fa7-b57fcbcc9645",
      "name": "Notify Client - Received",
      "type": "n8n-nodes-base.emailSend",
      "position": [
        1660,
        660
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "6d56449a-f6a6-4b75-ba53-0cbdf4759131",
      "name": "AIエージェント本体",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        1400,
        -160
      ],
      "parameters": {},
      "typeVersion": 1.9
    },
    {
      "id": "52fe7d53-840b-4d93-b44a-19be1ebcc7ba",
      "name": "検証AI",
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
      "position": [
        1440,
        140
      ],
      "parameters": {},
      "typeVersion": 1.2
    },
    {
      "id": "b00b3659-da69-4638-b90a-9bc6a179720e",
      "name": "会話履歴",
      "type": "@n8n/n8n-nodes-langchain.memoryBufferWindow",
      "position": [
        1580,
        20
      ],
      "parameters": {},
      "typeVersion": 1.3
    },
    {
      "id": "14ae3b45-4d6c-4f6a-81f4-435477a3d765",
      "name": "VAPI通話",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        1860,
        20
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "d5873ce5-e2e7-4c5f-8a0d-bd5263dcca51",
      "name": "GHL更新",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        2940,
        -20
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "6a75c127-8078-478b-95a9-96ec6a295c8d",
      "name": "Notify Owner - Confirmed",
      "type": "n8n-nodes-base.emailSend",
      "position": [
        3280,
        -20
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "f248c78a-99a0-4823-a2f5-1741f08f1809",
      "name": "通話後分析",
      "type": "@n8n/n8n-nodes-langchain.openAi",
      "position": [
        2220,
        100
      ],
      "parameters": {},
      "typeVersion": 1.8
    },
    {
      "id": "a4fbe959-3a60-4a6b-a3c6-dde34af6efe6",
      "name": "Notify Owner - No booking",
      "type": "n8n-nodes-base.emailSend",
      "position": [
        3220,
        460
      ],
      "webhookId": "e5e6dc6c-84bb-4de8-a4da-dc883397a1ad",
      "parameters": {},
      "typeVersion": 2.1
    },
    {
      "id": "3bd762c7-afc9-4dcc-a2b8-4504c3105b12",
      "name": "予約完了チェック",
      "type": "n8n-nodes-base.if",
      "position": [
        2540,
        180
      ],
      "parameters": {},
      "typeVersion": 2.2
    },
    {
      "id": "76c2621a-c4f3-457b-97b5-d7ef8e34ba54",
      "name": "付箋",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1060,
        180
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "75153be3-6402-4d72-a1d0-fc60434169e1",
      "name": "付箋1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1380,
        -280
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "b2e154a1-9a1b-451c-9210-990420439fed",
      "name": "付箋2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1320,
        60
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "0541f436-eecd-4644-9f52-22b7b32215a9",
      "name": "付箋3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1580,
        280
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "97e4449d-06b9-4a6b-b3e5-2d61b42a3da2",
      "name": "付箋4",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1580,
        560
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "e44ad677-84b1-4642-be8e-9b507173a115",
      "name": "付箋5",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1780,
        -100
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "7317b63c-922a-40ee-9ab6-34d06aeef6e7",
      "name": "付箋6",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        2160,
        -100
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "0ae8e341-c95c-4db6-8362-693a90a88dad",
      "name": "付箋7",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        2480,
        -100
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "08aabbda-25ff-47a9-a818-f2fdcc176a7d",
      "name": "付箋8",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        3160,
        300
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "1c2bb298-50b2-40a4-9c37-843ac7ddd284",
      "name": "付箋9",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        2860,
        -180
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "f4cf1bbc-ca0f-446d-add3-8c331d5e4b51",
      "name": "付箋10",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        3200,
        -180
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    }
  ],
  "active": false,
  "pinData": {},
  "settings": {
    "executionOrder": "v1"
  },
  "versionId": "0fc54645-3ab9-4e24-be0c-79f60217f572",
  "connections": {
    "14ae3b45-4d6c-4f6a-81f4-435477a3d765": {
      "main": [
        [
          {
            "node": "f248c78a-99a0-4823-a2f5-1741f08f1809",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "d5873ce5-e2e7-4c5f-8a0d-bd5263dcca51": {
      "main": [
        [
          {
            "node": "6a75c127-8078-478b-95a9-96ec6a295c8d",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "af7b29cb-78d7-4aec-9166-387078c011b1": {
      "main": [
        [
          {
            "node": "95e60c00-4ac9-4803-98d7-10d2176ef767",
            "type": "main",
            "index": 0
          },
          {
            "node": "cca01cdb-7049-4cce-8fa7-b57fcbcc9645",
            "type": "main",
            "index": 0
          },
          {
            "node": "6d56449a-f6a6-4b75-ba53-0cbdf4759131",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "6d56449a-f6a6-4b75-ba53-0cbdf4759131": {
      "main": [
        [
          {
            "node": "14ae3b45-4d6c-4f6a-81f4-435477a3d765",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "52fe7d53-840b-4d93-b44a-19be1ebcc7ba": {
      "ai_languageModel": [
        [
          {
            "node": "6d56449a-f6a6-4b75-ba53-0cbdf4759131",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "3bd762c7-afc9-4dcc-a2b8-4504c3105b12": {
      "main": [
        [
          {
            "node": "d5873ce5-e2e7-4c5f-8a0d-bd5263dcca51",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "a4fbe959-3a60-4a6b-a3c6-dde34af6efe6",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "f248c78a-99a0-4823-a2f5-1741f08f1809": {
      "main": [
        [
          {
            "node": "3bd762c7-afc9-4dcc-a2b8-4504c3105b12",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "b00b3659-da69-4638-b90a-9bc6a179720e": {
      "ai_memory": [
        [
          {
            "node": "6d56449a-f6a6-4b75-ba53-0cbdf4759131",
            "type": "ai_memory",
            "index": 0
          }
        ]
      ]
    }
  }
}
よくある質問

このワークフローの使い方は?

上記のJSON設定コードをコピーし、n8nインスタンスで新しいワークフローを作成して「JSONからインポート」を選択、設定を貼り付けて認証情報を必要に応じて変更してください。

このワークフローはどんな場面に適していますか?

上級 - サポート, 人工知能, IT運用

有料ですか?

このワークフローは完全無料です。ただし、ワークフローで使用するサードパーティサービス(OpenAI APIなど)は別途料金が発生する場合があります。

ワークフロー情報
難易度
上級
ノード数23
カテゴリー3
ノードタイプ9
難易度説明

上級者向け、16ノード以上の複雑なワークフロー

作成者
Sam Yassine

Sam Yassine

@samyassine

AI Automation Expert | n8n Wizard | Workflow Simplifier I turn complex processes into powerful automations using n8n. Whether you're scaling your business or saving hours of manual work, I've got plug-and-play templates that bring AI and automation together—fast, smart, and easy. Let’s make your systems work for you.

外部リンク
n8n.ioで表示

このワークフローを共有

カテゴリー

カテゴリー: 34