Files
n8n-enterprise-unlocked/test-workflows/workflows/46.json
2025-05-20 07:24:56 +01:00

332 lines
7.2 KiB
JSON

{
"createdAt": "2021-02-19T09:10:55.093Z",
"updatedAt": "2021-06-04T16:58:49.525Z",
"id": "46",
"name": "GoogleBooks:Volume:getAll get:BookShelf:getAll get:BookShelfVolume:add move getAll remove clear",
"active": false,
"nodes": [
{
"parameters": {},
"name": "Start",
"type": "n8n-nodes-base.start",
"typeVersion": 1,
"position": [
190,
380
],
"id": "92c95e9a-bed8-4099-9f53-f2744380c0e2"
},
{
"parameters": {
"authentication": "serviceAccount",
"resource": "volume",
"operation": "getAll",
"searchQuery": "lean startup",
"limit": 2
},
"name": "Google Books",
"type": "n8n-nodes-base.googleBooks",
"typeVersion": 1,
"position": [
480,
300
],
"credentials": {
"googleApi": {
"id": "196",
"name": "Google API creds"
}
},
"notes": "IGNORED_PROPERTIES=userInfo",
"id": "2cc49cda-b0ee-4c8f-96c9-eede0627537c"
},
{
"parameters": {
"authentication": "serviceAccount",
"resource": "volume",
"volumeId": "={{$node[\"Google Books\"].json[\"id\"]}}"
},
"name": "Google Books1",
"type": "n8n-nodes-base.googleBooks",
"typeVersion": 1,
"position": [
650,
300
],
"credentials": {
"googleApi": {
"id": "196",
"name": "Google API creds"
}
},
"notes": "IGNORED_PROPERTIES=layerInfo",
"id": "629b25f8-ced3-41a0-9e8e-47a84c1c654b"
},
{
"parameters": {
"authentication": "serviceAccount",
"operation": "getAll",
"myLibrary": true,
"limit": 1
},
"name": "Google Books2",
"type": "n8n-nodes-base.googleBooks",
"typeVersion": 1,
"position": [
480,
460
],
"credentials": {
"googleApi": {
"id": "196",
"name": "Google API creds"
}
},
"id": "6deb68ae-0a5d-4d1c-b8f0-e6f7a53bb67a"
},
{
"parameters": {
"authentication": "serviceAccount",
"myLibrary": true,
"shelfId": "1001"
},
"name": "Google Books3",
"type": "n8n-nodes-base.googleBooks",
"typeVersion": 1,
"position": [
640,
460
],
"credentials": {
"googleApi": {
"id": "196",
"name": "Google API creds"
}
},
"id": "75b090c9-0b7b-466a-8805-3a7a19cb4db8"
},
{
"parameters": {
"authentication": "serviceAccount",
"resource": "bookshelfVolume",
"operation": "add",
"shelfId": "1001",
"volumeId": "={{$node[\"Google Books1\"].json[\"id\"]}}"
},
"name": "Google Books4",
"type": "n8n-nodes-base.googleBooks",
"typeVersion": 1,
"position": [
820,
420
],
"alwaysOutputData": true,
"credentials": {
"googleApi": {
"id": "196",
"name": "Google API creds"
}
},
"id": "de433fd4-9964-4e37-9446-33248f9851f6"
},
{
"parameters": {
"authentication": "serviceAccount",
"resource": "bookshelfVolume",
"operation": "move",
"shelfId": "1001",
"volumeId": "={{$node[\"Google Books1\"].json[\"id\"]}}",
"volumePosition": "1"
},
"name": "Google Books5",
"type": "n8n-nodes-base.googleBooks",
"typeVersion": 1,
"position": [
990,
420
],
"alwaysOutputData": true,
"credentials": {
"googleApi": {
"id": "196",
"name": "Google API creds"
}
},
"id": "f797616b-cd2d-4f41-b138-eafeaac2a059"
},
{
"parameters": {
"authentication": "serviceAccount",
"resource": "bookshelfVolume",
"myLibrary": true,
"shelfId": "1001",
"limit": 1
},
"name": "Google Books6",
"type": "n8n-nodes-base.googleBooks",
"typeVersion": 1,
"position": [
1150,
420
],
"alwaysOutputData": true,
"credentials": {
"googleApi": {
"id": "196",
"name": "Google API creds"
}
},
"notes": "IGNORED_PROPERTIES=layerInfo",
"id": "2c5e6a25-48c7-44e7-bce6-e7b15af5632f"
},
{
"parameters": {
"authentication": "serviceAccount",
"resource": "bookshelfVolume",
"operation": "remove",
"shelfId": "1001",
"volumeId": "={{$node[\"Google Books1\"].json[\"id\"]}}"
},
"name": "Google Books7",
"type": "n8n-nodes-base.googleBooks",
"typeVersion": 1,
"position": [
1340,
420
],
"alwaysOutputData": true,
"credentials": {
"googleApi": {
"id": "196",
"name": "Google API creds"
}
},
"id": "3effe483-67fd-4dc4-90b2-aacea6a8e4b2"
},
{
"parameters": {
"authentication": "serviceAccount",
"resource": "bookshelfVolume",
"operation": "clear",
"shelfId": "1001"
},
"name": "Google Books8",
"type": "n8n-nodes-base.googleBooks",
"typeVersion": 1,
"position": [
1520,
420
],
"alwaysOutputData": true,
"credentials": {
"googleApi": {
"id": "196",
"name": "Google API creds"
}
},
"id": "e0d6001c-abb2-41b2-a61e-3aaa47999106"
}
],
"connections": {
"Google Books": {
"main": [
[
{
"node": "Google Books1",
"type": "main",
"index": 0
}
]
]
},
"Start": {
"main": [
[
{
"node": "Google Books",
"type": "main",
"index": 0
},
{
"node": "Google Books2",
"type": "main",
"index": 0
}
]
]
},
"Google Books2": {
"main": [
[
{
"node": "Google Books3",
"type": "main",
"index": 0
}
]
]
},
"Google Books1": {
"main": [
[
{
"node": "Google Books4",
"type": "main",
"index": 0
}
]
]
},
"Google Books4": {
"main": [
[
{
"node": "Google Books5",
"type": "main",
"index": 0
}
]
]
},
"Google Books5": {
"main": [
[
{
"node": "Google Books6",
"type": "main",
"index": 0
}
]
]
},
"Google Books6": {
"main": [
[
{
"node": "Google Books7",
"type": "main",
"index": 0
}
]
]
},
"Google Books7": {
"main": [
[
{
"node": "Google Books8",
"type": "main",
"index": 0
}
]
]
}
},
"settings": {},
"staticData": null,
"meta": null,
"pinData": null,
"versionId": null,
"triggerCount": 0,
"tags": []
}