통합 Telegram/Baserow AI 어시스턴트 🤖🧠 음성/사진/노트 저장/장기 기억
고급
이것은AI분야의자동화 워크플로우로, 48개의 노드를 포함합니다.주로 If, Set, Merge, Switch, Baserow 등의 노드를 사용하며인공지능 기술을 결합하여 스마트 자동화를 구현합니다. 통합 Telegram/Baserow AI 어시스턴트 🤖🧠 음성/사진/노트 저장/장기 기억
사전 요구사항
- •HTTP Webhook 엔드포인트(n8n이 자동으로 생성)
- •Telegram Bot Token
- •OpenAI API Key
- •PostgreSQL 데이터베이스 연결 정보
사용된 노드 (48)
카테고리
워크플로우 미리보기
노드 연결 관계를 시각적으로 표시하며, 확대/축소 및 이동을 지원합니다
워크플로우 내보내기
다음 JSON 구성을 복사하여 n8n에 가져오면 이 워크플로우를 사용할 수 있습니다
{
"id": "Dctc6QKyRXK17oEq",
"meta": {
"instanceId": "ca87034fd2d5cf9c52373260a6e37ca15a4a059ecc2971ac41c079ce4aa21138",
"templateCredsSetupCompleted": true
},
"name": "All-in-One Telegram/Baserow AI Assistant 🤖🧠 Voice/Photo/Save Notes/Long Term Mem",
"tags": [],
"nodes": [
{
"id": "bbcaac28-f07c-421b-91c6-e3b2d024a71f",
"name": "스티커 노트7",
"type": "n8n-nodes-base.stickyNote",
"position": [
-900,
80
],
"parameters": {
"color": 4,
"width": 340,
"height": 380,
"content": "## Retrieve Long Term Memories\nBaserow"
},
"typeVersion": 1
},
{
"id": "399c0a44-72b5-4e71-b578-3e4eb8087b3c",
"name": "스티커 노트8",
"type": "n8n-nodes-base.stickyNote",
"position": [
-180,
420
],
"parameters": {
"width": 280,
"height": 380,
"content": "## Save To Current Chat Memory"
},
"typeVersion": 1
},
{
"id": "d0438c1d-42e4-47d0-b23b-78f9cee5a28c",
"name": "스티커 노트9",
"type": "n8n-nodes-base.stickyNote",
"position": [
140,
420
],
"parameters": {
"color": 4,
"width": 280,
"height": 380,
"content": "## Save Long Term Memories\nBaserow"
},
"typeVersion": 1
},
{
"id": "d8cbf733-2a69-45d5-9767-43e8c67a43ee",
"name": "gpt-4o-mini",
"type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
"position": [
-400,
580
],
"parameters": {
"options": {}
},
"credentials": {
"openAiApi": {
"id": "lpt7A1AOIMshaaE7",
"name": "OpenAi account"
}
},
"typeVersion": 1.1
},
{
"id": "3cd6b923-b369-45e6-a3c1-5fff74a3074c",
"name": "채팅 응답",
"type": "n8n-nodes-base.set",
"position": [
220,
160
],
"parameters": {
"options": {},
"assignments": {
"assignments": [
{
"id": "d6f68b1c-a6a6-44d4-8686-dc4dcdde4767",
"name": "output",
"type": "string",
"value": "={{ $json.output }}"
}
]
}
},
"typeVersion": 3.4
},
{
"id": "912bf06d-ae8f-4513-a0c9-83c1edb1c159",
"name": "스티커 노트",
"type": "n8n-nodes-base.stickyNote",
"position": [
-500,
420
],
"parameters": {
"color": 3,
"width": 280,
"height": 380,
"content": "## LLM"
},
"typeVersion": 1
},
{
"id": "d5cf2019-d9bb-4fb6-b95c-e9e9f9ac5808",
"name": "Telegram 응답",
"type": "n8n-nodes-base.telegram",
"position": [
560,
180
],
"webhookId": "2ae9d05c-68e8-440a-9f13-08e5ef92bf6c",
"parameters": {
"text": "={{ $json.output }}",
"chatId": "={{ $('Listen for Telegram Events').item.json.body.message.chat.id }}",
"additionalFields": {
"parse_mode": "HTML",
"appendAttribution": false
}
},
"credentials": {
"telegramApi": {
"id": "EDuT6lIMLHRxdqqN",
"name": "Telegram account"
}
},
"typeVersion": 1.2
},
{
"id": "0858e353-8d83-437c-90bc-f57b31e92d1c",
"name": "스티커 노트1",
"type": "n8n-nodes-base.stickyNote",
"position": [
440,
60
],
"parameters": {
"width": 360,
"height": 300,
"content": "## Telegram \n(Optional)"
},
"typeVersion": 1
},
{
"id": "c315e630-2ed3-4141-a715-ab08849336be",
"name": "스티커 노트2",
"type": "n8n-nodes-base.stickyNote",
"position": [
-540,
80
],
"parameters": {
"color": 5,
"width": 1320,
"height": 780,
"content": "## AI AGENT with Long Term Memory & Note Storage"
},
"typeVersion": 1
},
{
"id": "2d09319d-f3be-43b8-a134-929992d4f469",
"name": "AI 도구 에이전트",
"type": "@n8n/n8n-nodes-langchain.agent",
"position": [
-140,
180
],
"parameters": {
"text": "={{\n (() => {\n try {\n return $('Edit Fields').item.json.text;\n } catch (e) {\n return undefined;\n }\n })() ||\n (() => {\n try {\n return $('Edit Fields1').item.json.text;\n } catch (e) {\n return undefined;\n }\n })() ||\n (() => {\n try {\n return $('Transcribe Recording').item.json.text;\n } catch (e) {\n return undefined;\n }\n })() ||\n 'default value' // optional default if all are undefined\n}}\n",
"options": {
"systemMessage": "=## ROLE \nYou are a friendly, attentive, and helpful AI assistant. Your primary goal is to assist the user while maintaining a personalized and engaging interaction. When possible, address the user by their first name to create a warmer, more personal experience.\n\n---\n\n## KEY TOOLS: MEMORY & NOTE MANAGEMENT\n\nThese are the core features of this workflow. **You do not need permission to save notes and memories; it’s your decision based on the conversation.**\n\n### Memory Management \n- **When to Use:** \n Evaluate each incoming message for noteworthy or personal information (e.g., preferences, habits, goals, important events, etc.). \n- **Action:** \n If the message contains such details, autonomously use the **Save Memory** Baserow tool to store a clear, concise summary. \n- **Response:** \n Always provide a meaningful reply that naturally acknowledges the input without revealing that a memory was saved.\n\n### Note Management \n- **When to Use:** \n If the user shares specific instructions, reminders, or standalone pieces of information meant to be retained, use the **Save Note** Baserow tool. \n- **Action:** \n Save these as concise notes without asking for permission. \n- **Response:** \n Your reply should integrate the note context naturally, ensuring that the note’s purpose is honored without overemphasizing the saving action.\n\n---\n\n## GENERAL RULES\n\n1. **Context Awareness:** \n - Use stored memories and notes to craft contextually relevant and personalized responses. \n - Always consider the date and time when a memory or note was collected to ensure your responses are up-to-date.\n\n2. **User-Centric Responses:** \n - Tailor your responses based on the user's preferences and past interactions. \n - If the user’s first name is provided in the user info section, address them by name when it feels natural and appropriate. \n - Be proactive in recalling relevant details from memory or notes without overwhelming the conversation.\n\n3. **Privacy and Sensitivity:** \n - Handle all user data with care. Do not share or expose stored information unless it directly enhances the interaction. \n - Never store passwords or usernames.\n\n4. **Fallback Responses:** \n - If no specific task or question arises (e.g., when only saving information), respond in a way that keeps the conversation flowing naturally: \n - “Thanks for sharing that, [First Name]! Is there anything else I can help you with today?” \n - DO NOT tell jokes as a fallback response.\n\n5. **Additional Tools:** \n - The remaining tools (Contacts, Calendar, Web Search, Qdrant Vector Retrieval) are available as extra features. They can be used when relevant but are secondary to the core Memory and Note management functionalities.\n\n---\n\n## USER INFO\n\n- **First Name**: {{ $('Listen for Telegram Events').item.json.body.message.from.first_name }}\n- **Age**: (if provided) \n- **Location**: (if provided) \n- **Job/Profession**: (if provided)\n\nUtilize this information to personalize your responses. For example, if the user's first name is available, begin responses with “Hi [First Name], …”\n\n---\n\n## REMAINING TOOLS\n\n### <More Tools>\n- <if you add more tools, add them here and add descriptions>\n\n---\n\n## MEMORIES \n\n### Recent Noteworthy Memories \nHere are the most recent memories collected from the user, including their date and time of collection: \n\n**{{ \n $json.data.map(item => item.Memory).join('\\n') \n}}**\n\n**Guidelines:** \n- Prioritize recent memories while considering older ones if still relevant. \n- Cross-reference memories for consistency (e.g., if conflicting details are present, clarify as needed).\n\n---\n\n## NOTES \n\n### Recent Notes Collected from User: \nHere are the most recent notes collected from the user: \n\n**{{ \n $json.data.map(item => item.Notes).join('\\n') \n}}**\n\n**Guidelines:** \n- Use notes for specific instructions or reminders. \n- Keep note content distinct from general memory content.\n\n---\n\n## ADDITIONAL INSTRUCTIONS \n\n- Think critically before responding to ensure your answers are thoughtful and accurate. \n- Strive to build trust with the user by being consistent, reliable, and personable. \n- Avoid robotic or overly formal language; aim for a conversational tone that is both friendly and helpful.\n\n## CURRENT DATE\n\n - {{ $now.setZone('America/Chicago').toISO() }} (Set Timezone Accordingly) \n"
},
"promptType": "define"
},
"typeVersion": 1.7,
"alwaysOutputData": false
},
{
"id": "4a5a636a-e526-4b0f-bf11-8cd623e46c68",
"name": "스티커 노트10",
"type": "n8n-nodes-base.stickyNote",
"position": [
460,
420
],
"parameters": {
"color": 4,
"width": 280,
"height": 380,
"content": "## Save Notes\nBaserow"
},
"typeVersion": 1
},
{
"id": "46cb38d9-4932-481e-96f2-14b3224de0a9",
"name": "스티커 노트11",
"type": "n8n-nodes-base.stickyNote",
"position": [
-900,
480
],
"parameters": {
"color": 4,
"width": 340,
"height": 380,
"content": "## Retrieve Notes\nBaserow"
},
"typeVersion": 1
},
{
"id": "c643683f-eee6-49c2-9f1a-05ba9a0742a6",
"name": "집계",
"type": "n8n-nodes-base.aggregate",
"position": [
-320,
180
],
"parameters": {
"options": {},
"aggregate": "aggregateAllItemData"
},
"typeVersion": 1
},
{
"id": "cdd999a7-d14f-4e20-88ea-4170c8cd521c",
"name": "병합",
"type": "n8n-nodes-base.merge",
"position": [
-480,
180
],
"parameters": {},
"typeVersion": 3
},
{
"id": "a60582a7-63ca-497e-aec0-2be8077ebc53",
"name": "스티커 노트5",
"type": "n8n-nodes-base.stickyNote",
"position": [
-2160,
180
],
"parameters": {
"color": 7,
"width": 420,
"height": 260,
"content": "## Validate Telegram User\n"
},
"typeVersion": 1
},
{
"id": "3b3b2573-5a2e-4c0f-8005-376ed55b068b",
"name": "스티커 노트3",
"type": "n8n-nodes-base.stickyNote",
"position": [
-2220,
780
],
"parameters": {
"color": 6,
"width": 1289,
"height": 432,
"content": "# Process Image"
},
"typeVersion": 1
},
{
"id": "3d27c492-758b-45d2-bc79-a51cc69ac2ef",
"name": "오디오 파일 가져오기",
"type": "n8n-nodes-base.telegram",
"position": [
-1380,
180
],
"webhookId": "4f5c2290-ff1a-4ce0-8319-e84807b1b1fc",
"parameters": {
"fileId": "={{ $json.body.message.voice.file_id }}",
"resource": "file"
},
"credentials": {
"telegramApi": {
"id": "EDuT6lIMLHRxdqqN",
"name": "Telegram account"
}
},
"typeVersion": 1.2
},
{
"id": "9bef0848-30a5-4e98-b0e8-640e061c475d",
"name": "이미지 분석",
"type": "@n8n/n8n-nodes-langchain.openAi",
"position": [
-1460,
1000
],
"parameters": {
"modelId": {
"__rl": true,
"mode": "list",
"value": "gpt-4o-mini",
"cachedResultName": "GPT-4O-MINI"
},
"options": {},
"resource": "image",
"inputType": "base64",
"operation": "analyze"
},
"credentials": {
"openAiApi": {
"id": "lpt7A1AOIMshaaE7",
"name": "OpenAi account"
}
},
"typeVersion": 1.6
},
{
"id": "b493ea36-c9f6-470d-97a9-8df43c10af18",
"name": "녹음 변환",
"type": "@n8n/n8n-nodes-langchain.openAi",
"position": [
-1100,
180
],
"parameters": {
"options": {},
"resource": "audio",
"operation": "transcribe",
"binaryPropertyName": "=data"
},
"credentials": {
"openAiApi": {
"id": "lpt7A1AOIMshaaE7",
"name": "OpenAi account"
}
},
"typeVersion": 1.6
},
{
"id": "05aff1e5-daf0-47d3-8df3-a548ca4ca2cd",
"name": "필드 편집",
"type": "n8n-nodes-base.set",
"position": [
-1240,
540
],
"parameters": {
"options": {},
"assignments": {
"assignments": [
{
"id": "b37b48ba-8fef-4e6c-bbca-73e6c2e1e0a8",
"name": "text",
"type": "string",
"value": "={{ $json.body.message.text }}"
}
]
}
},
"typeVersion": 3.4
},
{
"id": "ea70790d-716b-4f5d-b3d0-99259481ef22",
"name": "이미지 파일로 변환",
"type": "n8n-nodes-base.convertToFile",
"position": [
-1640,
1000
],
"parameters": {
"options": {
"fileName": "={{ $json.result.file_path }}"
},
"operation": "toBinary",
"sourceProperty": "data"
},
"typeVersion": 1.1
},
{
"id": "3e5913bf-0270-4e32-8647-80138abefde5",
"name": "파일에서 Base64 추출",
"type": "n8n-nodes-base.extractFromFile",
"position": [
-1820,
1000
],
"parameters": {
"options": {},
"operation": "binaryToPropery"
},
"typeVersion": 1
},
{
"id": "7d13ffbe-9496-4037-a7f2-d7b5774698ca",
"name": "스티커 노트12",
"type": "n8n-nodes-base.stickyNote",
"position": [
-1440,
80
],
"parameters": {
"color": 6,
"width": 513,
"height": 309,
"content": "# Process Audio"
},
"typeVersion": 1
},
{
"id": "73570d5a-87a6-4d1f-95f3-2b8ed087a28a",
"name": "스티커 노트6",
"type": "n8n-nodes-base.stickyNote",
"position": [
-1440,
420
],
"parameters": {
"color": 6,
"width": 513,
"height": 329,
"content": "# Process Text"
},
"typeVersion": 1
},
{
"id": "f8851e90-d710-4bc6-9705-af4828d65a48",
"name": "메시지 라우터",
"type": "n8n-nodes-base.switch",
"position": [
-1880,
480
],
"parameters": {
"rules": {
"values": [
{
"outputKey": "audio",
"conditions": {
"options": {
"version": 2,
"leftValue": "",
"caseSensitive": true,
"typeValidation": "strict"
},
"combinator": "and",
"conditions": [
{
"operator": {
"type": "object",
"operation": "exists",
"singleValue": true
},
"leftValue": "={{ $json.body.message.voice }}",
"rightValue": ""
}
]
},
"renameOutput": true
},
{
"outputKey": "text",
"conditions": {
"options": {
"version": 2,
"leftValue": "",
"caseSensitive": true,
"typeValidation": "strict"
},
"combinator": "and",
"conditions": [
{
"id": "342f0883-d959-44a2-b80d-379e39c76218",
"operator": {
"type": "string",
"operation": "exists",
"singleValue": true
},
"leftValue": "={{ $json.body.message.text }}",
"rightValue": ""
}
]
},
"renameOutput": true
},
{
"outputKey": "image",
"conditions": {
"options": {
"version": 2,
"leftValue": "",
"caseSensitive": true,
"typeValidation": "strict"
},
"combinator": "and",
"conditions": [
{
"id": "ded3a600-f861-413a-8892-3fc5ea935ecb",
"operator": {
"type": "array",
"operation": "exists",
"singleValue": true
},
"leftValue": "={{ $json.body.message.photo }}",
"rightValue": ""
}
]
},
"renameOutput": true
}
]
},
"options": {
"fallbackOutput": "extra"
}
},
"typeVersion": 3.2
},
{
"id": "88127339-2cc5-4364-9f27-6dea9df505ff",
"name": "이미지 스키마1",
"type": "n8n-nodes-base.set",
"position": [
-2160,
880
],
"parameters": {
"options": {},
"assignments": {
"assignments": [
{
"id": "17989eb0-feca-4631-b5c8-34b1d4a6c72b",
"name": "image_file_id",
"type": "string",
"value": "={{ $json.body.message.photo.last().file_id }}"
},
{
"id": "9317d7ae-dffd-4b1f-9a9c-b3cc4f1e0dd3",
"name": "caption",
"type": "string",
"value": "={{ $json.body.message.caption }}"
}
]
}
},
"typeVersion": 3.4
},
{
"id": "b0922d42-9864-4d9a-a5c9-b674892935ff",
"name": "캡션",
"type": "n8n-nodes-base.splitOut",
"position": [
-1460,
860
],
"parameters": {
"options": {},
"fieldToSplitOut": "caption"
},
"typeVersion": 1
},
{
"id": "74256b12-6f3b-44ba-a98b-bd233f90c360",
"name": "병합1",
"type": "n8n-nodes-base.merge",
"position": [
-1260,
860
],
"parameters": {
"mode": "combine",
"options": {},
"combineBy": "combineByPosition"
},
"typeVersion": 3
},
{
"id": "9f77577b-167c-4628-b2d1-37e17d9ddb10",
"name": "이미지 가져오기",
"type": "n8n-nodes-base.telegram",
"position": [
-2000,
1000
],
"webhookId": "2d9b0a49-b46f-4794-9f4b-f406a213e74a",
"parameters": {
"fileId": "={{ $json.image_file_id }}",
"resource": "file"
},
"credentials": {
"telegramApi": {
"id": "EDuT6lIMLHRxdqqN",
"name": "Telegram account"
}
},
"typeVersion": 1.2
},
{
"id": "ffdf119a-cfa1-408a-aaca-458691f8d56b",
"name": "필드 편집1",
"type": "n8n-nodes-base.set",
"position": [
-1100,
860
],
"parameters": {
"options": {},
"assignments": {
"assignments": [
{
"id": "b37b48ba-8fef-4e6c-bbca-73e6c2e1e0a8",
"name": "text",
"type": "string",
"value": "={{ $json.caption }}\n\n{{ $json.content }}"
}
]
}
},
"typeVersion": 3.4
},
{
"id": "2b750b39-c72a-46ae-8e3f-0060181d2a51",
"name": "스티커 노트13",
"type": "n8n-nodes-base.stickyNote",
"position": [
-2220,
80
],
"parameters": {
"color": 4,
"width": 753,
"height": 669,
"content": "# Secure User"
},
"typeVersion": 1
},
{
"id": "18fcbf54-301e-449b-bb67-7f63753ac4c5",
"name": "스티커 노트14",
"type": "n8n-nodes-base.stickyNote",
"position": [
-1720,
60
],
"parameters": {
"color": 3,
"width": 273,
"height": 269,
"content": "# Error\n"
},
"typeVersion": 1
},
{
"id": "8d7824b1-92d0-4907-8468-1d04e7d40d6c",
"name": "Postgres 채팅 메모리",
"type": "@n8n/n8n-nodes-langchain.memoryPostgresChat",
"position": [
-20,
540
],
"parameters": {
"sessionKey": "={{ $('Listen for Telegram Events').item.json.body.message.from.id }}",
"sessionIdType": "customKey",
"contextWindowLength": 50
},
"credentials": {
"postgres": {
"id": "aVzWyCraiN3kiV5K",
"name": "Postgres account"
}
},
"typeVersion": 1.3
},
{
"id": "f21c0dfa-d16a-461d-9ff3-8b9932e8abb6",
"name": "노트 저장 도구",
"type": "n8n-nodes-base.baserowTool",
"position": [
560,
600
],
"parameters": {
"tableId": 640,
"fieldsUi": {
"fieldValues": [
{
"fieldId": 6025,
"fieldValue": "={{ $fromAI('notes', `note to be created`, 'string') }}"
},
{
"fieldId": 6027,
"fieldValue": "={{ $fromAI('date-added', 'date created', 'string') }}"
}
]
},
"operation": "create",
"databaseId": 122,
"descriptionType": "manual",
"toolDescription": "Save Notes"
},
"credentials": {
"baserowApi": {
"id": "1YeHyTi4fmB007co",
"name": "Baserow account"
}
},
"typeVersion": 1
},
{
"id": "242ff3e7-3421-4bc4-a877-0164cee7cd69",
"name": "메모리 저장",
"type": "n8n-nodes-base.baserowTool",
"position": [
240,
600
],
"parameters": {
"tableId": 639,
"fieldsUi": {
"fieldValues": [
{
"fieldId": 6022,
"fieldValue": "={{ $fromAI('memory', 'memory to be created', 'string') }}"
},
{
"fieldId": 6024,
"fieldValue": "={{ $fromAI('date-added', 'date created', 'string') }}"
}
]
},
"operation": "create",
"databaseId": 122,
"descriptionType": "manual",
"toolDescription": "Save Long Term Memories"
},
"credentials": {
"baserowApi": {
"id": "1YeHyTi4fmB007co",
"name": "Baserow account"
}
},
"typeVersion": 1
},
{
"id": "f681f671-7759-46ba-b674-5b8b0e385d09",
"name": "Telegram 이벤트 수신 대기",
"type": "n8n-nodes-base.webhook",
"position": [
-2380,
240
],
"webhookId": "097f36f3-1574-44f9-815f-58387e3b20bf",
"parameters": {
"path": "gram",
"options": {
"binaryPropertyName": "data"
},
"httpMethod": "POST"
},
"typeVersion": 2
},
{
"id": "959a8a01-0fb9-4bc9-9997-cc49b3a81216",
"name": "유효성 검사",
"type": "n8n-nodes-base.set",
"position": [
-2100,
240
],
"parameters": {
"options": {},
"assignments": {
"assignments": [
{
"id": "0cea6da1-652a-4c1e-94c3-30608ced90f8",
"name": "first_name",
"type": "string",
"value": "[Your First Name on Telegram]"
},
{
"id": "b90280c6-3e36-49ca-9e7e-e15c42d256cc",
"name": "last_name",
"type": "string",
"value": "[Your Last Name on Telegram]"
},
{
"id": "f6d86283-16ca-447e-8427-7d3d190babc0",
"name": "id",
"type": "number",
"value": 1122334455
}
]
},
"includeOtherFields": true
},
"typeVersion": 3.4
},
{
"id": "7903c22c-26f2-4e89-9e27-ee945e225b0e",
"name": "사용자 및 채팅 ID 확인",
"type": "n8n-nodes-base.if",
"position": [
-1920,
240
],
"parameters": {
"options": {},
"conditions": {
"options": {
"version": 2,
"leftValue": "",
"caseSensitive": true,
"typeValidation": "strict"
},
"combinator": "and",
"conditions": [
{
"id": "5fe3c0d8-bd61-4943-b152-9e6315134520",
"operator": {
"name": "filter.operator.equals",
"type": "string",
"operation": "equals"
},
"leftValue": "={{ $('Listen for Telegram Events').item.json.body.message.chat.first_name }}",
"rightValue": "={{ $json.first_name }}"
},
{
"id": "98a0ea91-0567-459c-bbce-06abc14a49ce",
"operator": {
"name": "filter.operator.equals",
"type": "string",
"operation": "equals"
},
"leftValue": "={{ $('Listen for Telegram Events').item.json.body.message.chat.last_name }}",
"rightValue": "={{ $json.last_name }}"
},
{
"id": "18a96c1f-f2a0-4a2a-b789-606763df4423",
"operator": {
"type": "number",
"operation": "equals"
},
"leftValue": "={{ $('Listen for Telegram Events').item.json.body.message.chat.id }}",
"rightValue": "={{ $json.id }}"
}
]
},
"looseTypeValidation": "="
},
"typeVersion": 2.2
},
{
"id": "262c2621-5499-4481-ad94-97650b0f9714",
"name": "스티커 노트15",
"type": "n8n-nodes-base.stickyNote",
"position": [
-2460,
160
],
"parameters": {
"color": 6,
"width": 273,
"height": 269,
"content": "# Start Here"
},
"typeVersion": 1
},
{
"id": "1cc31571-7d01-4cac-81a0-8cb6691ef1ed",
"name": "오류 메시지",
"type": "n8n-nodes-base.telegram",
"position": [
-1640,
160
],
"webhookId": "b3b41cd7-40d9-47dc-817a-291733213c8b",
"parameters": {
"text": "=Unable to process your message.",
"chatId": "={{ $json.body.message.chat.id }}",
"additionalFields": {
"appendAttribution": false
}
},
"credentials": {
"telegramApi": {
"id": "EDuT6lIMLHRxdqqN",
"name": "Telegram account"
}
},
"typeVersion": 1.2
},
{
"id": "72b0fd9e-a82c-455b-a1d7-face4a9d55b4",
"name": "Baserow 메모리 검색",
"type": "n8n-nodes-base.baserow",
"position": [
-780,
220
],
"parameters": {
"tableId": 639,
"returnAll": true,
"databaseId": 122,
"additionalOptions": {}
},
"credentials": {
"baserowApi": {
"id": "1YeHyTi4fmB007co",
"name": "Baserow account"
}
},
"typeVersion": 1
},
{
"id": "40618bf6-657a-4b8a-818b-90b5e7aecbd5",
"name": "Baserow 노트 검색",
"type": "n8n-nodes-base.baserow",
"position": [
-780,
620
],
"parameters": {
"tableId": 640,
"returnAll": true,
"databaseId": 122,
"additionalOptions": {}
},
"credentials": {
"baserowApi": {
"id": "1YeHyTi4fmB007co",
"name": "Baserow account"
}
},
"typeVersion": 1
},
{
"id": "87bfdbe7-bf2f-40d8-8fb5-c0c0015d8a10",
"name": "윈도우 메모리 (쉬운 모드)",
"type": "@n8n/n8n-nodes-langchain.memoryBufferWindow",
"position": [
-140,
640
],
"parameters": {
"sessionKey": "={{ $('Listen for Telegram Events').item.json.body.message.from.id }}",
"sessionIdType": "customKey",
"contextWindowLength": 50
},
"typeVersion": 1.3
},
{
"id": "02f650e9-3d8d-4622-9cd9-16154d4d27c5",
"name": "스티커 노트4",
"type": "n8n-nodes-base.stickyNote",
"position": [
300,
820
],
"parameters": {
"width": 280,
"height": 520,
"content": "## Baserow Set-up:\n- Create a new Workspace called \"Memories and Notes\"\n- Create a table within the new workspace called \"Memory Table\"\n- Within the \"Memory Table\" table, create two fields\n- First field is called \"Memory\" (select \"long text\" as the field type)\n- Second field is called \"Date Added\" (select 'US' date format, and check include time\n\n## Notes Setup:\n- For the notes table we can simply \"Duplicate\" the \"Memory Table\" table that we just created\n- Rename the table to \"Notes Table\" \n- Rename the first from \"Memory\" to \"Notes\"\n- **Make sure time and date are on and set correctly in \"Date Added\" field.**"
},
"typeVersion": 1
},
{
"id": "26efbccd-7605-4308-85d2-c91cdd4897ad",
"name": "스티커 노트16",
"type": "n8n-nodes-base.stickyNote",
"position": [
580,
840
],
"parameters": {
"color": 6,
"width": 720,
"height": 1180,
"content": "## Baserow Memory Table Setup:\n\n## Name first field \"Memory\" and set to \"Long Text\":\n\n## Name second field \"Date Added\" and set to 'US' date format\n\n"
},
"typeVersion": 1
},
{
"id": "d30c8a6a-4668-49f9-8555-0f827d8157c0",
"name": "스티커 노트17",
"type": "n8n-nodes-base.stickyNote",
"position": [
1300,
860
],
"parameters": {
"color": 5,
"width": 540,
"height": 1120,
"content": "## Tool node Setup Example:\n"
},
"typeVersion": 1
},
{
"id": "54dce9dd-f06c-4e61-9a96-b691fe76dfa3",
"name": "스티커 노트18",
"type": "n8n-nodes-base.stickyNote",
"position": [
-2120,
400
],
"parameters": {
"width": 150,
"height": 80,
"content": "## *Setup validation"
},
"typeVersion": 1
},
{
"id": "9166bd3d-2f21-4f19-b787-ccf9be5b5acc",
"name": "스티커 노트19",
"type": "n8n-nodes-base.stickyNote",
"position": [
-120,
140
],
"parameters": {
"width": 200,
"height": 120,
"content": "## *Setup Prompt\n"
},
"typeVersion": 1
}
],
"active": false,
"pinData": {},
"settings": {
"executionOrder": "v1"
},
"versionId": "755d754f-9577-41b2-ae5c-1f0918389fc6",
"connections": {
"cdd999a7-d14f-4e20-88ea-4170c8cd521c": {
"main": [
[
{
"node": "c643683f-eee6-49c2-9f1a-05ba9a0742a6",
"type": "main",
"index": 0
}
]
]
},
"74256b12-6f3b-44ba-a98b-bd233f90c360": {
"main": [
[
{
"node": "ffdf119a-cfa1-408a-aaca-458691f8d56b",
"type": "main",
"index": 0
}
]
]
},
"b0922d42-9864-4d9a-a5c9-b674892935ff": {
"main": [
[
{
"node": "74256b12-6f3b-44ba-a98b-bd233f90c360",
"type": "main",
"index": 0
}
]
]
},
"c643683f-eee6-49c2-9f1a-05ba9a0742a6": {
"main": [
[
{
"node": "2d09319d-f3be-43b8-a134-929992d4f469",
"type": "main",
"index": 0
}
]
]
},
"9f77577b-167c-4628-b2d1-37e17d9ddb10": {
"main": [
[
{
"node": "3e5913bf-0270-4e32-8647-80138abefde5",
"type": "main",
"index": 0
}
]
]
},
"959a8a01-0fb9-4bc9-9997-cc49b3a81216": {
"main": [
[
{
"node": "7903c22c-26f2-4e89-9e27-ee945e225b0e",
"type": "main",
"index": 0
}
]
]
},
"05aff1e5-daf0-47d3-8df3-a548ca4ca2cd": {
"main": [
[
{
"node": "72b0fd9e-a82c-455b-a1d7-face4a9d55b4",
"type": "main",
"index": 0
},
{
"node": "40618bf6-657a-4b8a-818b-90b5e7aecbd5",
"type": "main",
"index": 0
}
]
]
},
"242ff3e7-3421-4bc4-a877-0164cee7cd69": {
"ai_tool": [
[
{
"node": "2d09319d-f3be-43b8-a134-929992d4f469",
"type": "ai_tool",
"index": 0
}
]
]
},
"d8cbf733-2a69-45d5-9767-43e8c67a43ee": {
"ai_languageModel": [
[
{
"node": "2d09319d-f3be-43b8-a134-929992d4f469",
"type": "ai_languageModel",
"index": 0
}
]
]
},
"ffdf119a-cfa1-408a-aaca-458691f8d56b": {
"main": [
[
{
"node": "72b0fd9e-a82c-455b-a1d7-face4a9d55b4",
"type": "main",
"index": 0
},
{
"node": "40618bf6-657a-4b8a-818b-90b5e7aecbd5",
"type": "main",
"index": 0
}
]
]
},
"9bef0848-30a5-4e98-b0e8-640e061c475d": {
"main": [
[
{
"node": "74256b12-6f3b-44ba-a98b-bd233f90c360",
"type": "main",
"index": 1
}
]
]
},
"88127339-2cc5-4364-9f27-6dea9df505ff": {
"main": [
[
{
"node": "9f77577b-167c-4628-b2d1-37e17d9ddb10",
"type": "main",
"index": 0
},
{
"node": "b0922d42-9864-4d9a-a5c9-b674892935ff",
"type": "main",
"index": 0
}
]
]
},
"2d09319d-f3be-43b8-a134-929992d4f469": {
"main": [
[
{
"node": "d5cf2019-d9bb-4fb6-b95c-e9e9f9ac5808",
"type": "main",
"index": 0
},
{
"node": "3cd6b923-b369-45e6-a3c1-5fff74a3074c",
"type": "main",
"index": 0
}
]
]
},
"3d27c492-758b-45d2-bc79-a51cc69ac2ef": {
"main": [
[
{
"node": "b493ea36-c9f6-470d-97a9-8df43c10af18",
"type": "main",
"index": 0
}
]
]
},
"f8851e90-d710-4bc6-9705-af4828d65a48": {
"main": [
[
{
"node": "3d27c492-758b-45d2-bc79-a51cc69ac2ef",
"type": "main",
"index": 0
}
],
[
{
"node": "05aff1e5-daf0-47d3-8df3-a548ca4ca2cd",
"type": "main",
"index": 0
}
],
[
{
"node": "88127339-2cc5-4364-9f27-6dea9df505ff",
"type": "main",
"index": 0
}
],
[
{
"node": "1cc31571-7d01-4cac-81a0-8cb6691ef1ed",
"type": "main",
"index": 0
}
]
]
},
"f21c0dfa-d16a-461d-9ff3-8b9932e8abb6": {
"ai_tool": [
[
{
"node": "2d09319d-f3be-43b8-a134-929992d4f469",
"type": "ai_tool",
"index": 0
}
]
]
},
"7903c22c-26f2-4e89-9e27-ee945e225b0e": {
"main": [
[
{
"node": "f8851e90-d710-4bc6-9705-af4828d65a48",
"type": "main",
"index": 0
}
],
[
{
"node": "1cc31571-7d01-4cac-81a0-8cb6691ef1ed",
"type": "main",
"index": 0
}
]
]
},
"8d7824b1-92d0-4907-8468-1d04e7d40d6c": {
"ai_memory": [
[
{
"node": "2d09319d-f3be-43b8-a134-929992d4f469",
"type": "ai_memory",
"index": 0
}
]
]
},
"b493ea36-c9f6-470d-97a9-8df43c10af18": {
"main": [
[
{
"node": "72b0fd9e-a82c-455b-a1d7-face4a9d55b4",
"type": "main",
"index": 0
},
{
"node": "40618bf6-657a-4b8a-818b-90b5e7aecbd5",
"type": "main",
"index": 0
}
]
]
},
"ea70790d-716b-4f5d-b3d0-99259481ef22": {
"main": [
[
{
"node": "9bef0848-30a5-4e98-b0e8-640e061c475d",
"type": "main",
"index": 0
}
]
]
},
"40618bf6-657a-4b8a-818b-90b5e7aecbd5": {
"main": [
[
{
"node": "cdd999a7-d14f-4e20-88ea-4170c8cd521c",
"type": "main",
"index": 1
}
]
]
},
"72b0fd9e-a82c-455b-a1d7-face4a9d55b4": {
"main": [
[
{
"node": "cdd999a7-d14f-4e20-88ea-4170c8cd521c",
"type": "main",
"index": 0
}
]
]
},
"f681f671-7759-46ba-b674-5b8b0e385d09": {
"main": [
[
{
"node": "959a8a01-0fb9-4bc9-9997-cc49b3a81216",
"type": "main",
"index": 0
}
]
]
},
"3e5913bf-0270-4e32-8647-80138abefde5": {
"main": [
[
{
"node": "ea70790d-716b-4f5d-b3d0-99259481ef22",
"type": "main",
"index": 0
}
]
]
}
}
}자주 묻는 질문
이 워크플로우를 어떻게 사용하나요?
위의 JSON 구성 코드를 복사하여 n8n 인스턴스에서 새 워크플로우를 생성하고 "JSON에서 가져오기"를 선택한 후, 구성을 붙여넣고 필요에 따라 인증 설정을 수정하세요.
이 워크플로우는 어떤 시나리오에 적합한가요?
고급 - 인공지능
유료인가요?
이 워크플로우는 완전히 무료이며 직접 가져와 사용할 수 있습니다. 다만, 워크플로우에서 사용하는 타사 서비스(예: OpenAI API)는 사용자 직접 비용을 지불해야 할 수 있습니다.
관련 워크플로우 추천
반려동물 가게 4
🐶 펫 샵 예약 AI 대리자
If
Set
Code
+
If
Set
Code
187 노드Bruno Dias
인공지능
🤖 WhatsApp AI个人어시스턴트:GPT-4o、记忆및日程安排功能
AI个人어시스턴트:통합GPT-4o、RAG및语音功能,사용Supabase의WhatsApp어시스턴트
If
Set
Wait
+
If
Set
Wait
76 노드Amanda Benks
인공지능
[템플릿] AI 반려동물 가게 v8
🐶 AI 펫 샵 어시스턴트 - GPT-4o, Google 캘린더 및 WhatsApp/Instagram/Facebook 통합
If
N8n
Set
+
If
N8n
Set
244 노드Amanda Benks
영업
AI 대리인 레스토랑 [템플릿]
🤖 WhatsApp, 인스타그램, 메신저의 AI 레스토랑 도우미
If
N8n
Set
+
If
N8n
Set
239 노드Amanda Benks
기타
시각화 참조 라이브러리에서 n8n 노드를 탐색
可视化 참조 라이브러리에서 n8n 노드를 탐색
If
Ftp
Set
+
If
Ftp
Set
113 노드I versus AI
기타
배달 햄버거점 MVP
🤖 레스토랑과 배달 자동화의 AI 드라이브 WhatsApp 도우미
If
Set
Code
+
If
Set
Code
152 노드Bruno Dias
워크플로우 정보
난이도
고급
노드 수48
카테고리1
노드 유형18
저자
Automation enthusiast and builder of real-world AI tools. I specialize in self-hosted n8n workflows. My projects focus on practical AI applications, from data enrichment and search automation to AI-driven contact management. Always exploring new ways to make automation simple, efficient, and FUN!
외부 링크
n8n.io에서 보기 →
이 워크플로우 공유