[N8N Backup] MT - Aufträge.json (different)
This commit is contained in:
parent
aa816bfa1b
commit
9c3bbbdff7
|
@ -100,7 +100,12 @@
|
||||||
"main": [
|
"main": [
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
"node": "Bestellung an Billbee senden",
|
"node": "Api-Key",
|
||||||
|
"type": "main",
|
||||||
|
"index": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"node": "Merge",
|
||||||
"type": "main",
|
"type": "main",
|
||||||
"index": 0
|
"index": 0
|
||||||
}
|
}
|
||||||
|
@ -128,6 +133,28 @@
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
"Api-Key": {
|
||||||
|
"main": [
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"node": "Merge",
|
||||||
|
"type": "main",
|
||||||
|
"index": 1
|
||||||
|
}
|
||||||
|
]
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"Merge": {
|
||||||
|
"main": [
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"node": "Bestellung an Billbee senden",
|
||||||
|
"type": "main",
|
||||||
|
"index": 0
|
||||||
|
}
|
||||||
|
]
|
||||||
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"createdAt": "2023-01-17T13:26:26.485Z",
|
"createdAt": "2023-01-17T13:26:26.485Z",
|
||||||
|
@ -165,14 +192,14 @@
|
||||||
"fullResponse": false
|
"fullResponse": false
|
||||||
},
|
},
|
||||||
"bodyParametersJson": "={{$json}}",
|
"bodyParametersJson": "={{$json}}",
|
||||||
"headerParametersJson": "={\n \"Content-Type\":\"application/json\",\n \"X-Billbee-Api-Key\":\"{{$node[\"Billbee ShopID + Token\"].json[\"X-Billbee-Api-Key\"]}}\"\n }"
|
"headerParametersJson": "={\n \"Content-Type\":\"application/json\",\n \"X-Billbee-Api-Key\":\"{{$node[\"Api-Key\"].json[\"stdout\"]}}\"\n }"
|
||||||
},
|
},
|
||||||
"name": "Bestellung an Billbee senden",
|
"name": "Bestellung an Billbee senden",
|
||||||
"type": "n8n-nodes-base.httpRequest",
|
"type": "n8n-nodes-base.httpRequest",
|
||||||
"typeVersion": 1,
|
"typeVersion": 1,
|
||||||
"position": [
|
"position": [
|
||||||
2020,
|
2400,
|
||||||
480
|
500
|
||||||
],
|
],
|
||||||
"id": "c81d1331-8653-4693-ada1-6697dc9ee038",
|
"id": "c81d1331-8653-4693-ada1-6697dc9ee038",
|
||||||
"credentials": {
|
"credentials": {
|
||||||
|
@ -270,8 +297,8 @@
|
||||||
"type": "n8n-nodes-base.ftp",
|
"type": "n8n-nodes-base.ftp",
|
||||||
"typeVersion": 1,
|
"typeVersion": 1,
|
||||||
"position": [
|
"position": [
|
||||||
2320,
|
2600,
|
||||||
480
|
500
|
||||||
],
|
],
|
||||||
"credentials": {
|
"credentials": {
|
||||||
"sftp": {
|
"sftp": {
|
||||||
|
@ -520,7 +547,7 @@
|
||||||
{
|
{
|
||||||
"parameters": {
|
"parameters": {
|
||||||
"binaryData": true,
|
"binaryData": true,
|
||||||
"name": "={{$binary.data.fileName}}",
|
"name": "={{ $json[\"name\"] }}",
|
||||||
"parents": [
|
"parents": [
|
||||||
"0AFGOvDYEtp0yUk9PVA"
|
"0AFGOvDYEtp0yUk9PVA"
|
||||||
],
|
],
|
||||||
|
@ -540,6 +567,30 @@
|
||||||
"name": "Google Drive account"
|
"name": "Google Drive account"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"parameters": {
|
||||||
|
"command": "echo \"$BILBEE_API_KEY\""
|
||||||
|
},
|
||||||
|
"id": "105c3214-b5e7-43b3-b3f1-95a4de48bdd6",
|
||||||
|
"name": "Api-Key",
|
||||||
|
"type": "n8n-nodes-base.executeCommand",
|
||||||
|
"typeVersion": 1,
|
||||||
|
"position": [
|
||||||
|
1960,
|
||||||
|
640
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"parameters": {},
|
||||||
|
"id": "612b2d47-ff4e-495f-9857-6df986e8b45b",
|
||||||
|
"name": "Merge",
|
||||||
|
"type": "n8n-nodes-base.merge",
|
||||||
|
"typeVersion": 2,
|
||||||
|
"position": [
|
||||||
|
2160,
|
||||||
|
500
|
||||||
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"pinData": {},
|
"pinData": {},
|
||||||
|
@ -551,6 +602,6 @@
|
||||||
},
|
},
|
||||||
"tags": [],
|
"tags": [],
|
||||||
"triggerCount": 2,
|
"triggerCount": 2,
|
||||||
"updatedAt": "2023-04-04T11:19:10.000Z",
|
"updatedAt": "2023-04-13T13:51:34.000Z",
|
||||||
"versionId": "e2babaa6-b296-4372-affa-b78127e2a2a0"
|
"versionId": "ebc06ca9-45d1-4304-b2d7-cb585ed814a5"
|
||||||
}
|
}
|
Loading…
Reference in New Issue