[N8N Backup] MyToys.json (different)

This commit is contained in:
m3tam3re 2023-03-13 17:00:13 +01:00
parent 50fd3f3335
commit 3f53a5a4d6
1 changed files with 5 additions and 41 deletions

View File

@ -8,11 +8,6 @@
"node": "In Billbee Format umwandeln", "node": "In Billbee Format umwandeln",
"type": "main", "type": "main",
"index": 0 "index": 0
},
{
"node": "Baserow",
"type": "main",
"index": 0
} }
] ]
] ]
@ -150,11 +145,11 @@
] ]
] ]
}, },
"Baserow": { "Billbee ShopID + Token": {
"main": [ "main": [
[ [
{ {
"node": "In Billbee Format umwandeln", "node": "Bestellung an Billbee senden",
"type": "main", "type": "main",
"index": 0 "index": 0
} }
@ -223,7 +218,7 @@
"fullResponse": false "fullResponse": false
}, },
"bodyParametersJson": "={{$json}}", "bodyParametersJson": "={{$json}}",
"headerParametersJson": "={\n \"Content-Type\":\"application/json\",\n \"X-Billbee-Api-Key\":\"{{$node[\"Billbee ShopID + Token\"].parameter[\"values\"][\"string\"][1][\"value\"]}}\"\n }" "headerParametersJson": "={\n \"Content-Type\":\"application/json\",\n \"X-Billbee-Api-Key\":\"{{$node[\"Billbee ShopID + Token\"].json[\"X-Billbee-Api-Key\"]}}\"\n }"
}, },
"name": "Bestellung an Billbee senden", "name": "Bestellung an Billbee senden",
"type": "n8n-nodes-base.httpRequest", "type": "n8n-nodes-base.httpRequest",
@ -514,7 +509,7 @@
}, },
{ {
"name": "=orderItems[0].product.SKU", "name": "=orderItems[0].product.SKU",
"value": "={{$json[\"SKU (Text)\"]}}" "value": "={{$json[\"POS_TEXT\"]}}"
}, },
{ {
"name": "=orderItems[0].Quantity", "name": "=orderItems[0].Quantity",
@ -611,42 +606,11 @@
"name": "Google Drive account" "name": "Google Drive account"
} }
} }
},
{
"parameters": {
"databaseId": 104,
"tableId": 526,
"limit": 1,
"additionalOptions": {
"filters": {
"fields": [
{
"field": 4228,
"value": "={{$json[\"POS_ANR\"]}}"
}
]
}
}
},
"id": "f67fb89b-d751-41b6-85fb-6943571b3a17",
"name": "Baserow",
"type": "n8n-nodes-base.baserow",
"typeVersion": 1,
"position": [
1680,
600
],
"credentials": {
"baserowApi": {
"id": "10",
"name": "Baserow account"
}
}
} }
], ],
"pinData": {}, "pinData": {},
"settings": {}, "settings": {},
"staticData": null, "staticData": null,
"tags": [], "tags": [],
"updatedAt": "2023-02-02T11:32:29.544Z" "updatedAt": "2023-03-13T14:51:25.828Z"
} }