feat: add folder support for workflows (fixes #70)
This commit is contained in:
@@ -0,0 +1,106 @@
|
||||
{
|
||||
"meta": {
|
||||
"instanceId": "b503899dfd9ae32bbf8e1f446a1f2c9b3c59f80c79b274c49b1606b7ae9579e1"
|
||||
},
|
||||
"nodes": [
|
||||
{
|
||||
"id": "21da7bb6-6544-4756-9d0a-ab8ae21650d4",
|
||||
"name": "Google Sheets Trigger",
|
||||
"type": "n8n-nodes-base.googleSheetsTrigger",
|
||||
"position": [
|
||||
-120,
|
||||
-20
|
||||
],
|
||||
"parameters": {
|
||||
"event": "rowAdded",
|
||||
"options": {},
|
||||
"pollTimes": {
|
||||
"item": [
|
||||
{
|
||||
"mode": "everyMinute"
|
||||
}
|
||||
]
|
||||
},
|
||||
"sheetName": {
|
||||
"__rl": true,
|
||||
"mode": "list",
|
||||
"value": "gid=0",
|
||||
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/1SP8Y-qffC96ZV3ueVUYWP5pjqtaycaM7Kbv5L-ztw5g/edit#gid=0",
|
||||
"cachedResultName": "Sheet1"
|
||||
},
|
||||
"documentId": {
|
||||
"__rl": true,
|
||||
"mode": "list",
|
||||
"value": "1SP8Y-qffC96ZV3ueVUYWP5pjqtaycaM7Kbv5L-ztw5g",
|
||||
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/1SP8Y-qffC96ZV3ueVUYWP5pjqtaycaM7Kbv5L-ztw5g/edit?usp=drivesdk",
|
||||
"cachedResultName": "URL list"
|
||||
}
|
||||
},
|
||||
"typeVersion": 1
|
||||
},
|
||||
{
|
||||
"id": "39a9a0a3-13c7-4271-bca4-31848201e48b",
|
||||
"name": "Take a screenshot of a website",
|
||||
"type": "@custom-js/n8n-nodes-pdf-toolkit.websiteScreenshot",
|
||||
"position": [
|
||||
160,
|
||||
-20
|
||||
],
|
||||
"parameters": {
|
||||
"urlInput": "={{ $json.Url }}"
|
||||
},
|
||||
"typeVersion": 1
|
||||
},
|
||||
{
|
||||
"id": "1dc3cb1a-99ee-4e85-b628-0f4a77149728",
|
||||
"name": "Store Screenshots",
|
||||
"type": "n8n-nodes-base.googleDrive",
|
||||
"position": [
|
||||
400,
|
||||
-20
|
||||
],
|
||||
"parameters": {
|
||||
"name": "={{ $json.Title }}.png",
|
||||
"driveId": {
|
||||
"__rl": true,
|
||||
"mode": "list",
|
||||
"value": "My Drive"
|
||||
},
|
||||
"options": {},
|
||||
"folderId": {
|
||||
"__rl": true,
|
||||
"mode": "list",
|
||||
"value": "1oFbmzgG2fsRix45r5JtowYjAdwskJ0P6",
|
||||
"cachedResultUrl": "https://drive.google.com/drive/folders/1oFbmzgG2fsRix45r5JtowYjAdwskJ0P6",
|
||||
"cachedResultName": "screenshots"
|
||||
}
|
||||
},
|
||||
"typeVersion": 3
|
||||
}
|
||||
],
|
||||
"pinData": {},
|
||||
"connections": {
|
||||
"Google Sheets Trigger": {
|
||||
"main": [
|
||||
[
|
||||
{
|
||||
"node": "Take a screenshot of a website",
|
||||
"type": "main",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"Take a screenshot of a website": {
|
||||
"main": [
|
||||
[
|
||||
{
|
||||
"node": "Store Screenshots",
|
||||
"type": "main",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user