폼 이미지 분석 및 Telegram 전송
초급
이것은Document Extraction, Multimodal AI분야의자동화 워크플로우로, 5개의 노드를 포함합니다.주로 Set, Telegram, FormTrigger, OpenAi 등의 노드를 사용하며. GPT-4o-mini Vision을 사용한 폼 이미지 분석 및 Telegram으로 전달
사전 요구사항
- •Telegram Bot Token
- •OpenAI API Key
사용된 노드 (5)
워크플로우 미리보기
노드 연결 관계를 시각적으로 표시하며, 확대/축소 및 이동을 지원합니다
워크플로우 내보내기
다음 JSON 구성을 복사하여 n8n에 가져오면 이 워크플로우를 사용할 수 있습니다
{
"id": "Csa8xD9gpSNYMfJv",
"meta": {
"instanceId": "2000c64071c20843606b95c63795bb0797c41036047055a6586498e855b96efc",
"templateCredsSetupCompleted": true
},
"name": "Form Image Analysis & Telegram Delivery",
"tags": [],
"nodes": [
{
"id": "b034159b-2023-404f-a8d7-773f8830ccf1",
"name": "폼 제출 시",
"type": "n8n-nodes-base.formTrigger",
"position": [
-40,
120
],
"webhookId": "2955b618-44fa-4c54-8cf6-4fb7c102b059",
"parameters": {
"options": {},
"formTitle": "ANALYZE IMAGE",
"formFields": {
"values": [
{
"fieldType": "file",
"fieldLabel": "upload here"
}
]
},
"formDescription": "input the image you want to analyse "
},
"typeVersion": 2.2
},
{
"id": "671f9fc1-37c4-431c-a913-f29bacd3e467",
"name": "OpenAI",
"type": "@n8n/n8n-nodes-langchain.openAi",
"position": [
220,
120
],
"parameters": {
"modelId": {
"__rl": true,
"mode": "list",
"value": "gpt-4o-mini",
"cachedResultName": "GPT-4O-MINI"
},
"options": {},
"resource": "image",
"inputType": "base64",
"operation": "analyze",
"binaryPropertyName": "upload_here"
},
"credentials": {
"openAiApi": {
"id": "BXMUxnyGzjtZQOK4",
"name": "OpenAi account Dave"
}
},
"typeVersion": 1.8
},
{
"id": "dc70f08b-7674-4866-8bfb-b4220d3d13d4",
"name": "Telegram 채팅 ID 설정",
"type": "n8n-nodes-base.set",
"position": [
420,
120
],
"parameters": {
"options": {},
"assignments": {
"assignments": [
{
"id": "ceeb3e80-717f-4251-8a14-26d62674e030",
"name": "telegram chat id ",
"type": "string",
"value": "60277172761"
}
]
}
},
"typeVersion": 3.4
},
{
"id": "addf16be-d902-451b-b24d-d7d5a7b2f7ba",
"name": "Telegram 전송",
"type": "n8n-nodes-base.telegram",
"position": [
620,
120
],
"webhookId": "7bbbcd0d-b0ca-418a-8c9b-ad4d6870c7d8",
"parameters": {
"text": "={{ $('OpenAI').item.json.content }}",
"chatId": "={{ $json['telegram chat id '] }}",
"additionalFields": {}
},
"credentials": {
"telegramApi": {
"id": "W7s4K928CwuY1sKA",
"name": "Telegram account 2"
}
},
"typeVersion": 1.2
},
{
"id": "1f4a53ac-8b0a-466b-9be5-ea3efb8b06cd",
"name": "스티커 노트",
"type": "n8n-nodes-base.stickyNote",
"position": [
-160,
-380
],
"parameters": {
"width": 1140,
"height": 700,
"content": "## This workflow analyzes images submitted via a form using OpenAI Vision, then delivers the analysis result directly to your Telegram chat.\n\n✅ Use case examples:\n\t•\tUsers submit screenshots for instant AI interpretation\n\t•\tAutomated document or receipt analysis with Telegram delivery\n\t•\tQuick OCR or image classification workflows\n\n⸻\n\n⚙️ Setup Guide\n\t1.\tForm Submission Trigger\n\t•\tConnect your form app (e.g. Typeform, Tally, or n8n’s own webhook form) to the On form submission trigger node.\n\t•\tEnsure it sends the image file or URL as input.\n\t2.\tOpenAI Vision Analysis\n\t•\tIn the OpenAI node, select Analyze Image operation.\n\t•\tProvide your OpenAI API key and configure the prompt to instruct the model on what to analyze (e.g. “Describe this receipt in detail”).\n\t3.\tSet Telegram Chat ID\n\t•\tUse this manual node to input your Telegram Chat ID for delivery.\n\t•\tAlternatively, automate this with a database lookup or user session if building for multiple users.\n\t4.\tTelegram Delivery Node\n\t•\tConnect your Telegram Bot to n8n using your bot token.\n\t•\tSet up the sendMessage operation, using the analysis result from the previous node as the message text.\n\t5.\tTesting\n\t•\tClick Execute workflow.\n\t•\tSubmit an image via your form and confirm it delivers to your Telegram as expected.\n"
},
"typeVersion": 1
}
],
"active": false,
"pinData": {},
"settings": {
"executionOrder": "v1"
},
"versionId": "af00b421-6f5f-4692-9d36-726e82438a24",
"connections": {
"671f9fc1-37c4-431c-a913-f29bacd3e467": {
"main": [
[
{
"node": "dc70f08b-7674-4866-8bfb-b4220d3d13d4",
"type": "main",
"index": 0
}
]
]
},
"b034159b-2023-404f-a8d7-773f8830ccf1": {
"main": [
[
{
"node": "671f9fc1-37c4-431c-a913-f29bacd3e467",
"type": "main",
"index": 0
}
]
]
},
"dc70f08b-7674-4866-8bfb-b4220d3d13d4": {
"main": [
[
{
"node": "addf16be-d902-451b-b24d-d7d5a7b2f7ba",
"type": "main",
"index": 0
}
]
]
}
}
}자주 묻는 질문
이 워크플로우를 어떻게 사용하나요?
위의 JSON 구성 코드를 복사하여 n8n 인스턴스에서 새 워크플로우를 생성하고 "JSON에서 가져오기"를 선택한 후, 구성을 붙여넣고 필요에 따라 인증 설정을 수정하세요.
이 워크플로우는 어떤 시나리오에 적합한가요?
초급 - 문서 추출, 멀티모달 AI
유료인가요?
이 워크플로우는 완전히 무료이며 직접 가져와 사용할 수 있습니다. 다만, 워크플로우에서 사용하는 타사 서비스(예: OpenAI API)는 사용자 직접 비용을 지불해야 할 수 있습니다.
관련 워크플로우 추천
OpenAI를 사용하여 이미지 편집
DALL-E 2를 사용하여 이미지를 편집하고 Google Drive와 Telegram을 통해 전송
Set
Telegram
Form Trigger
+
Set
Telegram
Form Trigger
15 노드David Olusola
콘텐츠 제작
GPT-4.1-mini, Firecrawl, Parsera를 사용하여 웹사이트를 LLM 준비된 지식 라이브러리로 변환합니다.
GPT-4.1-mini, Firecrawl, Parsera를 사용하여 웹사이트를 LLM 준비된 지식 라이브러리로 변환합니다.
Set
Switch
Split Out
+
Set
Switch
Split Out
31 노드Aayushman Sharma
문서 추출
Telegram AI 이미지 생성기 + Google Sheets 기록기
Telegram을 통해 OpenAI DALL-E를 사용하여 이미지 생성하고 Google Sheets에 기록
Telegram
Google Sheets
Telegram Trigger
+
Telegram
Google Sheets
Telegram Trigger
5 노드David Olusola
콘텐츠 제작
비디오 및 이미지 게시 - 새로운 Blotato 노드
Blotato 및 Airtable을 사용하여 콘텐츠를 9개 소셜 플랫폼에 자동 게시
Set
Code
Wait
+
Set
Code
Wait
51 노드Max aka Mosheh
소셜 미디어
CSV 업로드 정리 및 표준화하여 Google Sheets와 Drive에가져오기
CSV 업로드을 정리하고 표준화하여 Google 스프레드시트와 Drive에가져오기
Code
Webhook
Google Drive
+
Code
Webhook
Google Drive
10 노드David Olusola
문서 추출
AI 이력서 선별: Gmail, GPT-4o 및 Google 스프레드시트 - 자동화된 채용 프로세스
AI 이력서 선별: Gmail, GPT-4o 및 Google 스프레드시트 - 자동화된 채용 프로세스
Set
Switch
Google Drive
+
Set
Switch
Google Drive
23 노드David Olusola
콘텐츠 제작
워크플로우 정보
난이도
초급
노드 수5
카테고리2
노드 유형5
저자
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에서 보기 →
이 워크플로우 공유