n8n 채팅 로봇에서 Flowise 다중 지능체 채팅 스트림을 가져오고 브랜드 맞춤화
중급
이것은Engineering, AI분야의자동화 워크플로우로, 7개의 노드를 포함합니다.주로 Set, HttpRequest, ChatTrigger 등의 노드를 사용하며인공지능 기술을 결합하여 스마트 자동화를 구현합니다. Flowise 다중 지능체 채팅 스트림으로 웹사이트에 브랜드화된 AI 채팅 로봇 생성
사전 요구사항
- •대상 API의 인증 정보가 필요할 수 있음
사용된 노드 (7)
워크플로우 미리보기
노드 연결 관계를 시각적으로 표시하며, 확대/축소 및 이동을 지원합니다
워크플로우 내보내기
다음 JSON 구성을 복사하여 n8n에 가져오면 이 워크플로우를 사용할 수 있습니다
{
"id": "IlTvU5j9eLTYb06I",
"meta": {
"instanceId": "a4bfc93e975ca233ac45ed7c9227d84cf5a2329310525917adaf3312e10d5462",
"templateCredsSetupCompleted": true
},
"name": "Import Flowise Multi-Agent Chatflows in n8n Chatbot and Branded it",
"tags": [],
"nodes": [
{
"id": "4eebb2dd-0879-4ee3-aa07-f5bc180f3afd",
"name": "채팅 메시지 수신 시",
"type": "@n8n/n8n-nodes-langchain.chatTrigger",
"position": [
-720,
0
],
"webhookId": "8465c3be-42ca-4489-8dde-815812206e61",
"parameters": {
"mode": "webhook",
"public": true,
"options": {
"allowedOrigins": "*"
}
},
"typeVersion": 1.1
},
{
"id": "cdd4781a-fb3a-492d-80a4-d75841dd458c",
"name": "필드 편집",
"type": "n8n-nodes-base.set",
"position": [
-280,
0
],
"parameters": {
"options": {},
"assignments": {
"assignments": [
{
"id": "6a50a699-9598-452a-bc38-a87e2be9084c",
"name": "output",
"type": "string",
"value": "={{ $json.text }}"
}
]
}
},
"typeVersion": 3.4
},
{
"id": "f63fd39c-014b-428d-81a5-f7a675dbfeac",
"name": "스티커 노트",
"type": "n8n-nodes-base.stickyNote",
"position": [
20,
-960
],
"parameters": {
"color": 6,
"width": 800,
"height": 220,
"content": "### Enable n8n CDN on your website\n<link href=\"https://cdn.jsdelivr.net/npm/@n8n/chat/dist/style.css\" rel=\"stylesheet\" />\n<script type=\"module\">\n\timport { createChat } from 'https://cdn.jsdelivr.net/npm/@n8n/chat/dist/chat.bundle.es.js';\n\n\tcreateChat({\n\t\twebhookUrl: 'YOUR_PRODUCTION_WEBHOOK_URL'\n\t});\n</script>"
},
"typeVersion": 1
},
{
"id": "209a551f-cb0e-42ae-a53d-78a1e2d96640",
"name": "스티커 노트1",
"type": "n8n-nodes-base.stickyNote",
"position": [
-740,
-960
],
"parameters": {
"color": 3,
"width": 720,
"height": 780,
"content": "## Flowise\n\nFlowise is an open-source, low-code/no-code platform designed to simplify the creation of AI agents and applications powered by large language models (LLMs). It offers a visual interface that allows users to build complex AI workflows without extensive programming knowledge.\n\nFlowise supports integration with various LLM frameworks and tools, making it a versatile choice for building AI-driven applications across different domains.\n\n### Basic Flowise Multi-Agent Chatflows:\n\n\nSet Header-Auth Name: Authorization and Value: Bearer FLOWSIE_API"
},
"typeVersion": 1
},
{
"id": "214da305-e6d2-4a1b-9ebf-572f122ba219",
"name": "스티커 노트2",
"type": "n8n-nodes-base.stickyNote",
"position": [
20,
-720
],
"parameters": {
"color": 6,
"width": 800,
"height": 540,
"content": "### Customize n8n Chatbot\n\n```js\ncreateChat({\n\twebhookUrl: '',\n\twebhookConfig: {\n\t\tmethod: 'POST',\n\t\theaders: {}\n\t},\n\ttarget: '#n8n-chat',\n\tmode: 'window',\n\tchatInputKey: 'chatInput',\n\tchatSessionKey: 'sessionId',\n\tmetadata: {},\n\tshowWelcomeScreen: false,\n\tdefaultLanguage: 'en',\n\tinitialMessages: [\n\t\t'Hi there! 👋',\n\t\t'My name is Nathan. How can I assist you today?'\n\t],\n\ti18n: {\n\t\ten: {\n\t\t\ttitle: 'Hi there! 👋',\n\t\t\tsubtitle: \"Start a chat. We're here to help you 24/7.\",\n\t\t\tfooter: '',\n\t\t\tgetStarted: 'New Conversation',\n\t\t\tinputPlaceholder: 'Type your question..',\n\t\t},\n\t},\n});\n```"
},
"typeVersion": 1
},
{
"id": "a31c4b87-43e4-4aa4-a5c3-8b84f7aab84f",
"name": "스티커 노트3",
"type": "n8n-nodes-base.stickyNote",
"position": [
-560,
-60
],
"parameters": {
"height": 220,
"content": "Set FLOWISE_URL and FLOW_ID"
},
"typeVersion": 1
},
{
"id": "14e6f14f-c7a8-4969-bc08-152c8f2f4b63",
"name": "Flowise",
"type": "n8n-nodes-base.httpRequest",
"position": [
-500,
0
],
"parameters": {
"url": "https://FLOWISEURL/api/v1/prediction/FLOWISE_ID",
"method": "POST",
"options": {},
"jsonBody": "={\n \"question\": \"{{ $json.chatInput }}\"\n}",
"sendBody": true,
"sendHeaders": true,
"specifyBody": "json",
"authentication": "genericCredentialType",
"genericAuthType": "httpHeaderAuth",
"headerParameters": {
"parameters": [
{
"name": "Content-Type",
"value": "application/json"
}
]
}
},
"credentials": {
"httpHeaderAuth": {
"id": "OzvOPMztvvv1Duex",
"name": "FLowise API"
}
},
"typeVersion": 4.2
}
],
"active": false,
"pinData": {},
"settings": {
"executionOrder": "v1"
},
"versionId": "054d4347-07c9-4c18-87e6-83fc08adeee9",
"connections": {
"14e6f14f-c7a8-4969-bc08-152c8f2f4b63": {
"main": [
[
{
"node": "cdd4781a-fb3a-492d-80a4-d75841dd458c",
"type": "main",
"index": 0
}
]
]
},
"4eebb2dd-0879-4ee3-aa07-f5bc180f3afd": {
"main": [
[
{
"node": "14e6f14f-c7a8-4969-bc08-152c8f2f4b63",
"type": "main",
"index": 0
}
]
]
}
}
}자주 묻는 질문
이 워크플로우를 어떻게 사용하나요?
위의 JSON 구성 코드를 복사하여 n8n 인스턴스에서 새 워크플로우를 생성하고 "JSON에서 가져오기"를 선택한 후, 구성을 붙여넣고 필요에 따라 인증 설정을 수정하세요.
이 워크플로우는 어떤 시나리오에 적합한가요?
중급 - 엔지니어링, 인공지능
유료인가요?
이 워크플로우는 완전히 무료이며 직접 가져와 사용할 수 있습니다. 다만, 워크플로우에서 사용하는 타사 서비스(예: OpenAI API)는 사용자 직접 비용을 지불해야 할 수 있습니다.
관련 워크플로우 추천
n8n 채팅 로봇에 Langflow 프로세스를 가져오고 브랜드 맞춤화
Langflow 백엔드와 커스터마이즈드 브랜드로 AI 추동된 웹 채팅 로봇 생성
Set
Http Request
Chat Trigger
+
Set
Http Request
Chat Trigger
7 노드Davide
엔지니어링
Mistral OCR 기반의 완전한 RAG, PDF에서 시작합니다.
Mistral OCR, Qdrant, Gemini AI를 사용하여 PDF 문서 RAG 시스템을 구축합니다.
Set
Code
Wait
+
Set
Code
Wait
34 노드Davide
인공지능
Qdrant를 사용하여 완전한 RAG 시스템, 자동 출처 참조를 포함합니다.
Qdrant, Gemini, OpenAI를 사용하여 자동 참조를 포함한 RAG 시스템을 구축합니다.
Set
Code
Wait
+
Set
Code
Wait
29 노드Davide
인공지능
RAG 문서 업데이트 기능 활성화
Google Drive, Qdrant 및 Gemini Chat을 사용하여 RAG 시스템을 구축 및 업데이트
Set
Wait
Google Drive
+
Set
Wait
Google Drive
29 노드Davide
인공지능
프록시 AI Anthropic Opus 4 및 Sonnet 4
Anthropic AI 에이전트: Claude Sonnet 4 및 Opus 4, 사고 및 웹 검색 도구 보유
Agent
Http Request Tool
Tool Think
+
Agent
Http Request Tool
Tool Think
11 노드Davide
엔지니어링
OpenRouter를 사용하는 자동화 AI 라우팅
OpenRouter를 통해 쿼리 최적화 동적 AI 모델 라우팅
Agent
Chat Trigger
Lm Chat Open Router
+
Agent
Chat Trigger
Lm Chat Open Router
7 노드Davide
엔지니어링
워크플로우 정보
난이도
중급
노드 수7
카테고리2
노드 유형4
저자
Davide
@n3witaliaFull-stack Web Developer based in Italy specialising in Marketing & AI-powered automations. For business enquiries, send me an email at info@n3w.it or add me on Linkedin.com/in/davideboizza
외부 링크
n8n.io에서 보기 →
이 워크플로우 공유