8
n8n 한국어amn8n.com

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)는 사용자 직접 비용을 지불해야 할 수 있습니다.

워크플로우 정보
난이도
초급
노드 수5
카테고리2
노드 유형5
난이도 설명

n8n 초보자를 위한 1-5개 노드의 간단한 워크플로우

저자
David Olusola

David Olusola

@dae221

AI automation consultant working with ambitious businesses on their most complex operational challenges. For project inquiries, reach me at david@daexai.com

외부 링크
n8n.io에서 보기

이 워크플로우 공유

카테고리

카테고리: 34