8
n8n 한국어amn8n.com

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)는 사용자 직접 비용을 지불해야 할 수 있습니다.

워크플로우 정보
난이도
중급
노드 수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