통용 AI 어시스턴트
중급
이것은Support Chatbot, AI Chatbot분야의자동화 워크플로우로, 10개의 노드를 포함합니다.주로 Webhook, Agent, RespondToWebhook, LmChatGoogleGemini, MemoryBufferWindow 등의 노드를 사용하며. Webhook 지원 대화 어시스턴트를 만듭니다. (Google Gemini와 세션 기억)
사전 요구사항
- •HTTP Webhook 엔드포인트(n8n이 자동으로 생성)
- •Google Gemini API Key
워크플로우 미리보기
노드 연결 관계를 시각적으로 표시하며, 확대/축소 및 이동을 지원합니다
워크플로우 내보내기
다음 JSON 구성을 복사하여 n8n에 가져오면 이 워크플로우를 사용할 수 있습니다
{
"id": "QNRmujxuRedJ4sCy",
"meta": {
"instanceId": "2000c64071c20843606b95c63795bb0797c41036047055a6586498e855b96efc"
},
"name": "Universal ai assistant",
"tags": [],
"nodes": [
{
"id": "a3a31971-a601-4a0a-a306-d5e63a7e33f5",
"name": "AI 에이전트",
"type": "@n8n/n8n-nodes-langchain.agent",
"position": [
920,
-40
],
"parameters": {
"text": "You are a helpful AI assistant designed to provide accurate, concise, and friendly responses to user queries. Your goal is to understand the user's needs and provide relevant information, guidance, or solutions. Always maintain a professional yet approachable tone. If you're unsure about something, acknowledge it honestly and suggest alternative approaches when possible.",
"options": {},
"promptType": "define"
},
"typeVersion": 1.8
},
{
"id": "921ac636-0297-4b7a-aeb1-6c68e9af6885",
"name": "Google Gemini 채팅 모델",
"type": "@n8n/n8n-nodes-langchain.lmChatGoogleGemini",
"position": [
948,
180
],
"parameters": {
"options": {},
"modelName": "models/gemini-2.0-flash"
},
"credentials": {
"googlePalmApi": {
"id": "l4J5aPMMyPyBTuRg",
"name": "Google Gemini(PaLM) Api account"
}
},
"typeVersion": 1
},
{
"id": "afcdf33e-bce6-4b80-bfee-f6707e307a03",
"name": "Webhook",
"type": "n8n-nodes-base.webhook",
"position": [
700,
-40
],
"webhookId": "45cec96e-962d-4e27-ab75-34d25b837032",
"parameters": {
"path": "45cec96e-962d-4e27-ab75-34d25b837032",
"options": {},
"httpMethod": "POST",
"responseMode": "responseNode"
},
"typeVersion": 2
},
{
"id": "317a9c30-7651-47e1-b6aa-64ce4162aa16",
"name": "Webhook 응답",
"type": "n8n-nodes-base.respondToWebhook",
"position": [
1296,
-40
],
"parameters": {
"options": {}
},
"typeVersion": 1.1
},
{
"id": "5f0d884e-3a75-49f9-babb-22fff9fb8a87",
"name": "심플 메모리",
"type": "@n8n/n8n-nodes-langchain.memoryBufferWindow",
"position": [
1068,
180
],
"parameters": {
"sessionKey": "={{ $json.body.sessionId }}",
"sessionIdType": "customKey"
},
"typeVersion": 1.3
},
{
"id": "a5ff29b4-5a46-4716-bd3b-a29c40923e63",
"name": "스티키 노트",
"type": "n8n-nodes-base.stickyNote",
"position": [
420,
-140
],
"parameters": {
"width": 280,
"height": 440,
"content": "## Webhook Entry Point\n\n**Receives requests from:**\n- Website chat widgets\n- Mobile apps\n- Third-party platforms\n- Custom integrations\n\n**Expected payload:**\n```json\n{\n \"message\": \"user question\",\n \"sessionId\": \"unique-session-id\"\n}\n```"
},
"typeVersion": 1
},
{
"id": "6799e102-74fe-49a3-8696-178143b5c7f7",
"name": "스티키 노트1",
"type": "n8n-nodes-base.stickyNote",
"position": [
760,
280
],
"parameters": {
"width": 220,
"height": 260,
"content": "## AI Processing Core\n\n**Powered by Google Gemini 2.0 Flash**\n- Fast response times\n- Context-aware conversations\n- Natural language understanding\n- Maintains conversation history per session"
},
"typeVersion": 1
},
{
"id": "e299b1f8-c6e7-4816-878d-60d3ff8edf14",
"name": "스티키 노트2",
"type": "n8n-nodes-base.stickyNote",
"position": [
1180,
280
],
"parameters": {
"color": 5,
"width": 180,
"height": 340,
"content": "## Session Memory\n\n**Conversation Context:**\n- Remembers previous messages\n- Maintains context per sessionId\n- Enables natural follow-up questions\n- Auto-manages conversation history"
},
"typeVersion": 1
},
{
"id": "b926b0ea-11d6-4773-83bd-ce12c7be40c1",
"name": "스티키 노트3",
"type": "n8n-nodes-base.stickyNote",
"position": [
1380,
-140
],
"parameters": {
"width": 160,
"height": 100,
"content": "## Response Output\n\n**Returns structured response:**\n- AI-generated answer\n- Consistent formatting\n- Ready for frontend display\n- JSON format compatible"
},
"typeVersion": 1
},
{
"id": "456572e3-0abf-408d-a5ab-36cb0e2d5911",
"name": "스티키 노트4",
"type": "n8n-nodes-base.stickyNote",
"position": [
720,
-400
],
"parameters": {
"color": 5,
"width": 300,
"height": 320,
"content": "## 🚀 AI Assistant Workflow\n\n**This workflow creates a conversational AI assistant that can be integrated anywhere:**\n\n✅ Website chat widgets\n✅ Mobile applications \n✅ WhatsApp/Telegram bots\n✅ Custom dashboards\n✅ Third-party platforms\n\n**Simply send POST requests to the webhook URL with your message and sessionId!**"
},
"typeVersion": 1
}
],
"active": false,
"pinData": {},
"settings": {
"executionOrder": "v1"
},
"versionId": "3453d230-0017-4f82-8942-346e34867c63",
"connections": {
"afcdf33e-bce6-4b80-bfee-f6707e307a03": {
"main": [
[
{
"node": "a3a31971-a601-4a0a-a306-d5e63a7e33f5",
"type": "main",
"index": 0
}
]
]
},
"a3a31971-a601-4a0a-a306-d5e63a7e33f5": {
"main": [
[
{
"node": "317a9c30-7651-47e1-b6aa-64ce4162aa16",
"type": "main",
"index": 0
}
]
]
},
"5f0d884e-3a75-49f9-babb-22fff9fb8a87": {
"ai_memory": [
[
{
"node": "a3a31971-a601-4a0a-a306-d5e63a7e33f5",
"type": "ai_memory",
"index": 0
}
]
]
},
"921ac636-0297-4b7a-aeb1-6c68e9af6885": {
"ai_languageModel": [
[
{
"node": "a3a31971-a601-4a0a-a306-d5e63a7e33f5",
"type": "ai_languageModel",
"index": 0
}
]
]
}
}
}자주 묻는 질문
이 워크플로우를 어떻게 사용하나요?
위의 JSON 구성 코드를 복사하여 n8n 인스턴스에서 새 워크플로우를 생성하고 "JSON에서 가져오기"를 선택한 후, 구성을 붙여넣고 필요에 따라 인증 설정을 수정하세요.
이 워크플로우는 어떤 시나리오에 적합한가요?
중급 - 지원 챗봇, AI 챗봇
유료인가요?
이 워크플로우는 완전히 무료이며 직접 가져와 사용할 수 있습니다. 다만, 워크플로우에서 사용하는 타사 서비스(예: OpenAI API)는 사용자 직접 비용을 지불해야 할 수 있습니다.
관련 워크플로우 추천
기반 Gemini 2.0 Flash AI 및 Google Sheets의 대화형 트랙잭션 캡처
기반 Gemini 2.0 Flash AI 및 Google Sheets의 대화형 트랙잭션 캡처
Webhook
Agent
Google Sheets Tool
+
Webhook
Agent
Google Sheets Tool
10 노드David Olusola
리드 생성
WhatsApp AI 어시스턴트 및 Google 문서, Gemini를 사용한 고객 지원 자동 처리
WhatsApp AI 어시스턴트, Google 문서 및 Gemini를 사용한 고객 지원 자동 처리
If
Code
Webhook
+
If
Code
Webhook
14 노드Jamot
지원 챗봇
다단계 도구 실행이 가능한 AI 기반 HVAC 스케줄링 에이전트
AI 에이전트, Google 캘린더 및 Gmail을 통한 HVAC 서비스 스케줄링 자동화
Wait
Gmail
Webhook
+
Wait
Gmail
Webhook
30 노드Bhuvanesh R
지원 챗봇
첫 번째 대체 모델을 포함한 이메일 대리자를 구축
사용법 첫 번째 자동 이메일 지원 대리인(AI 대체 옵션 및 로그 기록) 구축
Gmail
Gmail Trigger
Agent
+
Gmail
Gmail Trigger
Agent
11 노드David Olusola
티켓 관리
OpenAI GPT-4o-mini와 텍스트-to-voice를 사용하여 음성 어시스턴트 인터페이스 생성
사용 OpenAI GPT-4o-mini와 텍스트-to-voice로 음성 어시스턴트 인터페이스 생성
Html
Webhook
Agent
+
Html
Webhook
Agent
14 노드Anderson Adelino
지원 챗봇
AI 추동 페이스북 페이지 지원 챗봇: 자동 응답 및 지능형 고객 처리
GPT-4.1의 Facebook 메신저 채팅 로봇을 사용하여 인공지능 업그레이드 지원
If
Set
Wait
+
If
Set
Wait
32 노드SpaGreen Creative
지원 챗봇
워크플로우 정보
난이도
중급
노드 수10
카테고리2
노드 유형6
저자
David Olusola
@dae221AI automation consultant working with ambitious businesses on their most complex operational challenges. For project inquiries, reach me at david@daexai.com
외부 링크
n8n.io에서 보기 →
이 워크플로우 공유