WhatsApp 旅行計画ツール - リアルタイム旅行アシスタント

中級

これはSupport Chatbot, AI Chatbot分野の自動化ワークフローで、7個のノードを含みます。主にWait, WhatsApp, Agent, WhatsAppTrigger, LmChatOllamaなどのノードを使用。 Llama 3.2を基盤としたWhatsApp AI旅行アシスタント

前提条件
  • 特別な前提条件なし、インポートしてすぐに使用可能
ワークフロープレビュー
ノード接続関係を可視化、ズームとパンをサポート
ワークフローをエクスポート
以下のJSON設定をn8nにインポートして、このワークフローを使用できます
{
  "id": "j8cEUhUTfh7NrWYR",
  "meta": {
    "instanceId": "dd69efaf8212c74ad206700d104739d3329588a6f3f8381a46a481f34c9cc281",
    "templateCredsSetupCompleted": true
  },
  "name": "WhatsApp Travel Planner – Instant Trip Assistance",
  "tags": [],
  "nodes": [
    {
      "id": "121aa07e-2fef-4449-8971-4ebc679a5bfa",
      "name": "付箋ノート",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -160,
        -600
      ],
      "parameters": {
        "width": 480,
        "height": 180,
        "content": "This workflow automates personalized travel assistance via WhatsApp. It helps users plan trips, explore destinations, get visa/weather/hotel info, and book packages—all through a friendly virtual agent named Alex. It ensures quick, human-like support 24/7, improving customer experience and reducing manual handling by travel agents."
      },
      "typeVersion": 1
    },
    {
      "id": "46233d6c-35a6-4d00-bc6a-f01e71ec538a",
      "name": "WhatsApp メッセージ取得",
      "type": "n8n-nodes-base.whatsAppTrigger",
      "position": [
        -400,
        -140
      ],
      "webhookId": "66ee9d0b-5131-400f-b483-ded09c678cb2",
      "parameters": {
        "options": {},
        "updates": [
          "messages"
        ]
      },
      "credentials": {
        "whatsAppTriggerApi": {
          "id": "jt1wbDtaEmlHpPFc",
          "name": "WhatsApp -test"
        }
      },
      "typeVersion": 1
    },
    {
      "id": "ce1e12df-55f4-42ce-a72f-5c5e1a03a641",
      "name": "旅行アシスタント",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        -180,
        -140
      ],
      "parameters": {
        "text": "={{ $json.messages[0].text.body }}",
        "options": {
          "systemMessage": "You are Alex, a friendly, professional travel assistant, helping users on WhatsApp with trip planning, destination suggestions, tour packages, travel questions (like visas, weather, hotels), and bookings.\n\nYour style: Clear, concise, warm, and human-like. Avoid technical terms unless asked.\n\nAlways start with this message:\nHello! {{ $json.contacts[0].profile.name }}, welcome to OneClick. I’m your travel assistant. Where would you like to travel?"
        },
        "promptType": "define"
      },
      "typeVersion": 1.9
    },
    {
      "id": "5293e129-1ef3-4500-a3f3-c31ee2516453",
      "name": "メモリ",
      "type": "@n8n/n8n-nodes-langchain.memoryBufferWindow",
      "position": [
        -32,
        80
      ],
      "parameters": {
        "sessionKey": "={{ $json.messages[0].text.body }}",
        "sessionIdType": "customKey",
        "contextWindowLength": 200
      },
      "typeVersion": 1.3
    },
    {
      "id": "6dc49e56-457c-44e2-a450-bdb17fd9d04b",
      "name": "旅行計画作成",
      "type": "@n8n/n8n-nodes-langchain.lmChatOllama",
      "position": [
        -152,
        80
      ],
      "parameters": {
        "model": "llama3.2-16000:latest",
        "options": {}
      },
      "credentials": {
        "ollamaApi": {
          "id": "7td3WzXCW2wNhraP",
          "name": "Ollama - test"
        }
      },
      "typeVersion": 1
    },
    {
      "id": "d48c5d6e-95f2-4e60-a4be-e4aa9d187229",
      "name": "応答待機",
      "type": "n8n-nodes-base.wait",
      "position": [
        196,
        -140
      ],
      "webhookId": "8069f833-ea9c-47a3-9a8a-a29c04c329a3",
      "parameters": {
        "amount": 10
      },
      "typeVersion": 1.1
    },
    {
      "id": "c0b1cb28-8f3e-4cbf-9119-29bc62b4a7fc",
      "name": "WhatsApp 返信送信",
      "type": "n8n-nodes-base.whatsApp",
      "position": [
        416,
        -140
      ],
      "webhookId": "edbe9124-cc88-4af2-8cdb-af9ce7d7d673",
      "parameters": {
        "textBody": "={{ $json.output }}",
        "operation": "send",
        "phoneNumberId": "=+919876542345",
        "additionalFields": {},
        "recipientPhoneNumber": "={{ $('Get WhatsApp Message').item.json.contacts[0].wa_id }}"
      },
      "credentials": {
        "whatsAppApi": {
          "id": "b0PxTDPdWzznWnfG",
          "name": "WhatsApp-test "
        }
      },
      "typeVersion": 1
    }
  ],
  "active": false,
  "pinData": {},
  "settings": {
    "executionOrder": "v1"
  },
  "versionId": "827ccd83-7f7a-41ce-8568-c3beb451fbd9",
  "connections": {
    "5293e129-1ef3-4500-a3f3-c31ee2516453": {
      "ai_memory": [
        [
          {
            "node": "ce1e12df-55f4-42ce-a72f-5c5e1a03a641",
            "type": "ai_memory",
            "index": 0
          }
        ]
      ]
    },
    "ce1e12df-55f4-42ce-a72f-5c5e1a03a641": {
      "main": [
        [
          {
            "node": "d48c5d6e-95f2-4e60-a4be-e4aa9d187229",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "d48c5d6e-95f2-4e60-a4be-e4aa9d187229": {
      "main": [
        [
          {
            "node": "c0b1cb28-8f3e-4cbf-9119-29bc62b4a7fc",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "6dc49e56-457c-44e2-a450-bdb17fd9d04b": {
      "ai_languageModel": [
        [
          {
            "node": "ce1e12df-55f4-42ce-a72f-5c5e1a03a641",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "46233d6c-35a6-4d00-bc6a-f01e71ec538a": {
      "main": [
        [
          {
            "node": "ce1e12df-55f4-42ce-a72f-5c5e1a03a641",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
よくある質問

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

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

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

中級 - サポートチャットボット, AIチャットボット

有料ですか?

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

関連ワークフロー

AI ソーシャルメディア自動返信プラグイン(Instagram、Facebook、WhatsApp)
Instagram、Facebook、WhatsApp をサポートする Llama 3.2 ベースの AI によるソーシャルメディアメッセージ自動返信システム
Code
Switch
Webhook
+
Code
Switch
Webhook
12 ノードOneclick AI Squad
サポートチャットボット
WhatsAppチャットボット - レストラン案内アシスタント(予約・メニュー・営業時間)
レストラン カスタマーサービスの自動化をWhatsAppとLlama AIチャットボットで実現
If
Wait
Postgres
+
If
Wait
Postgres
9 ノードOneclick AI Squad
サポートチャットボット
業界を問わずAI駆動のインタラクティブな相談&予約アシスタント
GmailおよびGemini AIを使用した自動メール相談処理とルーティング
If
Code
Wait
+
If
Code
Wait
12 ノードOneclick AI Squad
サポートチャットボット
AIを使ったWhatsAppとGoogleスプレッドシート上でのレストラン予約の自動化
AIを使ってWhatsAppとGoogleスプレッドシートでレストランの予約を自動化
If
Filter
Whats App
+
If
Filter
Whats App
23 ノードBasil Irfan
サポートチャットボット
AI員工具を使ってWhatsAppにチャットGPTを構築する方法
WhatsApp AIアシスタントを作成(LLaMA 4 と Google 検索インサイトを使用)
Set
Switch
Whats App
+
Set
Switch
Whats App
12 ノードManav Desai
サポートチャットボット
AIを活用した書籍おすすめエンジン
メールベースの書籍推薦システム(Ollama LLM と OpenLibrary API 使用)
If
Set
Code
+
If
Set
Code
21 ノードOneclick AI Squad
サポートチャットボット
ワークフロー情報
難易度
中級
ノード数7
カテゴリー2
ノードタイプ7
難易度説明

経験者向け、6-15ノードの中程度の複雑さのワークフロー

作成者
Oneclick AI Squad

Oneclick AI Squad

@oneclick-ai

The AI Squad Initiative is a pioneering effort to build, automate and scale AI-powered workflows using n8n.io. Our mission is to help individuals and businesses integrate AI agents seamlessly into their daily operations from automating tasks and enhancing productivity to creating innovative, intelligent solutions. We design modular, reusable AI workflow templates that empower creators, developers and teams to supercharge their automation with minimal effort and maximum impact.

外部リンク
n8n.ioで表示

このワークフローを共有

カテゴリー

カテゴリー: 34