Website-Screenshots mit Dumpling AI von Google Tabellen erfassen und speichern
Anfänger
Dies ist ein File Management, Multimodal AI-Bereich Automatisierungsworkflow mit 5 Nodes. Hauptsächlich werden GoogleDrive, HttpRequest, GoogleSheetsTrigger und andere Nodes verwendet. Website-Screenshots aus Google Tabellen mit Dumpling AI erfassen und in der Cloud speichern
Voraussetzungen
- •Google Drive API-Anmeldedaten
- •Möglicherweise sind Ziel-API-Anmeldedaten erforderlich
- •Google Sheets API-Anmeldedaten
Verwendete Nodes (5)
Kategorie
Workflow-Vorschau
Visualisierung der Node-Verbindungen, mit Zoom und Pan
Workflow exportieren
Kopieren Sie die folgende JSON-Konfiguration und importieren Sie sie in 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": "Neue Zeile in Google Sheets überwachen",
"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": "Screenshot von Dumpling AI anfordern",
"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": "Screenshot herunterladen",
"type": "n8n-nodes-base.httpRequest",
"position": [
80,
40
],
"parameters": {
"url": "={{ $json.screenshotUrl }}",
"options": {}
},
"typeVersion": 4.2
},
{
"id": "9f9d4127-b6d0-4f68-bf89-1a0ed74db216",
"name": "Screenshot in Google Drive hochladen",
"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": "Haftnotiz",
"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
}
]
]
}
}
}Häufig gestellte Fragen
Wie verwende ich diesen Workflow?
Kopieren Sie den obigen JSON-Code, erstellen Sie einen neuen Workflow in Ihrer n8n-Instanz und wählen Sie "Aus JSON importieren". Fügen Sie die Konfiguration ein und passen Sie die Anmeldedaten nach Bedarf an.
Für welche Szenarien ist dieser Workflow geeignet?
Anfänger - Dateiverwaltung, Multimodales KI
Ist es kostenpflichtig?
Dieser Workflow ist völlig kostenlos. Beachten Sie jedoch, dass Drittanbieterdienste (wie OpenAI API), die im Workflow verwendet werden, möglicherweise kostenpflichtig sind.
Verwandte Workflows
Automatisierte Erstellung von filmreifen Tier-Videos und -Sounds aus Formularen mit Dumpling AI
Formulareingaben in filmreife Videos mit GPT-4, Dumpling AI und ElevenLabs-Audio umwandeln
Set
Code
Wait
+
Set
Code
Wait
23 NodesYang
Content-Erstellung
Generierung von Werbebild-Varianten mit GPT-4, Dumpling AI und Google Drive
Werbebildvarianten mit GPT-4, Dumpling AI und Google Drive generieren
Split Out
Form Trigger
Google Drive
+
Split Out
Form Trigger
Google Drive
14 NodesYang
Content-Erstellung
YouTube-Idee-Erstellung mit Dumpling AI und GPT-4o
Erstellen von YouTube-Inhaltsideen mittels Videanalyse mit Dumpling AI und GPT-4o
Code
Wait
Gmail
+
Code
Wait
Gmail
13 NodesYang
Content-Erstellung
Produktinformationen aus Webseiten-Screenshots mit Dumpling AI und GPT-4o extrahieren
Extraktion von Produktinformationen aus Webseiten Screenshots mittels Dumpling AI und GPT-4o
Split Out
Google Drive
Http Request
+
Split Out
Google Drive
Http Request
11 NodesYang
Künstliche Intelligenz
Lade Reddits Memes automatisch in Google Drive herunter – mit Duplikatenerkennung und Telegram-Reminder
Automatisches Herunterladen von Reddit-Bildchen in Google Drive mit Duplikatenerkennung und Telegram-Benachrichtigung
If
Set
Code
+
If
Set
Code
20 NodesVitorio Magalhães
Dateiverwaltung
Automatische Erzeugung von plattformspezifischen Beiträgen aus YouTube-Videos mit Dumpling AI
Automatisierte Erstellung von Instagram-, Facebook- und LinkedIn-Beiträgen aus YouTube-Videos mit GPT-4o und Dumpling AI
Set
Code
Merge
+
Set
Code
Merge
20 NodesYang
Content-Erstellung
Workflow-Informationen
Schwierigkeitsgrad
Anfänger
Anzahl der Nodes5
Kategorie2
Node-Typen4
Autor
Yang
@yangExterne Links
Auf n8n.io ansehen →
Diesen Workflow teilen