Compare commits

..

2 Commits

Author SHA1 Message Date
m3tam3re b5724c59d2 [N8N Backup] Rechnungen -> DATEV.json (different) 2023-04-13 18:00:21 +02:00
m3tam3re 9c3bbbdff7 [N8N Backup] MT - Aufträge.json (different) 2023-04-13 18:00:19 +02:00
2 changed files with 63 additions and 12 deletions

View File

@ -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"
} }

View File

@ -512,14 +512,14 @@
"settings": {}, "settings": {},
"staticData": { "staticData": {
"node:Gmail Trigger": { "node:Gmail Trigger": {
"lastTimeChecked": 1681306492, "lastTimeChecked": 1681394959,
"possibleDuplicates": [ "possibleDuplicates": [
"18775ad228c36e9c" "1877af34d958ef91"
] ]
} }
}, },
"tags": [], "tags": [],
"triggerCount": 1, "triggerCount": 1,
"updatedAt": "2023-04-13T03:44:56.000Z", "updatedAt": "2023-04-13T14:10:21.000Z",
"versionId": "7ca21fdf-be3f-41f6-ba2d-79ff588f2749" "versionId": "7ca21fdf-be3f-41f6-ba2d-79ff588f2749"
} }