Telegram AI 이미지 생성기 + Google Sheets 기록기
초급
이것은Content Creation, Multimodal AI분야의자동화 워크플로우로, 5개의 노드를 포함합니다.주로 Telegram, GoogleSheets, TelegramTrigger, OpenAi 등의 노드를 사용하며. Telegram을 통해 OpenAI DALL-E를 사용하여 이미지 생성하고 Google Sheets에 기록
사전 요구사항
- •Telegram Bot Token
- •Google Sheets API 인증 정보
- •OpenAI API Key
워크플로우 미리보기
노드 연결 관계를 시각적으로 표시하며, 확대/축소 및 이동을 지원합니다
워크플로우 내보내기
다음 JSON 구성을 복사하여 n8n에 가져오면 이 워크플로우를 사용할 수 있습니다
{
"id": "SGqUVskzXEBI5EHa",
"meta": {
"instanceId": "2000c64071c20843606b95c63795bb0797c41036047055a6586498e855b96efc",
"templateCredsSetupCompleted": true
},
"name": "Telegram AI Image Generator + Google Sheets Logger",
"tags": [],
"nodes": [
{
"id": "09061203-acb3-45f3-a2e9-a6899fab1260",
"name": "OpenAI",
"type": "@n8n/n8n-nodes-langchain.openAi",
"position": [
-100,
-40
],
"parameters": {
"prompt": "={{ $json.message.text }}",
"options": {
"size": "1024x1024",
"dalleQuality": "standard",
"returnImageUrls": true
},
"resource": "image"
},
"credentials": {
"openAiApi": {
"id": "BXMUxnyGzjtZQOK4",
"name": "OpenAi account Dave"
}
},
"typeVersion": 1.8
},
{
"id": "a571ef80-e5ab-457f-8bf0-ab4372420819",
"name": "Telegram 트리거",
"type": "n8n-nodes-base.telegramTrigger",
"position": [
-320,
-40
],
"webhookId": "bf451ae4-19ae-4831-9654-823e0b9fc842",
"parameters": {
"updates": [
"message"
],
"additionalFields": {}
},
"credentials": {
"telegramApi": {
"id": "W7s4K928CwuY1sKA",
"name": "Telegram account 2"
}
},
"typeVersion": 1.2
},
{
"id": "90001184-fca0-44a2-892b-72c772bfd6da",
"name": "Telegram",
"type": "n8n-nodes-base.telegram",
"position": [
380,
-40
],
"webhookId": "c627bb8e-915d-4289-985b-ab1a75c34775",
"parameters": {
"file": "={{ $json['Image title'] }}",
"chatId": "={{ $('Telegram Trigger').item.json.message.chat.id }}",
"operation": "sendPhoto",
"additionalFields": {}
},
"credentials": {
"telegramApi": {
"id": "W7s4K928CwuY1sKA",
"name": "Telegram account 2"
}
},
"typeVersion": 1.2
},
{
"id": "924d8b95-8687-4419-b994-93e32a23ea24",
"name": "스티키 노트",
"type": "n8n-nodes-base.stickyNote",
"position": [
-400,
-360
],
"parameters": {
"width": 920,
"height": 480,
"content": "## Telegram AI Image Generator + Google Sheets Logger\n1. Telegram Trigger\nReceives image generation requests from users directly via Telegram.\n\n2. OpenAI Node\nProcesses the request by generating the required image based on the user’s prompt.\n\n3. Saves the prompt and generated image link to Google Sheets.\n\n4. Telegram Send Message\nSends the generated image back to the user in Telegram as a seamless automated response.\n\nLoom Demo : [Link](https://www.loom.com/share/1c5e645442f6441baf9efd12a334eef0)"
},
"typeVersion": 1
},
{
"id": "aed2c34b-ef3f-465d-a5bd-9d3fda8f9a9a",
"name": "Google Sheets",
"type": "n8n-nodes-base.googleSheets",
"position": [
160,
-40
],
"parameters": {
"columns": {
"value": {
"Image title": "={{ $json.url }}",
"Image description": "={{ $json.revised_prompt }}"
},
"schema": [
{
"id": "Image description",
"type": "string",
"display": true,
"required": false,
"displayName": "Image description",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "Image title",
"type": "string",
"display": true,
"required": false,
"displayName": "Image title",
"defaultMatch": false,
"canBeUsedToMatch": true
}
],
"mappingMode": "defineBelow",
"matchingColumns": [],
"attemptToConvertTypes": false,
"convertFieldsToString": false
},
"options": {},
"operation": "append",
"sheetName": {
"__rl": true,
"mode": "list",
"value": "gid=0",
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/1iABxBKBY9ERctigW1bYvvRTIAf-m-InTSvSKnqANUhg/edit#gid=0",
"cachedResultName": "Sheet1"
},
"documentId": {
"__rl": true,
"mode": "list",
"value": "1iABxBKBY9ERctigW1bYvvRTIAf-m-InTSvSKnqANUhg",
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/1iABxBKBY9ERctigW1bYvvRTIAf-m-InTSvSKnqANUhg/edit?usp=drivesdk",
"cachedResultName": "image database"
}
},
"credentials": {
"googleSheetsOAuth2Api": {
"id": "vL25dYTf9oT1CSvl",
"name": "Google Sheets account 2"
}
},
"typeVersion": 4.6
}
],
"active": true,
"pinData": {},
"settings": {
"executionOrder": "v1"
},
"versionId": "2e4735b4-9872-45d0-af17-2af4314ad196",
"connections": {
"09061203-acb3-45f3-a2e9-a6899fab1260": {
"main": [
[
{
"node": "aed2c34b-ef3f-465d-a5bd-9d3fda8f9a9a",
"type": "main",
"index": 0
}
]
]
},
"90001184-fca0-44a2-892b-72c772bfd6da": {
"main": [
[]
]
},
"aed2c34b-ef3f-465d-a5bd-9d3fda8f9a9a": {
"main": [
[
{
"node": "90001184-fca0-44a2-892b-72c772bfd6da",
"type": "main",
"index": 0
}
]
]
},
"a571ef80-e5ab-457f-8bf0-ab4372420819": {
"main": [
[
{
"node": "09061203-acb3-45f3-a2e9-a6899fab1260",
"type": "main",
"index": 0
}
]
]
}
}
}자주 묻는 질문
이 워크플로우를 어떻게 사용하나요?
위의 JSON 구성 코드를 복사하여 n8n 인스턴스에서 새 워크플로우를 생성하고 "JSON에서 가져오기"를 선택한 후, 구성을 붙여넣고 필요에 따라 인증 설정을 수정하세요.
이 워크플로우는 어떤 시나리오에 적합한가요?
초급 - 콘텐츠 제작, 멀티모달 AI
유료인가요?
이 워크플로우는 완전히 무료이며 직접 가져와 사용할 수 있습니다. 다만, 워크플로우에서 사용하는 타사 서비스(예: OpenAI API)는 사용자 직접 비용을 지불해야 할 수 있습니다.
관련 워크플로우 추천
바이럴 TikTok 비디오 생성기: VEED 아바타를 사용한 UGC 비디오 자동 생성
VEED.io AI 아바타, ElevenLabs, GPT-4로 TikTok 비디오 자동 생성
Set
Code
Wait
+
Set
Code
Wait
35 노드Dr. Firas
콘텐츠 제작
URL 기반 AI, Telegram 및 다중 플랫폼 게시를 사용한 소셜 미디어 게시물 자동 생성
URL 기반 AI, Telegram 및 다중 플랫폼 게시를 사용하여 소셜 미디어 게시물 자동 생성
If
Set
Code
+
If
Set
Code
42 노드Karol
콘텐츠 제작
💥 NanoBanana, Seedream 4, ChatGPT Image 및 Veo 3를 사용한 동영상 광고 자동화 - VIDE
AI(NanoBanana, Seedream, GPT-4o, Veo 3)를 사용하여 비디오 광고 캠페인 자동화 및 게시
Set
Code
Wait
+
Set
Code
Wait
63 노드Dr. Firas
콘텐츠 제작
💥 HeyGen II - 나를 복제하라 - 아이디어부터 게시까지: YouTube, TikTok, Instagram을 위한 GPT-5 비디오 자동화 - 비디오
HeyGen, GPT-5 및 소셜 게시를 사용한 음성 입력 비디오 제작 자동화
If
Set
Wait
+
If
Set
Wait
41 노드Dr. Firas
콘텐츠 제작
💥 비디오 링크에서 YouTube 썸네일 자동 생성
Templated.io 및 Blotato를 사용한 YouTube 썸네일 생성 및 소셜 미디어 게시 자동화
Set
Code
Wait
+
Set
Code
Wait
25 노드Dr. Firas
콘텐츠 제작
1. 플레이리스트 상세 설정 로봇 복사본
Suno, GPT-4, Runway, Creatomate로 AI 생성 YouTube 음악 플레이리스트 생성
If
Set
Code
+
If
Set
Code
203 노드Joseph
콘텐츠 제작
워크플로우 정보
난이도
초급
노드 수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에서 보기 →
이 워크플로우 공유