8
n8n 한국어amn8n.com

Dumpling AI를 사용하여 Google 스프레드시트에서 웹사이트 스크린샷을 캡처하고 저장

초급

이것은File Management, Multimodal AI분야의자동화 워크플로우로, 5개의 노드를 포함합니다.주로 GoogleDrive, HttpRequest, GoogleSheetsTrigger 등의 노드를 사용하며. Dumpling AI를 사용하여 Google 스프레드시트에서 웹 캡처를 capture하고 클라우드 스토리지에 저장합니다.

사전 요구사항
  • Google Drive API 인증 정보
  • 대상 API의 인증 정보가 필요할 수 있음
  • Google Sheets API 인증 정보
워크플로우 미리보기
노드 연결 관계를 시각적으로 표시하며, 확대/축소 및 이동을 지원합니다
워크플로우 내보내기
다음 JSON 구성을 복사하여 n8n에 가져오면 이 워크플로우를 사용할 수 있습니다
{
  "id": "JesDh3ZSPdpcLzKe",
  "meta": {
    "instanceId": "a1ae5c8dc6c65e674f9c3947d083abcc749ef2546dff9f4ff01de4d6a36ebfe6",
    "templateCredsSetupCompleted": true
  },
  "name": "Capture and Store Website Screenshots from Google Sheets using Dumpling AI",
  "tags": [],
  "nodes": [
    {
      "id": "4a760063-736e-4f69-8b62-2a52e86ec142",
      "name": "Google Sheets에서 새 행 감시",
      "type": "n8n-nodes-base.googleSheetsTrigger",
      "position": [
        -360,
        40
      ],
      "parameters": {
        "event": "rowAdded",
        "options": {},
        "pollTimes": {
          "item": [
            {
              "mode": "everyMinute"
            }
          ]
        },
        "sheetName": {
          "__rl": true,
          "mode": "list",
          "value": "",
          "cachedResultUrl": "https://docs.google.com/spreadsheets/d/1yUCXVTVaFZTAx3x-5CgqwOx1syJ0Xhop9XcPZUFKojI/edit#gid=0",
          "cachedResultName": "Sheet1"
        },
        "documentId": {
          "__rl": true,
          "mode": "list",
          "value": "",
          "cachedResultUrl": "https://docs.google.com/spreadsheets/d/1yUCXVTVaFZTAx3x-5CgqwOx1syJ0Xhop9XcPZUFKojI/edit?usp=drivesdk",
          "cachedResultName": "lead's website"
        }
      },
      "credentials": {
        "googleSheetsTriggerOAuth2Api": {
          "id": "qDzHSzTkclwDHpSR",
          "name": "Google Sheets Trigger account"
        }
      },
      "typeVersion": 1
    },
    {
      "id": "1349325d-9180-4964-9d86-e35c2794a1d8",
      "name": "Dumpling AI에 스크린샷 요청",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        -140,
        40
      ],
      "parameters": {
        "url": "https://app.dumplingai.com/api/v1/screenshot",
        "method": "POST",
        "options": {},
        "jsonBody": "={\n  \"url\": \"{{ $json.Website }}\",\n  \"fullPage\": true\n}\n",
        "sendBody": true,
        "specifyBody": "json",
        "authentication": "genericCredentialType",
        "genericAuthType": "httpHeaderAuth"
      },
      "credentials": {
        "httpHeaderAuth": {
          "id": "RLFzAcGRepr5eXZB",
          "name": "Dumpling AI-n8n"
        }
      },
      "typeVersion": 4.2
    },
    {
      "id": "d00918e5-3bd5-4297-abce-26083edd10ac",
      "name": "스크린샷 다운로드",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        80,
        40
      ],
      "parameters": {
        "url": "={{ $json.screenshotUrl }}",
        "options": {}
      },
      "typeVersion": 4.2
    },
    {
      "id": "9f9d4127-b6d0-4f68-bf89-1a0ed74db216",
      "name": "Google Drive에 스크린샷 업로드",
      "type": "n8n-nodes-base.googleDrive",
      "position": [
        300,
        40
      ],
      "parameters": {
        "name": "temp-488dda43-93de-4fa6-acfc-f3977c584ab1.png",
        "driveId": {
          "__rl": true,
          "mode": "list",
          "value": "My Drive"
        },
        "options": {},
        "folderId": {
          "__rl": true,
          "mode": "list",
          "value": "10uV5-NBOhO3nln5Mj70AC1ptpb350O55",
          "cachedResultUrl": "https://drive.google.com/drive/folders/10uV5-NBOhO3nln5Mj70AC1ptpb350O55",
          "cachedResultName": "pdf"
        }
      },
      "credentials": {
        "googleDriveOAuth2Api": {
          "id": "B0Hulh0j065xznhI",
          "name": "nnekajennifer"
        }
      },
      "typeVersion": 3
    },
    {
      "id": "bd50b356-a07e-4f03-825b-9c1f78ae6a6a",
      "name": "스티커 메모",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -380,
        -180
      ],
      "parameters": {
        "width": 440,
        "height": 260,
        "content": "### 🖼️ Website Screenshot Capture from Google Sheets\n\nThis workflow watches for new rows in a Google Sheet. When a new website URL is added:\n\n1. It sends the URL to **Dumpling AI** to capture a full-page screenshot  \n2. Downloads the screenshot file using the returned URL  \n3. Uploads the screenshot to a specified **Google Drive folder**\n"
      },
      "typeVersion": 1
    }
  ],
  "active": false,
  "pinData": {},
  "settings": {
    "executionOrder": "v1"
  },
  "versionId": "f9d201e4-247f-46a8-849f-09cb19ef5017",
  "connections": {
    "d00918e5-3bd5-4297-abce-26083edd10ac": {
      "main": [
        [
          {
            "node": "9f9d4127-b6d0-4f68-bf89-1a0ed74db216",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "4a760063-736e-4f69-8b62-2a52e86ec142": {
      "main": [
        [
          {
            "node": "1349325d-9180-4964-9d86-e35c2794a1d8",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "1349325d-9180-4964-9d86-e35c2794a1d8": {
      "main": [
        [
          {
            "node": "d00918e5-3bd5-4297-abce-26083edd10ac",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
자주 묻는 질문

이 워크플로우를 어떻게 사용하나요?

위의 JSON 구성 코드를 복사하여 n8n 인스턴스에서 새 워크플로우를 생성하고 "JSON에서 가져오기"를 선택한 후, 구성을 붙여넣고 필요에 따라 인증 설정을 수정하세요.

이 워크플로우는 어떤 시나리오에 적합한가요?

초급 - 파일 관리, 멀티모달 AI

유료인가요?

이 워크플로우는 완전히 무료이며 직접 가져와 사용할 수 있습니다. 다만, 워크플로우에서 사용하는 타사 서비스(예: OpenAI API)는 사용자 직접 비용을 지불해야 할 수 있습니다.

관련 워크플로우 추천

Dumpling AI를 사용하여 양식에서 자동으로 영화 수준의 동물 비디오 및 소리 생성
GPT-4, Dumpling AI 및 ElevenLabs 오디오를 사용하여 양식 입력을 영화 수준 비디오로 변환
Set
Code
Wait
+
Set
Code
Wait
23 노드Yang
콘텐츠 제작
GPT-4, Dumpling AI, Google Drive를 사용하여 광고 이미지 변이 생성
GPT-4、Dumpling AI와 Google Drive를 사용하여 광고 이미지 변이 생성
Split Out
Form Trigger
Google Drive
+
Split Out
Form Trigger
Google Drive
14 노드Yang
콘텐츠 제작
Dumpling AI와 GPT-4o를 사용하여 YouTube 비디오 아이디어 생성
비디오 분석을 사용하여 Dumpling AI와 GPT-4o를 사용하여 YouTube 콘텐츠 창의성 생성
Code
Wait
Gmail
+
Code
Wait
Gmail
13 노드Yang
콘텐츠 제작
Dumpling AI와 GPT-4o를 사용하여 웹 스크린샷에서 제품 정보 추출
Dumpling AI와 GPT-4o를 통해 웹 캡처에서 제품 정보를 추출
Split Out
Google Drive
Http Request
+
Split Out
Google Drive
Http Request
11 노드Yang
인공지능
Reddit 밈을 Google Drive에 자동 다운로드, 중복 감지 및 Telegram 알림 포함
Reddit 밈 Google Drive 자동 다운로드, 중복 감지 및 Telegram 알림 포함
If
Set
Code
+
If
Set
Code
20 노드Vitorio Magalhães
파일 관리
Dumpling AI를 사용하여 YouTube 동영상에서 플랫폼별 게시물 자동 생성
GPT-4o 및 Dumpling AI를 사용하여 YouTube 동영상에서 Instagram, Facebook 및 LinkedIn 게시물 자동 생성
Set
Code
Merge
+
Set
Code
Merge
20 노드Yang
콘텐츠 제작
워크플로우 정보
난이도
초급
노드 수5
카테고리2
노드 유형4
난이도 설명

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

외부 링크
n8n.io에서 보기

이 워크플로우 공유

카테고리

카테고리: 34