Compare commits
7 Commits
4c04e3c5e3
...
2719ffe8df
Author | SHA1 | Date |
---|---|---|
m3tam3re | 2719ffe8df | |
m3tam3re | 7886b1925f | |
m3tam3re | 921a0b593e | |
m3tam3re | c5c00ebd9e | |
m3tam3re | 0099802511 | |
m3tam3re | 46f780af73 | |
m3tam3re | ed3740f2ea |
|
@ -0,0 +1,308 @@
|
|||
{
|
||||
"active": false,
|
||||
"connections": {
|
||||
"Success?": {
|
||||
"main": [
|
||||
[
|
||||
{
|
||||
"node": "Wait",
|
||||
"type": "main",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"Wait": {
|
||||
"main": [
|
||||
[
|
||||
{
|
||||
"node": "HTTP Request1",
|
||||
"type": "main",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"HTTP Request1": {
|
||||
"main": [
|
||||
[
|
||||
{
|
||||
"node": "Item Lists",
|
||||
"type": "main",
|
||||
"index": 0
|
||||
},
|
||||
{
|
||||
"node": "Code",
|
||||
"type": "main",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"When clicking \"Execute Workflow\"": {
|
||||
"main": [
|
||||
[
|
||||
{
|
||||
"node": "Wait",
|
||||
"type": "main",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"Item Lists": {
|
||||
"main": [
|
||||
[
|
||||
{
|
||||
"node": "Edit Fields2",
|
||||
"type": "main",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"Edit Fields2": {
|
||||
"main": [
|
||||
[
|
||||
{
|
||||
"node": "Spreadsheet File",
|
||||
"type": "main",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"Spreadsheet File": {
|
||||
"main": [
|
||||
[
|
||||
{
|
||||
"node": "Write Binary File",
|
||||
"type": "main",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"Code": {
|
||||
"main": [
|
||||
[
|
||||
{
|
||||
"node": "Success?",
|
||||
"type": "main",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
||||
},
|
||||
"createdAt": "2023-12-05T10:54:32.169Z",
|
||||
"id": "OlkB0SNHIBtQsc39",
|
||||
"meta": null,
|
||||
"name": "Billbee Aufträge Archiv",
|
||||
"nodes": [
|
||||
{
|
||||
"parameters": {
|
||||
"fields": {
|
||||
"values": [
|
||||
{
|
||||
"name": "Id",
|
||||
"stringValue": "={{ $json.Id || \"none\" }}"
|
||||
},
|
||||
{
|
||||
"name": "OrderRef",
|
||||
"stringValue": "={{ $json.OrderNumber || \"none\" }}"
|
||||
},
|
||||
{
|
||||
"name": "CustomerId",
|
||||
"stringValue": "={{ $json.Customer.Id }}"
|
||||
},
|
||||
{
|
||||
"name": "date",
|
||||
"stringValue": "={{ $json.CreatedAt }}"
|
||||
}
|
||||
]
|
||||
},
|
||||
"include": "none",
|
||||
"options": {
|
||||
"includeBinary": false
|
||||
}
|
||||
},
|
||||
"id": "1fd57f53-0c16-40c6-bb6f-b0dfe3153f87",
|
||||
"name": "Edit Fields2",
|
||||
"type": "n8n-nodes-base.set",
|
||||
"typeVersion": 3.1,
|
||||
"position": [
|
||||
480,
|
||||
-1780
|
||||
]
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"conditions": {
|
||||
"number": [
|
||||
{
|
||||
"value1": "={{ $json.body.Data }}",
|
||||
"operation": "isNotEmpty"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"id": "d55390c5-417c-44e0-a7be-0cd4960b30ee",
|
||||
"name": "Success?",
|
||||
"type": "n8n-nodes-base.if",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
300,
|
||||
-1340
|
||||
]
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"unit": "seconds"
|
||||
},
|
||||
"id": "5d326db6-a71b-4717-94c2-010ca7911a00",
|
||||
"name": "Wait",
|
||||
"type": "n8n-nodes-base.wait",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
680,
|
||||
-1360
|
||||
],
|
||||
"webhookId": "0c71ff00-b9b2-480b-8034-66d76181e50c"
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"url": "https://app.billbee.io/api/v1/orders",
|
||||
"authentication": "genericCredentialType",
|
||||
"genericAuthType": "httpBasicAuth",
|
||||
"sendQuery": true,
|
||||
"queryParameters": {
|
||||
"parameters": [
|
||||
{
|
||||
"name": "pageSize",
|
||||
"value": "250"
|
||||
},
|
||||
{
|
||||
"name": "page",
|
||||
"value": "={{ $runIndex + 1 }}"
|
||||
},
|
||||
{
|
||||
"name": "minOrderDate",
|
||||
"value": "2022-01-01"
|
||||
}
|
||||
]
|
||||
},
|
||||
"sendHeaders": true,
|
||||
"headerParameters": {
|
||||
"parameters": [
|
||||
{
|
||||
"name": "X-Billbee-Api-Key",
|
||||
"value": "2855BE2C-1D67-4AB0-9DEB-3073E6D27B1C"
|
||||
}
|
||||
]
|
||||
},
|
||||
"options": {
|
||||
"response": {
|
||||
"response": {
|
||||
"fullResponse": true
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"id": "f39a953a-1fc9-49d3-a8cf-85c6e8dca910",
|
||||
"name": "HTTP Request1",
|
||||
"type": "n8n-nodes-base.httpRequest",
|
||||
"typeVersion": 4.1,
|
||||
"position": [
|
||||
-260,
|
||||
-1340
|
||||
],
|
||||
"credentials": {
|
||||
"httpBasicAuth": {
|
||||
"id": "xANPcw3p1Nh0wF9J",
|
||||
"name": "Unnamed credential"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"parameters": {},
|
||||
"id": "f68bb598-1ee5-4927-aa41-c0d896d7688b",
|
||||
"name": "When clicking \"Execute Workflow\"",
|
||||
"type": "n8n-nodes-base.manualTrigger",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
1280,
|
||||
-1620
|
||||
]
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"fieldToSplitOut": "body.Data",
|
||||
"options": {}
|
||||
},
|
||||
"id": "485ffb0a-09e1-4f63-869c-12e08f3f2b92",
|
||||
"name": "Item Lists",
|
||||
"type": "n8n-nodes-base.itemLists",
|
||||
"typeVersion": 3,
|
||||
"position": [
|
||||
300,
|
||||
-1780
|
||||
]
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"fileName": "/var/lib/n8n/foo.csv",
|
||||
"options": {
|
||||
"append": true
|
||||
}
|
||||
},
|
||||
"id": "62a3101c-53e1-4427-9409-445192661b24",
|
||||
"name": "Write Binary File",
|
||||
"type": "n8n-nodes-base.writeBinaryFile",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
960,
|
||||
-1780
|
||||
]
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"operation": "toFile",
|
||||
"fileFormat": "csv",
|
||||
"options": {
|
||||
"headerRow": false
|
||||
}
|
||||
},
|
||||
"id": "d3884621-003c-402f-916b-422769a31501",
|
||||
"name": "Spreadsheet File",
|
||||
"type": "n8n-nodes-base.spreadsheetFile",
|
||||
"typeVersion": 2,
|
||||
"position": [
|
||||
720,
|
||||
-1780
|
||||
]
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"jsCode": "// Loop over input items and add a new field called 'myNewField' to the JSON of each one\nfor (const item of $input.all()) {\n if (item.json.body.Data.length === 0) {\n item.json.headers.statusCode = 400;\n}\n}\n\nreturn $input.all();"
|
||||
},
|
||||
"id": "45397e03-e683-464b-81f1-b072f243d0e1",
|
||||
"name": "Code",
|
||||
"type": "n8n-nodes-base.code",
|
||||
"typeVersion": 2,
|
||||
"position": [
|
||||
60,
|
||||
-1340
|
||||
]
|
||||
}
|
||||
],
|
||||
"pinData": {},
|
||||
"settings": {
|
||||
"executionOrder": "v1"
|
||||
},
|
||||
"staticData": null,
|
||||
"tags": [],
|
||||
"triggerCount": 0,
|
||||
"updatedAt": "2023-12-05T10:58:38.000Z",
|
||||
"versionId": "56662505-625b-41d9-a100-c49d6ff143dc"
|
||||
}
|
|
@ -0,0 +1,308 @@
|
|||
{
|
||||
"active": false,
|
||||
"connections": {
|
||||
"Success?": {
|
||||
"main": [
|
||||
[
|
||||
{
|
||||
"node": "Wait",
|
||||
"type": "main",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"Wait": {
|
||||
"main": [
|
||||
[
|
||||
{
|
||||
"node": "HTTP Request1",
|
||||
"type": "main",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"HTTP Request1": {
|
||||
"main": [
|
||||
[
|
||||
{
|
||||
"node": "Item Lists",
|
||||
"type": "main",
|
||||
"index": 0
|
||||
},
|
||||
{
|
||||
"node": "Code",
|
||||
"type": "main",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"When clicking \"Execute Workflow\"": {
|
||||
"main": [
|
||||
[
|
||||
{
|
||||
"node": "Wait",
|
||||
"type": "main",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"Item Lists": {
|
||||
"main": [
|
||||
[
|
||||
{
|
||||
"node": "Edit Fields2",
|
||||
"type": "main",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"Edit Fields2": {
|
||||
"main": [
|
||||
[
|
||||
{
|
||||
"node": "Spreadsheet File",
|
||||
"type": "main",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"Spreadsheet File": {
|
||||
"main": [
|
||||
[
|
||||
{
|
||||
"node": "Write Binary File",
|
||||
"type": "main",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"Code": {
|
||||
"main": [
|
||||
[
|
||||
{
|
||||
"node": "Success?",
|
||||
"type": "main",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
||||
},
|
||||
"createdAt": "2023-12-05T10:51:33.911Z",
|
||||
"id": "yG43J6U4blfnjO6G",
|
||||
"meta": null,
|
||||
"name": "Billbee Aufträge copy copy",
|
||||
"nodes": [
|
||||
{
|
||||
"parameters": {
|
||||
"fields": {
|
||||
"values": [
|
||||
{
|
||||
"name": "Id",
|
||||
"stringValue": "={{ $json.Id || \"none\" }}"
|
||||
},
|
||||
{
|
||||
"name": "OrderRef",
|
||||
"stringValue": "={{ $json.OrderNumber || \"none\" }}"
|
||||
},
|
||||
{
|
||||
"name": "CustomerId",
|
||||
"stringValue": "={{ $json.Customer.Id }}"
|
||||
},
|
||||
{
|
||||
"name": "date",
|
||||
"stringValue": "={{ $json.CreatedAt }}"
|
||||
}
|
||||
]
|
||||
},
|
||||
"include": "none",
|
||||
"options": {
|
||||
"includeBinary": false
|
||||
}
|
||||
},
|
||||
"id": "a5d58d04-3ac0-4d53-91ee-1be31595b2f6",
|
||||
"name": "Edit Fields2",
|
||||
"type": "n8n-nodes-base.set",
|
||||
"typeVersion": 3.1,
|
||||
"position": [
|
||||
480,
|
||||
-1780
|
||||
]
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"conditions": {
|
||||
"number": [
|
||||
{
|
||||
"value1": "={{ $json.body.Data }}",
|
||||
"operation": "isNotEmpty"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"id": "15306e4d-7b13-4e3e-86c0-30355d5a00d9",
|
||||
"name": "Success?",
|
||||
"type": "n8n-nodes-base.if",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
300,
|
||||
-1340
|
||||
]
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"unit": "seconds"
|
||||
},
|
||||
"id": "b7d4d5b8-4bcb-4935-95d4-f3c73d80bd0e",
|
||||
"name": "Wait",
|
||||
"type": "n8n-nodes-base.wait",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
680,
|
||||
-1360
|
||||
],
|
||||
"webhookId": "94f5ed58-4a29-477f-b1fd-ec17df73da7a"
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"url": "https://app.billbee.io/api/v1/orders",
|
||||
"authentication": "genericCredentialType",
|
||||
"genericAuthType": "httpBasicAuth",
|
||||
"sendQuery": true,
|
||||
"queryParameters": {
|
||||
"parameters": [
|
||||
{
|
||||
"name": "pageSize",
|
||||
"value": "2"
|
||||
},
|
||||
{
|
||||
"name": "page",
|
||||
"value": "=1"
|
||||
},
|
||||
{
|
||||
"name": "minOrderDate",
|
||||
"value": "2024-01-01"
|
||||
}
|
||||
]
|
||||
},
|
||||
"sendHeaders": true,
|
||||
"headerParameters": {
|
||||
"parameters": [
|
||||
{
|
||||
"name": "X-Billbee-Api-Key",
|
||||
"value": "2855BE2C-1D67-4AB0-9DEB-3073E6D27B1C"
|
||||
}
|
||||
]
|
||||
},
|
||||
"options": {
|
||||
"response": {
|
||||
"response": {
|
||||
"fullResponse": true
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"id": "0d8848c2-a84c-44e1-86b9-271e6939732a",
|
||||
"name": "HTTP Request1",
|
||||
"type": "n8n-nodes-base.httpRequest",
|
||||
"typeVersion": 4.1,
|
||||
"position": [
|
||||
-260,
|
||||
-1340
|
||||
],
|
||||
"credentials": {
|
||||
"httpBasicAuth": {
|
||||
"id": "xANPcw3p1Nh0wF9J",
|
||||
"name": "Unnamed credential"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"parameters": {},
|
||||
"id": "dc1a9411-b8cb-4370-9866-73e5c07bf112",
|
||||
"name": "When clicking \"Execute Workflow\"",
|
||||
"type": "n8n-nodes-base.manualTrigger",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
1280,
|
||||
-1620
|
||||
]
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"fieldToSplitOut": "body.Data",
|
||||
"options": {}
|
||||
},
|
||||
"id": "4c73e6a8-939f-4cd1-b0f2-0b1c1f51c6b7",
|
||||
"name": "Item Lists",
|
||||
"type": "n8n-nodes-base.itemLists",
|
||||
"typeVersion": 3,
|
||||
"position": [
|
||||
300,
|
||||
-1780
|
||||
]
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"fileName": "/var/lib/n8n/foo.csv",
|
||||
"options": {
|
||||
"append": true
|
||||
}
|
||||
},
|
||||
"id": "ffe1c7a4-51f6-4d04-966e-3bcef5285442",
|
||||
"name": "Write Binary File",
|
||||
"type": "n8n-nodes-base.writeBinaryFile",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
960,
|
||||
-1780
|
||||
]
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"operation": "toFile",
|
||||
"fileFormat": "csv",
|
||||
"options": {
|
||||
"headerRow": false
|
||||
}
|
||||
},
|
||||
"id": "65b3f3d8-20c0-4964-a458-b05d2a0fd32a",
|
||||
"name": "Spreadsheet File",
|
||||
"type": "n8n-nodes-base.spreadsheetFile",
|
||||
"typeVersion": 2,
|
||||
"position": [
|
||||
720,
|
||||
-1780
|
||||
]
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"jsCode": "// Loop over input items and add a new field called 'myNewField' to the JSON of each one\nif (item.body.Data.length === 0) {\n item.headers.statusCode = 400;\n\nreturn $input.all();"
|
||||
},
|
||||
"id": "5a905a78-7bd0-466b-99e2-53dbc4ac0510",
|
||||
"name": "Code",
|
||||
"type": "n8n-nodes-base.code",
|
||||
"typeVersion": 2,
|
||||
"position": [
|
||||
-40,
|
||||
-1340
|
||||
]
|
||||
}
|
||||
],
|
||||
"pinData": {},
|
||||
"settings": {
|
||||
"executionOrder": "v1"
|
||||
},
|
||||
"staticData": null,
|
||||
"tags": [],
|
||||
"triggerCount": 0,
|
||||
"updatedAt": "2023-12-05T10:51:33.911Z",
|
||||
"versionId": "c6baf85f-17ac-4b92-bb5e-95a52b978e3f"
|
||||
}
|
|
@ -0,0 +1,308 @@
|
|||
{
|
||||
"active": false,
|
||||
"connections": {
|
||||
"Success?": {
|
||||
"main": [
|
||||
[
|
||||
{
|
||||
"node": "Wait",
|
||||
"type": "main",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"Wait": {
|
||||
"main": [
|
||||
[
|
||||
{
|
||||
"node": "HTTP Request1",
|
||||
"type": "main",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"HTTP Request1": {
|
||||
"main": [
|
||||
[
|
||||
{
|
||||
"node": "Item Lists",
|
||||
"type": "main",
|
||||
"index": 0
|
||||
},
|
||||
{
|
||||
"node": "Code",
|
||||
"type": "main",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"When clicking \"Execute Workflow\"": {
|
||||
"main": [
|
||||
[
|
||||
{
|
||||
"node": "Wait",
|
||||
"type": "main",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"Item Lists": {
|
||||
"main": [
|
||||
[
|
||||
{
|
||||
"node": "Edit Fields2",
|
||||
"type": "main",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"Edit Fields2": {
|
||||
"main": [
|
||||
[
|
||||
{
|
||||
"node": "Spreadsheet File",
|
||||
"type": "main",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"Spreadsheet File": {
|
||||
"main": [
|
||||
[
|
||||
{
|
||||
"node": "Write Binary File",
|
||||
"type": "main",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"Code": {
|
||||
"main": [
|
||||
[
|
||||
{
|
||||
"node": "Success?",
|
||||
"type": "main",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
||||
},
|
||||
"createdAt": "2023-12-05T10:48:59.951Z",
|
||||
"id": "1DbMzkQoTW3yzM4k",
|
||||
"meta": null,
|
||||
"name": "Billbee Aufträge copy",
|
||||
"nodes": [
|
||||
{
|
||||
"parameters": {
|
||||
"fields": {
|
||||
"values": [
|
||||
{
|
||||
"name": "Id",
|
||||
"stringValue": "={{ $json.Id || \"none\" }}"
|
||||
},
|
||||
{
|
||||
"name": "OrderRef",
|
||||
"stringValue": "={{ $json.OrderNumber || \"none\" }}"
|
||||
},
|
||||
{
|
||||
"name": "CustomerId",
|
||||
"stringValue": "={{ $json.Customer.Id }}"
|
||||
},
|
||||
{
|
||||
"name": "date",
|
||||
"stringValue": "={{ $json.CreatedAt }}"
|
||||
}
|
||||
]
|
||||
},
|
||||
"include": "none",
|
||||
"options": {
|
||||
"includeBinary": false
|
||||
}
|
||||
},
|
||||
"id": "283ca33d-1caa-48a4-9fb4-9d48da01262e",
|
||||
"name": "Edit Fields2",
|
||||
"type": "n8n-nodes-base.set",
|
||||
"typeVersion": 3.1,
|
||||
"position": [
|
||||
480,
|
||||
-1780
|
||||
]
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"conditions": {
|
||||
"number": [
|
||||
{
|
||||
"value1": "={{ $json.body.Data }}",
|
||||
"operation": "isNotEmpty"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"id": "7cb0153b-9cab-4550-beb1-c8d3f4154246",
|
||||
"name": "Success?",
|
||||
"type": "n8n-nodes-base.if",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
300,
|
||||
-1340
|
||||
]
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"unit": "seconds"
|
||||
},
|
||||
"id": "16074d2a-2304-4347-9a3b-cf6143738358",
|
||||
"name": "Wait",
|
||||
"type": "n8n-nodes-base.wait",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
680,
|
||||
-1360
|
||||
],
|
||||
"webhookId": "53784517-d087-4b88-a8af-d51df46fbb7f"
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"url": "https://app.billbee.io/api/v1/orders",
|
||||
"authentication": "genericCredentialType",
|
||||
"genericAuthType": "httpBasicAuth",
|
||||
"sendQuery": true,
|
||||
"queryParameters": {
|
||||
"parameters": [
|
||||
{
|
||||
"name": "pageSize",
|
||||
"value": "2"
|
||||
},
|
||||
{
|
||||
"name": "page",
|
||||
"value": "=1"
|
||||
},
|
||||
{
|
||||
"name": "minOrderDate",
|
||||
"value": "2024-01-01"
|
||||
}
|
||||
]
|
||||
},
|
||||
"sendHeaders": true,
|
||||
"headerParameters": {
|
||||
"parameters": [
|
||||
{
|
||||
"name": "X-Billbee-Api-Key",
|
||||
"value": "2855BE2C-1D67-4AB0-9DEB-3073E6D27B1C"
|
||||
}
|
||||
]
|
||||
},
|
||||
"options": {
|
||||
"response": {
|
||||
"response": {
|
||||
"fullResponse": true
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"id": "8e10e85d-f8d4-4287-9199-93c62a38ae32",
|
||||
"name": "HTTP Request1",
|
||||
"type": "n8n-nodes-base.httpRequest",
|
||||
"typeVersion": 4.1,
|
||||
"position": [
|
||||
-260,
|
||||
-1340
|
||||
],
|
||||
"credentials": {
|
||||
"httpBasicAuth": {
|
||||
"id": "xANPcw3p1Nh0wF9J",
|
||||
"name": "Unnamed credential"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"parameters": {},
|
||||
"id": "2a3dc5f0-a8af-466c-bc56-b4db98adb180",
|
||||
"name": "When clicking \"Execute Workflow\"",
|
||||
"type": "n8n-nodes-base.manualTrigger",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
1280,
|
||||
-1620
|
||||
]
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"fieldToSplitOut": "body.Data",
|
||||
"options": {}
|
||||
},
|
||||
"id": "1775bd57-c6b2-4429-b0dc-7a67baffe998",
|
||||
"name": "Item Lists",
|
||||
"type": "n8n-nodes-base.itemLists",
|
||||
"typeVersion": 3,
|
||||
"position": [
|
||||
300,
|
||||
-1780
|
||||
]
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"fileName": "/var/lib/n8n/foo.csv",
|
||||
"options": {
|
||||
"append": true
|
||||
}
|
||||
},
|
||||
"id": "bc9e6b3b-636b-4fc7-8314-68cc05783a52",
|
||||
"name": "Write Binary File",
|
||||
"type": "n8n-nodes-base.writeBinaryFile",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
960,
|
||||
-1780
|
||||
]
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"operation": "toFile",
|
||||
"fileFormat": "csv",
|
||||
"options": {
|
||||
"headerRow": false
|
||||
}
|
||||
},
|
||||
"id": "6106d8bd-b8a6-4d12-94f1-01400eff8dde",
|
||||
"name": "Spreadsheet File",
|
||||
"type": "n8n-nodes-base.spreadsheetFile",
|
||||
"typeVersion": 2,
|
||||
"position": [
|
||||
720,
|
||||
-1780
|
||||
]
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"jsCode": "// Loop over input items and add a new field called 'myNewField' to the JSON of each one\nif (item.body.Data.length === 0) {\n item.headers.statusCode = 400;\n\nreturn $input.all();"
|
||||
},
|
||||
"id": "fd927427-3614-403d-b843-8b897ca45fa8",
|
||||
"name": "Code",
|
||||
"type": "n8n-nodes-base.code",
|
||||
"typeVersion": 2,
|
||||
"position": [
|
||||
-40,
|
||||
-1340
|
||||
]
|
||||
}
|
||||
],
|
||||
"pinData": {},
|
||||
"settings": {
|
||||
"executionOrder": "v1"
|
||||
},
|
||||
"staticData": null,
|
||||
"tags": [],
|
||||
"triggerCount": 0,
|
||||
"updatedAt": "2023-12-05T10:51:27.000Z",
|
||||
"versionId": "b6ee0264-aede-4803-a07f-fc22a1e7ca29"
|
||||
}
|
|
@ -0,0 +1,309 @@
|
|||
{
|
||||
"active": false,
|
||||
"connections": {
|
||||
"Success?": {
|
||||
"main": [
|
||||
[
|
||||
{
|
||||
"node": "Wait",
|
||||
"type": "main",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"Wait": {
|
||||
"main": [
|
||||
[
|
||||
{
|
||||
"node": "HTTP Request1",
|
||||
"type": "main",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"HTTP Request1": {
|
||||
"main": [
|
||||
[
|
||||
{
|
||||
"node": "Item Lists",
|
||||
"type": "main",
|
||||
"index": 0
|
||||
},
|
||||
{
|
||||
"node": "Code",
|
||||
"type": "main",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"When clicking \"Execute Workflow\"": {
|
||||
"main": [
|
||||
[
|
||||
{
|
||||
"node": "Wait",
|
||||
"type": "main",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"Item Lists": {
|
||||
"main": [
|
||||
[
|
||||
{
|
||||
"node": "Edit Fields2",
|
||||
"type": "main",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"Edit Fields2": {
|
||||
"main": [
|
||||
[
|
||||
{
|
||||
"node": "Spreadsheet File",
|
||||
"type": "main",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"Spreadsheet File": {
|
||||
"main": [
|
||||
[
|
||||
{
|
||||
"node": "Write Binary File",
|
||||
"type": "main",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"Code": {
|
||||
"main": [
|
||||
[
|
||||
{
|
||||
"node": "Success?",
|
||||
"type": "main",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
||||
},
|
||||
"createdAt": "2023-12-05T10:38:27.248Z",
|
||||
"id": "EAJB6ff9c1Of5q06",
|
||||
"meta": null,
|
||||
"name": "Billbee Aufträge",
|
||||
"nodes": [
|
||||
{
|
||||
"parameters": {
|
||||
"fields": {
|
||||
"values": [
|
||||
{
|
||||
"name": "Id",
|
||||
"stringValue": "={{ $json.Id || \"none\" }}"
|
||||
},
|
||||
{
|
||||
"name": "OrderRef",
|
||||
"stringValue": "={{ $json.OrderNumber || \"none\" }}"
|
||||
},
|
||||
{
|
||||
"name": "CustomerId",
|
||||
"stringValue": "={{ $json.Customer.Id }}"
|
||||
},
|
||||
{
|
||||
"name": "date",
|
||||
"stringValue": "={{ $json.CreatedAt }}"
|
||||
}
|
||||
]
|
||||
},
|
||||
"include": "none",
|
||||
"options": {
|
||||
"includeBinary": false
|
||||
}
|
||||
},
|
||||
"id": "b69c3d45-7e8c-4d9e-b583-33351971ae71",
|
||||
"name": "Edit Fields2",
|
||||
"type": "n8n-nodes-base.set",
|
||||
"typeVersion": 3.1,
|
||||
"position": [
|
||||
480,
|
||||
-1780
|
||||
]
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"conditions": {
|
||||
"number": [
|
||||
{
|
||||
"value1": "={{ $json.body.Data }}",
|
||||
"operation": "isNotEmpty"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"id": "a784c12f-3206-461d-91b9-b89e81a634e1",
|
||||
"name": "Success?",
|
||||
"type": "n8n-nodes-base.if",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
300,
|
||||
-1340
|
||||
]
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"unit": "seconds"
|
||||
},
|
||||
"id": "3acb002e-8a36-4352-be24-fe52d8e65bc0",
|
||||
"name": "Wait",
|
||||
"type": "n8n-nodes-base.wait",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
680,
|
||||
-1360
|
||||
],
|
||||
"webhookId": "ae6d95e0-ceeb-4522-b8ea-4aa44eef43fc"
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"url": "https://app.billbee.io/api/v1/orders",
|
||||
"authentication": "genericCredentialType",
|
||||
"genericAuthType": "httpBasicAuth",
|
||||
"sendQuery": true,
|
||||
"queryParameters": {
|
||||
"parameters": [
|
||||
{
|
||||
"name": "pageSize",
|
||||
"value": "2"
|
||||
},
|
||||
{
|
||||
"name": "page",
|
||||
"value": "=1"
|
||||
},
|
||||
{
|
||||
"name": "minOrderDate",
|
||||
"value": "2024-01-01"
|
||||
}
|
||||
]
|
||||
},
|
||||
"sendHeaders": true,
|
||||
"headerParameters": {
|
||||
"parameters": [
|
||||
{
|
||||
"name": "X-Billbee-Api-Key",
|
||||
"value": "2855BE2C-1D67-4AB0-9DEB-3073E6D27B1C"
|
||||
}
|
||||
]
|
||||
},
|
||||
"options": {
|
||||
"response": {
|
||||
"response": {
|
||||
"fullResponse": true
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"id": "2c2a8f96-9807-4d96-b4c9-44114251badd",
|
||||
"name": "HTTP Request1",
|
||||
"type": "n8n-nodes-base.httpRequest",
|
||||
"typeVersion": 4.1,
|
||||
"position": [
|
||||
-260,
|
||||
-1340
|
||||
],
|
||||
"credentials": {
|
||||
"httpBasicAuth": {
|
||||
"id": "xANPcw3p1Nh0wF9J",
|
||||
"name": "Unnamed credential"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"parameters": {},
|
||||
"id": "05d4806c-99e6-4bb2-b16c-1d5f218110fa",
|
||||
"name": "When clicking \"Execute Workflow\"",
|
||||
"type": "n8n-nodes-base.manualTrigger",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
1280,
|
||||
-1620
|
||||
]
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"fieldToSplitOut": "body.Data",
|
||||
"options": {}
|
||||
},
|
||||
"id": "8724a889-9452-46d0-bbf1-bfefc595d76c",
|
||||
"name": "Item Lists",
|
||||
"type": "n8n-nodes-base.itemLists",
|
||||
"typeVersion": 3,
|
||||
"position": [
|
||||
300,
|
||||
-1780
|
||||
]
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"fileName": "/var/lib/n8n/foo.csv",
|
||||
"options": {
|
||||
"append": true
|
||||
}
|
||||
},
|
||||
"id": "59d0e049-2ffb-4c98-8a40-74d2c0a308fa",
|
||||
"name": "Write Binary File",
|
||||
"type": "n8n-nodes-base.writeBinaryFile",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
960,
|
||||
-1780
|
||||
]
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"operation": "toFile",
|
||||
"fileFormat": "csv",
|
||||
"options": {
|
||||
"headerRow": false
|
||||
}
|
||||
},
|
||||
"id": "0fac8d7e-d12c-48a7-a7ff-4401b5a0dbc4",
|
||||
"name": "Spreadsheet File",
|
||||
"type": "n8n-nodes-base.spreadsheetFile",
|
||||
"typeVersion": 2,
|
||||
"position": [
|
||||
720,
|
||||
-1780
|
||||
]
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"language": "python",
|
||||
"pythonCode": "# Loop over input items and add a new field called 'myNewField' to the JSON of each one\nfor item in _input.all():\n\tif len(item.body.Data) == 0:\n item.headers.statusCode = 404\nreturn _input.all()"
|
||||
},
|
||||
"id": "7de2a922-bc82-4651-95e6-a5777e27dd59",
|
||||
"name": "Code",
|
||||
"type": "n8n-nodes-base.code",
|
||||
"typeVersion": 2,
|
||||
"position": [
|
||||
-40,
|
||||
-1340
|
||||
]
|
||||
}
|
||||
],
|
||||
"pinData": {},
|
||||
"settings": {
|
||||
"executionOrder": "v1"
|
||||
},
|
||||
"staticData": null,
|
||||
"tags": [],
|
||||
"triggerCount": 0,
|
||||
"updatedAt": "2023-12-05T10:47:44.000Z",
|
||||
"versionId": "a1a46c97-9bc2-45ec-a1f2-e4736348ba61"
|
||||
}
|
|
@ -130,9 +130,8 @@
|
|||
"conditions": {
|
||||
"number": [
|
||||
{
|
||||
"value1": "={{ $json.statusCode }}",
|
||||
"operation": "equal",
|
||||
"value2": 200
|
||||
"value1": "={{ $json.body.Data }}",
|
||||
"operation": "isNotEmpty"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -170,11 +169,11 @@
|
|||
"parameters": [
|
||||
{
|
||||
"name": "pageSize",
|
||||
"value": "250"
|
||||
"value": "2"
|
||||
},
|
||||
{
|
||||
"name": "page",
|
||||
"value": "={{ $runIndex + 1 }}"
|
||||
"value": "=1"
|
||||
},
|
||||
{
|
||||
"name": "minOrderDate",
|
||||
|
@ -209,8 +208,8 @@
|
|||
],
|
||||
"credentials": {
|
||||
"httpBasicAuth": {
|
||||
"id": "MM5S4dq8ufNI1gGH",
|
||||
"name": "Billbee"
|
||||
"id": "xANPcw3p1Nh0wF9J",
|
||||
"name": "Unnamed credential"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -280,6 +279,6 @@
|
|||
"staticData": null,
|
||||
"tags": [],
|
||||
"triggerCount": 0,
|
||||
"updatedAt": "2023-12-04T13:38:48.000Z",
|
||||
"versionId": "2208cba9-543e-4754-9811-91a54f368abd"
|
||||
"updatedAt": "2023-12-05T10:36:16.000Z",
|
||||
"versionId": "0126ae60-1dbe-45ce-8edc-7ca2df444b30"
|
||||
}
|
|
@ -474,13 +474,13 @@
|
|||
"staticData": {
|
||||
"node:Gmail Trigger": {
|
||||
"possibleDuplicates": [
|
||||
"18c3651c2fe90186"
|
||||
"18c3926d69d4e307"
|
||||
],
|
||||
"lastTimeChecked": 1701718372
|
||||
"lastTimeChecked": 1701765895
|
||||
}
|
||||
},
|
||||
"tags": [],
|
||||
"triggerCount": 1,
|
||||
"updatedAt": "2023-12-04T19:33:48.000Z",
|
||||
"updatedAt": "2023-12-05T10:49:51.000Z",
|
||||
"versionId": "d5336b9a-260a-4f88-862e-edbbb760acb2"
|
||||
}
|
|
@ -551,11 +551,11 @@
|
|||
"settings": {},
|
||||
"staticData": {
|
||||
"node:Shopify Trigger": {
|
||||
"webhookId": 1321171222793
|
||||
"webhookId": 1321490088201
|
||||
}
|
||||
},
|
||||
"tags": [],
|
||||
"triggerCount": 2,
|
||||
"updatedAt": "2023-12-04T14:51:03.000Z",
|
||||
"updatedAt": "2023-12-05T10:49:51.000Z",
|
||||
"versionId": "6f7a68f7-7b82-48d6-ad81-32f0a75e5954"
|
||||
}
|
Loading…
Reference in New Issue