AI 텔레그램 봇 에이전트: 스마트 어시스턴트 및 콘텐츠 요약기
고급
이것은Other, AI분야의자동화 워크플로우로, 24개의 노드를 포함합니다.주로 If, Html, Telegram, HttpRequest, TelegramTrigger 등의 노드를 사용하며인공지능 기술을 결합하여 스마트 자동화를 구현합니다. AI 텔레그램 봇 에이전트: 스마트 어시스턴트 및 콘텐츠 요약기
사전 요구사항
- •Telegram Bot Token
- •대상 API의 인증 정보가 필요할 수 있음
- •OpenAI API Key
워크플로우 미리보기
노드 연결 관계를 시각적으로 표시하며, 확대/축소 및 이동을 지원합니다
워크플로우 내보내기
다음 JSON 구성을 복사하여 n8n에 가져오면 이 워크플로우를 사용할 수 있습니다
{
"meta": {
"instanceId": "5aaf4236c70e34e423fbdb2c7b754d19253a933bb1476d548f75848a01e473cf"
},
"nodes": [
{
"id": "4a19458b-0bf2-45db-8146-734e4e8b352b",
"name": "스티키 노트",
"type": "n8n-nodes-base.stickyNote",
"position": [
-580,
60
],
"parameters": {
"color": 7,
"width": 400,
"content": "Quick-Start Telegram Echo Bot\n\nA single-node Telegram bot that parses /help, /summary <URL>, or /img <prompt> and returns either a help menu, a 10–12-point article summary, or an “image in progress” acknowledgement."
},
"typeVersion": 1
},
{
"id": "d2cceb34-b932-48ce-baf7-43535cfbad29",
"name": "스티키 노트1",
"type": "n8n-nodes-base.stickyNote",
"position": [
-440,
420
],
"parameters": {
"color": 7,
"content": "Listener\n\nWatches for any new message from Telegram and kicks the flow off."
},
"typeVersion": 1
},
{
"id": "a279a398-4b55-4055-9c9f-8ea937d4d974",
"name": "스티키 노트2",
"type": "n8n-nodes-base.stickyNote",
"position": [
-80,
780
],
"parameters": {
"color": 7,
"content": "Command Router\n\nChecks if the message starts with /help, /summary, or /img, and sends it down the right path."
},
"typeVersion": 1
},
{
"id": "868bb629-1288-4c8f-816b-001a7ca56be2",
"name": "스티키 노트3",
"type": "n8n-nodes-base.stickyNote",
"position": [
440,
20
],
"parameters": {
"color": 7,
"content": "Help Responder\n\nWhen it sees /help, replies with a simple list of commands and how to use them."
},
"typeVersion": 1
},
{
"id": "ec490084-aa34-41bd-8dfd-4e0cdfee5dab",
"name": "스티키 노트4",
"type": "n8n-nodes-base.stickyNote",
"position": [
340,
740
],
"parameters": {
"color": 7,
"content": "Summary Checker\n\nSees if the text begins with /summary. If yes, it moves on to fetch the article; if no, skips onward."
},
"typeVersion": 1
},
{
"id": "370842c3-18d9-42cd-946d-694e90a41ff1",
"name": "스티키 노트5",
"type": "n8n-nodes-base.stickyNote",
"position": [
740,
220
],
"parameters": {
"color": 7,
"content": "Fetcher\n\nGoes to the provided URL and downloads the page’s HTML.\n"
},
"typeVersion": 1
},
{
"id": "0217818c-85e4-43bb-a8d8-5053394c773f",
"name": "스티키 노트6",
"type": "n8n-nodes-base.stickyNote",
"position": [
780,
1180
],
"parameters": {
"color": 7,
"content": "Image Prompt Checker\n\nSees if the text begins with /img. If yes, forwards the prompt to the image generator; if not, ends the flow."
},
"typeVersion": 1
},
{
"id": "ba617c66-4b13-41a1-9428-6d1afc4f458f",
"name": "스티키 노트7",
"type": "n8n-nodes-base.stickyNote",
"position": [
1100,
440
],
"parameters": {
"color": 7,
"content": "Text Extractor\n\nPulls out just the main article text (e.g. everything inside <body>)."
},
"typeVersion": 1
},
{
"id": "df9b404e-90d7-4f66-bcd4-9d64595e7b88",
"name": "스티키 노트8",
"type": "n8n-nodes-base.stickyNote",
"position": [
1320,
1360
],
"parameters": {
"color": 7,
"content": "Image Generator\n\nSends your prompt to OpenAI’s image endpoint (or your chosen image API)."
},
"typeVersion": 1
},
{
"id": "e7eda1c8-e860-4df2-9d4f-5d12e52b0551",
"name": "스티키 노트9",
"type": "n8n-nodes-base.stickyNote",
"position": [
1520,
220
],
"parameters": {
"color": 7,
"content": "Summarizer\n\nSends the raw article text to OpenAI and asks for a 10–12-point professional bullet-point summary."
},
"typeVersion": 1
},
{
"id": "50331c27-388c-490d-b9d7-ff5fe8449290",
"name": "스티키 노트10",
"type": "n8n-nodes-base.stickyNote",
"position": [
1940,
1020
],
"parameters": {
"color": 7,
"content": "Image Acknowledger\n\nTells the user “Got it—your image is being made!” (and later you can hook this up to send the actual picture URL)."
},
"typeVersion": 1
},
{
"id": "7315f25a-d63d-4f49-a43f-87dc0ff64ffb",
"name": "스티키 노트11",
"type": "n8n-nodes-base.stickyNote",
"position": [
2140,
220
],
"parameters": {
"color": 7,
"content": "Summary Sender\n\nDelivers the bullet-point summary back to the user in Telegram.\n"
},
"typeVersion": 1
},
{
"id": "bcae4d20-e9af-4008-88b6-cfa1a6dcd6c9",
"name": "리스너",
"type": "n8n-nodes-base.telegramTrigger",
"position": [
-140,
460
],
"webhookId": "61f2e55d-a41d-4594-a045-154264c78738",
"parameters": {
"updates": [
"message"
],
"additionalFields": {}
},
"typeVersion": 1.2
},
{
"id": "8bbcc856-b323-4785-a8ec-9de61052531a",
"name": "명령 라우터",
"type": "n8n-nodes-base.if",
"position": [
160,
600
],
"parameters": {
"conditions": {
"string": [
{
"value1": "={{$json[\"message\"][\"text\"]}}",
"value2": "/help",
"operation": "startsWith"
}
]
}
},
"typeVersion": 1
},
{
"id": "09bc69c7-8852-46a8-be96-ae10bc652cd8",
"name": "도움말 응답기",
"type": "n8n-nodes-base.telegram",
"position": [
380,
220
],
"webhookId": "ab573ae8-05e4-41bb-bec7-fca1233fc0bb",
"parameters": {
"text": "🤖 *Help Menu*\n\nUse `/summary <link>` to summarize an article.\nUse `/img <prompt>` to generate an image.\n\n_Example:_\n/summary https://example.com\n/img a futuristic cityscape",
"chatId": "={{$json[\"message\"][\"chat\"][\"id\"]}}",
"additionalFields": {
"parse_mode": "Markdown"
}
},
"typeVersion": 1
},
{
"id": "2780e14d-7ebd-43f4-87e9-1d5c7ead564e",
"name": "요약 확인기",
"type": "n8n-nodes-base.if",
"position": [
400,
540
],
"parameters": {
"conditions": {
"string": [
{
"value1": "={{$json[\"message\"][\"text\"]}}",
"value2": "/summary",
"operation": "startsWith"
}
]
}
},
"typeVersion": 1
},
{
"id": "bb3faac2-e3cf-4633-8a69-4e6aedefd0be",
"name": "페처",
"type": "n8n-nodes-base.httpRequest",
"position": [
760,
420
],
"parameters": {
"url": "={{ $json.message.link_preview_options.url }}",
"options": {},
"sendHeaders": true,
"headerParameters": {
"parameters": [
{
"name": "User-Agent",
"value": "Mozilla/5.0"
}
]
}
},
"typeVersion": 4.2
},
{
"id": "7df71ce1-5680-46b5-a4fd-3fe3169aaaa5",
"name": "텍스트 추출기",
"type": "n8n-nodes-base.html",
"position": [
1160,
700
],
"parameters": {
"options": {},
"operation": "extractHtmlContent",
"extractionValues": {
"values": [
{
"key": "text",
"cssSelector": "body",
"skipSelectors": "svg, a"
}
]
}
},
"typeVersion": 1.2
},
{
"id": "f1856af1-7236-42f9-88b5-f86e91b42262",
"name": "요약기",
"type": "@n8n/n8n-nodes-langchain.openAi",
"position": [
1520,
440
],
"parameters": {
"modelId": {
"__rl": true,
"mode": "list",
"value": ""
},
"options": {},
"messages": {
"values": [
{
"content": "=Summarize the entire content provided below into 10–12 concise bullet points. Ensure each point captures a unique and important aspect of the information, covering the core ideas, key facts, major findings, and essential takeaways. Avoid repetition and use clear, professional language suitable for quick understanding by a decision-maker.\n\nContent:\n {{ $json.text }}"
}
]
}
},
"typeVersion": 1.8
},
{
"id": "7fcdd8ab-1afa-4985-a9dd-bb9a13e723bf",
"name": "요약 발신기",
"type": "n8n-nodes-base.telegram",
"position": [
2060,
440
],
"webhookId": "c6f19898-b638-4e42-b377-d7664087ab0b",
"parameters": {
"text": "={{$json[\"candidates\"][0][\"content\"][\"parts\"][0][\"text\"]}}",
"chatId": "={{ $('Listener').item.json.message.chat.id }}",
"additionalFields": {}
},
"typeVersion": 1
},
{
"id": "c4f73e58-995e-4a6a-a785-72e248121742",
"name": "이미지 프롬프트 확인기",
"type": "n8n-nodes-base.if",
"position": [
800,
1020
],
"parameters": {
"conditions": {
"string": [
{
"value1": "={{$json[\"message\"][\"text\"]}}",
"value2": "/img",
"operation": "startsWith"
}
]
}
},
"typeVersion": 1
},
{
"id": "3115364c-3632-4922-82f9-93b45eb9fcb6",
"name": "이미지 생성기",
"type": "@n8n/n8n-nodes-langchain.openAi",
"position": [
1400,
1160
],
"parameters": {
"options": {},
"resource": "image"
},
"typeVersion": 1.8
},
{
"id": "7c01b0fa-7937-4688-945e-fc949c8a3f40",
"name": "이미지 확인 응답기",
"type": "n8n-nodes-base.telegram",
"position": [
2000,
820
],
"webhookId": "b5fb6529-a924-4885-8d6c-17073ce29bb0",
"parameters": {
"text": "🖼️ Generated image prompt submitted! Gemini image model doesn't return images directly. Use image generation APIs like Stability for actual image URLs.",
"chatId": "={{$json[\"message\"][\"chat\"][\"id\"]}}",
"additionalFields": {}
},
"typeVersion": 1
},
{
"id": "e0eae618-d330-4b74-b5a4-528a28ec91c6",
"name": "스티키 노트12",
"type": "n8n-nodes-base.stickyNote",
"position": [
-1260,
220
],
"parameters": {
"color": 4,
"width": 480,
"height": 740,
"content": "=======================================\n WORKFLOW ASSISTANCE\n=======================================\nFor any questions or support, please contact:\n Yaron@nofluff.online\n\nExplore more tips and tutorials here:\n - YouTube: https://www.youtube.com/@YaronBeen/videos\n - LinkedIn: https://www.linkedin.com/in/yaronbeen/\n=======================================\n"
},
"typeVersion": 1
}
],
"pinData": {},
"connections": {
"bb3faac2-e3cf-4633-8a69-4e6aedefd0be": {
"main": [
[
{
"node": "7df71ce1-5680-46b5-a4fd-3fe3169aaaa5",
"type": "main",
"index": 0
}
]
]
},
"bcae4d20-e9af-4008-88b6-cfa1a6dcd6c9": {
"main": [
[
{
"node": "8bbcc856-b323-4785-a8ec-9de61052531a",
"type": "main",
"index": 0
}
]
]
},
"f1856af1-7236-42f9-88b5-f86e91b42262": {
"main": [
[
{
"node": "7fcdd8ab-1afa-4985-a9dd-bb9a13e723bf",
"type": "main",
"index": 0
}
]
]
},
"8bbcc856-b323-4785-a8ec-9de61052531a": {
"main": [
[
{
"node": "09bc69c7-8852-46a8-be96-ae10bc652cd8",
"type": "main",
"index": 0
}
],
[
{
"node": "2780e14d-7ebd-43f4-87e9-1d5c7ead564e",
"type": "main",
"index": 0
}
]
]
},
"09bc69c7-8852-46a8-be96-ae10bc652cd8": {
"main": [
[
{
"node": "8bbcc856-b323-4785-a8ec-9de61052531a",
"type": "main",
"index": 0
}
]
]
},
"7df71ce1-5680-46b5-a4fd-3fe3169aaaa5": {
"main": [
[
{
"node": "f1856af1-7236-42f9-88b5-f86e91b42262",
"type": "main",
"index": 0
}
]
]
},
"3115364c-3632-4922-82f9-93b45eb9fcb6": {
"main": [
[
{
"node": "7c01b0fa-7937-4688-945e-fc949c8a3f40",
"type": "main",
"index": 0
}
]
]
},
"2780e14d-7ebd-43f4-87e9-1d5c7ead564e": {
"main": [
[
{
"node": "bb3faac2-e3cf-4633-8a69-4e6aedefd0be",
"type": "main",
"index": 0
}
],
[
{
"node": "c4f73e58-995e-4a6a-a785-72e248121742",
"type": "main",
"index": 0
}
]
]
},
"c4f73e58-995e-4a6a-a785-72e248121742": {
"main": [
[
{
"node": "3115364c-3632-4922-82f9-93b45eb9fcb6",
"type": "main",
"index": 0
}
]
]
}
}
}자주 묻는 질문
이 워크플로우를 어떻게 사용하나요?
위의 JSON 구성 코드를 복사하여 n8n 인스턴스에서 새 워크플로우를 생성하고 "JSON에서 가져오기"를 선택한 후, 구성을 붙여넣고 필요에 따라 인증 설정을 수정하세요.
이 워크플로우는 어떤 시나리오에 적합한가요?
고급 - 기타, 인공지능
유료인가요?
이 워크플로우는 완전히 무료이며 직접 가져와 사용할 수 있습니다. 다만, 워크플로우에서 사용하는 타사 서비스(예: OpenAI API)는 사용자 직접 비용을 지불해야 할 수 있습니다.
관련 워크플로우 추천
명령 기반의 Telegram 기사 요약 및 이미지 트리거 로봇
명령 기반의 Telegram 로봇, 문서 요약 및 이미지 트리거 생성을 위해 사용
If
Html
Telegram
+
If
Html
Telegram
12 노드Yaron Been
인공지능
AI 자동화 및 에이전트 구축 및 판매
构建与판매AI자동화与스마트体
If
Set
Wait
+
If
Set
Wait
74 노드NICKYAI
기타
음성 지원 워크플로우
AI 음성 코치 및 생성기: Telegram, OpenAI 및 Gemini 사용
If
Set
Code
+
If
Set
Code
22 노드NanaB
기타
Bright Data를 통한 경쟁사 가격 모니터링
Bright Data와 n8n을 사용한 자동 경쟁사 가격 모니터링
If
Code
Html
+
If
Code
Html
15 노드Yaron Been
인공지능
Telegram에서 AI를 사용하여 소셜 미디어 콘텐츠 생성
Telegram에서 AI를 사용하여 소셜 미디어 콘텐츠를 만들기
Set
Switch
Telegram
+
Set
Switch
Telegram
16 노드Onur
기타
뮤직 생성 워크플로우
Suno API, Flux, Runway 및 Creatomate를 사용하여 AI 노래 및 음악 비디오 생성
Set
Wait
Merge
+
Set
Wait
Merge
60 노드Joseph
기타
워크플로우 정보
난이도
고급
노드 수24
카테고리2
노드 유형7
저자
Yaron Been
@yaron-nofluffBuilding AI Agents and Automations | Growth Marketer | Entrepreneur | Book Author & Podcast Host
외부 링크
n8n.io에서 보기 →
이 워크플로우 공유