{ "meta": { "instanceId": "workflow-5e9e4bdd", "versionId": "1.0.0", "createdAt": "2025-09-29T07:07:45.810976", "updatedAt": "2025-09-29T07:07:45.810991", "owner": "n8n-user", "license": "MIT", "category": "automation", "status": "active", "priority": "high", "environment": "production" }, "nodes": [ { "id": "14a494bf-acda-4758-ab79-bae07b7bbd10", "name": "Sticky Note", "type": "n8n-nodes-base.stickyNote", "position": [ 2800, 1744 ], "parameters": { "color": 6, "width": 305, "height": 254.26094733974475, "content": "## List NMs\nto change parameters read [Docs]({{ $env.API_BASE_URL }}" }, "typeVersion": 1, "notes": "This stickyNote node performs automated tasks as part of the workflow." }, { "id": "a97a332f-e8f2-4011-9158-66cff1f0773f", "name": "Sticky Note1", "type": "n8n-nodes-base.stickyNote", "position": [ 476, 1460 ], "parameters": { "color": 4, "width": 289.22425544359976, "height": 259, "content": "## Create NM\nto change parameters read [Docs]({{ $env.API_BASE_URL }}" }, "typeVersion": 1, "notes": "This stickyNote node performs automated tasks as part of the workflow." }, { "id": "b7575223-8467-4723-9b4d-38941382aea8", "name": "Sticky Note2", "type": "n8n-nodes-base.stickyNote", "position": [ 1399, 1180 ], "parameters": { "color": 3, "width": 767.2997851806018, "height": 260.5583291593211, "content": "## Delete NM of KV (By Name Serach)\nto change anything read [Docs]({{ $env.API_BASE_URL }}" }, "typeVersion": 1, "notes": "This stickyNote node performs automated tasks as part of the workflow." }, { "id": "259848b4-5472-436e-9ef7-dbba14f21348", "name": "Delete KV", "type": "n8n-nodes-base.httpRequest", "notes": "Delete Selected KV", "position": [ 2000, 1280 ], "parameters": { "url": "{{ $env.BASE_URL }}", "method": "DELETE", "options": {}, "authentication": "{{ $credentials.predefinedCredentialType }}", "nodeCredentialType": "YOUR_CREDENTIAL_HERE" }, "notesInFlow": true, "typeVersion": 4.1 }, { "id": "509c3878-e7b0-4a04-84a0-86b4c81db3b3", "name": "Sticky Note3", "type": "n8n-nodes-base.stickyNote", "position": [ 1401, 1460 ], "parameters": { "color": 4, "width": 762.4679767633019, "height": 259, "content": "## Rename NM of KV (By Serach)\nto change parameters read [Docs]({{ $env.API_BASE_URL }}" }, "typeVersion": 1, "notes": "This stickyNote node performs automated tasks as part of the workflow." }, { "id": "2f6a6158-f755-4ad5-a874-c08f2182e2bd", "name": "Delete KV1", "type": "n8n-nodes-base.httpRequest", "notes": "/storage/kv/namespaces/", "position": [ 2000, 1540 ], "parameters": { "url": "{{ $env.BASE_URL }}", "method": "PUT", "options": {}, "sendBody": true, "authentication": "{{ $credentials.predefinedCredentialType }}", "bodyParameters": { "parameters": [ { "name": "title", "value": "={{ $('KV to Rename').item.json[\"New KV Name\"] }}" } ] }, "nodeCredentialType": "YOUR_CREDENTIAL_HERE" }, "notesInFlow": true, "typeVersion": 4.1 }, { "id": "466b9ec4-1ee6-46c9-ac52-65a9c9c942ba", "name": "KV to Rename", "type": "n8n-nodes-base.set", "position": [ 1440, 1540 ], "parameters": { "fields": { "values": [ { "name": "Previous KV Name", "stringValue": "" }, { "name": "New KV Name", "stringValue": "" } ] }, "options": {} }, "typeVersion": 3.2, "notes": "This set node performs automated tasks as part of the workflow." }, { "id": "f74468c5-235b-43f1-aa9a-544b5b8a6d3c", "name": "Account Path", "type": "n8n-nodes-base.set", "notes": "Required for all nodes", "position": [ 3000, 920 ], "parameters": { "fields": { "values": [ { "name": "Account Path (account_identifier)", "stringValue": "65889d72a808df2e380018d87fffca5f" } ] }, "options": {} }, "notesInFlow": true, "typeVersion": 3.2 }, { "id": "32ffd694-52a3-4da5-b6f4-b4f7a17365cb", "name": "Sticky Note4", "type": "n8n-nodes-base.stickyNote", "position": [ 2260, 1184 ], "parameters": { "color": 3, "width": 838.4149493375248, "height": 259, "content": "## Delete multiple KV pairs\nto change anything read [Docs]({{ $env.API_BASE_URL }}" }, "typeVersion": 1, "notes": "This stickyNote node performs automated tasks as part of the workflow." }, { "id": "e90de48a-8d2b-4924-accc-6ef1a1448a95", "name": "Sticky Note5", "type": "n8n-nodes-base.stickyNote", "position": [ 460, 460 ], "parameters": { "color": 7, "width": 1264.141937886304, "height": 607, "content": "# ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ **`Cloudflare Key-Value Full API integration Workflow`**\n[![Hetzner Cloud]({{ $env.WEBHOOK_URL }}]({{ $env.WEBHOOK_URL }}\n## ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ _Integrate your N8N with CF KV Free instead of selfhosting Redis or any RAM based Storages!!_" }, "typeVersion": 1, "notes": "This stickyNote node performs automated tasks as part of the workflow." }, { "id": "5ca2dfda-2662-44ad-a4f5-3a036533eaac", "name": "Delete KVs inside NM", "type": "n8n-nodes-base.httpRequest", "notes": "Delete bulk Keys-Values inside select Namespace", "position": [ 2920, 1284 ], "parameters": { "url": "{{ $env.BASE_URL }}", "method": "DELETE", "options": {}, "jsonBody": "[ \"key1\", \"key2\", \"key3\" ]", "sendBody": true, "specifyBody": "json", "authentication": "{{ $credentials.predefinedCredentialType }}", "nodeCredentialType": "YOUR_CREDENTIAL_HERE" }, "notesInFlow": true, "typeVersion": 4.1 }, { "id": "63d0419c-a031-41df-ab0b-89de6fe3459e", "name": "Sticky Note6", "type": "n8n-nodes-base.stickyNote", "position": [ 2260, 1464 ], "parameters": { "color": 4, "width": 839.99463355761, "height": 257.7516694510983, "content": "## Write multiple KV pairs\nto change anything read [Docs]({{ $env.API_BASE_URL }}" }, "typeVersion": 1, "notes": "This stickyNote node performs automated tasks as part of the workflow." }, { "id": "689575b2-8dcf-4a6b-bedb-2aa1e1de48f7", "name": "Create KV-NM", "type": "n8n-nodes-base.httpRequest", "notes": "Create New Key-Value Namespace", "position": [ 560, 1540 ], "parameters": { "url": "{{ $env.BASE_URL }}", "method": "POST", "options": {}, "sendBody": true, "authentication": "{{ $credentials.predefinedCredentialType }}", "bodyParameters": { "parameters": [ { "name": "title", "value": "" } ] }, "nodeCredentialType": "YOUR_CREDENTIAL_HERE" }, "notesInFlow": true, "typeVersion": 4.1 }, { "id": "e78616dc-bf3d-4913-a463-427d4b62c07b", "name": "Write KVs inside NM", "type": "n8n-nodes-base.httpRequest", "notes": "/storage/kv/namespaces/", "position": [ 2920, 1560 ], "parameters": { "url": "{{ $env.BASE_URL }}", "method": "PUT", "options": {}, "jsonBody": "=[{\n \"key\": \"key1\",\n \"value\": \"Value1\",\n \"base64\": false,\n \"expiration\": 1578435000,\n \"expiration_ttl\": 300\n },\n {\n \"key\": \"key2\",\n \"value\": \"Value2\",\n \"base64\": false,\n \"expiration\": 1578435000,\n \"expiration_ttl\": 300\n },\n {\n \"key\": \"key3\",\n \"value\": \"Value3\",\n \"base64\": false,\n \"expiration\": 1578435000,\n \"expiration_ttl\": 300\n }]", "sendBody": true, "sendHeaders": true, "specifyBody": "json", "authentication": "{{ $credentials.predefinedCredentialType }}", "headerParameters": { "parameters": [ { "name": "Authorization", "value": "Bearer undefined" } ] }, "nodeCredentialType": "YOUR_CREDENTIAL_HERE" }, "notesInFlow": true, "typeVersion": 4.1 }, { "id": "d6843312-6186-475c-9a30-e8d913cb9b17", "name": "Sticky Note7", "type": "n8n-nodes-base.stickyNote", "position": [ 2260, 1747 ], "parameters": { "color": 6, "width": 513, "height": 254.59230101092814, "content": "## List NM-Keys\nto change anything read [Docs]({{ $env.API_BASE_URL }}'-s-keys)" }, "typeVersion": 1, "notes": "This stickyNote node performs automated tasks as part of the workflow." }, { "id": "1e444f44-4561-493d-b295-812f71e14385", "name": "-Get Keys inside NM", "type": "n8n-nodes-base.httpRequest", "notes": "Get Available Keys", "position": [ 2620, 1840 ], "parameters": { "url": "{{ $env.BASE_URL }}", "options": {}, "jsonBody": "=[{\n \"key\": \"key1\",\n \"value\": \"Value1\",\n \"base64\": false,\n \"expiration\": 1578435000,\n \"expiration_ttl\": 300\n },\n {\n \"key\": \"key2\",\n \"value\": \"Value2\",\n \"base64\": false,\n \"expiration\": 1578435000,\n \"expiration_ttl\": 300\n },\n {\n \"key\": \"key3\",\n \"value\": \"Value3\",\n \"base64\": false,\n \"expiration\": 1578435000,\n \"expiration_ttl\": 300\n }]", "sendBody": true, "sendHeaders": true, "specifyBody": "json", "authentication": "{{ $credentials.predefinedCredentialType }}", "headerParameters": { "parameters": [ { "name": "Authorization", "value": "Bearer undefined" } ] }, "nodeCredentialType": "YOUR_CREDENTIAL_HERE" }, "notesInFlow": true, "typeVersion": 4.1 }, { "id": "623e3bb7-8bb4-4da0-8434-c9472efee11a", "name": "Sticky Note8", "type": "n8n-nodes-base.stickyNote", "position": [ 2240, 1120 ], "parameters": { "color": 7, "width": 878.0751770171937, "height": 920.8960116234484, "content": "## ‌ ‌‌‌‌ ‌ ‌ ‌ ‌‌‌‌ ‌ Bulk Actions" }, "typeVersion": 1, "notes": "This stickyNote node performs automated tasks as part of the workflow." }, { "id": "dba1cfb6-207b-4938-ae95-7f9aaef1e85c", "name": "Sticky Note9", "type": "n8n-nodes-base.stickyNote", "position": [ 1405, 1740 ], "parameters": { "color": 6, "width": 755.5520725546517, "height": 257.7516694510983, "content": "## Read MD in spesific key\nto change anything read [Docs]({{ $env.API_BASE_URL }}" }, "typeVersion": 1, "notes": "This stickyNote node performs automated tasks as part of the workflow." }, { "id": "0d02ba91-eebd-4dfd-8711-8060bfbbb0f5", "name": "Sticky Note10", "type": "n8n-nodes-base.stickyNote", "position": [ 480, 1180 ], "parameters": { "color": 3, "width": 828.445488674341, "height": 259, "content": "## Delete KV\nto change anything read [Docs]({{ $env.API_BASE_URL }}" }, "typeVersion": 1, "notes": "This stickyNote node performs automated tasks as part of the workflow." }, { "id": "89cde428-54c7-4f8f-b16c-5803ede6e015", "name": "Delete KV inside NM", "type": "n8n-nodes-base.httpRequest", "notes": "Delete selected KV in NM", "position": [ 1120, 1280 ], "parameters": { "url": "{{ $env.BASE_URL }}", "method": "DELETE", "options": {}, "authentication": "{{ $credentials.predefinedCredentialType }}", "nodeCredentialType": "YOUR_CREDENTIAL_HERE" }, "notesInFlow": true, "typeVersion": 4.1 }, { "id": "0a03189d-9a69-4c57-bac3-f5d92b6724e3", "name": "Sticky Note11", "type": "n8n-nodes-base.stickyNote", "position": [ 474, 1740 ], "parameters": { "color": 6, "width": 834.9104620941396, "height": 259, "content": "## Read KV\nto change anything read [Docs]({{ $env.API_BASE_URL }}" }, "typeVersion": 1, "notes": "This stickyNote node performs automated tasks as part of the workflow." }, { "id": "71e7e9e3-57e6-43da-a90a-64aa79197769", "name": "Read Value Of KV In NM", "type": "n8n-nodes-base.httpRequest", "notes": "/storage/kv/namespaces/", "position": [ 1140, 1840 ], "parameters": { "url": "{{ $env.BASE_URL }}", "options": { "response": { "response": { "responseFormat": "text", "outputPropertyName": "={{ $('Set KV-NM Name (6)').item.json['Key Name'] }}" } } }, "authentication": "{{ $credentials.predefinedCredentialType }}", "nodeCredentialType": "YOUR_CREDENTIAL_HERE" }, "notesInFlow": true, "typeVersion": 4.1 }, { "id": "c0442be4-8a66-46d4-a158-f5d452270374", "name": "Sticky Note12", "type": "n8n-nodes-base.stickyNote", "position": [ 780, 1460 ], "parameters": { "color": 4, "width": 531.3495902609195, "height": 263.788476053995, "content": "## Write KV\nto change anything read [Docs]({{ $env.API_BASE_URL }}" }, "typeVersion": 1, "notes": "This stickyNote node performs automated tasks as part of the workflow." }, { "id": "229dda34-b608-4dab-af3a-e81aaed1b8a5", "name": "Sticky Note13", "type": "n8n-nodes-base.stickyNote", "position": [ 1375, 1120 ], "parameters": { "color": 7, "width": 817.7528311355856, "height": 917.7366431832784, "content": "## ‌ ‌‌‌‌ ‌ ‌ ‌ Specific Actions" }, "typeVersion": 1, "notes": "This stickyNote node performs automated tasks as part of the workflow." }, { "id": "0b677885-bc87-4573-8d0b-02bfaaaf164e", "name": "Sticky Note14", "type": "n8n-nodes-base.stickyNote", "position": [ 461, 1124 ], "parameters": { "color": 7, "width": 876.5452405896403, "height": 913.7927070441785, "content": "## ‌ ‌‌‌‌ ‌ ‌ ‌ ‌‌‌‌ ‌ ‌‌‌‌ ‌ ‌ ‌ ‌ ‌ Single Actions" }, "typeVersion": 1, "notes": "This stickyNote node performs automated tasks as part of the workflow." }, { "id": "500121cd-3ec5-4e3d-b3ad-de38f3733fc6", "name": "Sticky Note15", "type": "n8n-nodes-base.stickyNote", "position": [ 1720, 460 ], "parameters": { "color": 7, "width": 1389.3461161034518, "height": 607, "content": "## This n8n template provides a seamless and efficient way to manage Key-Value (KV) pairs in Cloudflare's KV storage. all you need just take the part of action you want then use it with your workflow, keep in mind that the **_`Account Path`_** node is required for all actions as it's used to set the path of account, other authentication values is automatically set by n8n pre configured cloudflare api.\n ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ![Cloudflare Logo]({{ $env.WEBHOOK_URL }}\n\n\n# shortcuts:\n- ## **`NM`** or **`NMs`** = _**`NameSpace/s`**_\n- ## **`KV`** or **`KVs`** = _**`Key/s - Value/s`**_\n- ## **`MD`** = _**`MetaData`**_" }, "typeVersion": 1, "notes": "This stickyNote node performs automated tasks as part of the workflow." }, { "id": "b65a6aab-08de-4217-b580-fd3afae16b47", "name": "Manual Trigger", "type": "n8n-nodes-base.manualTrigger", "notes": "Replace Me", "position": [ 2460, 920 ], "parameters": {}, "notesInFlow": true, "typeVersion": 1 }, { "id": "197ca562-fc20-4cd6-8990-cd3e9e3d3b0d", "name": "List KV-NMs (1)", "type": "n8n-nodes-base.httpRequest", "notes": "Get Available Namespaces", "position": [ 820, 1280 ], "parameters": { "url": "{{ $env.BASE_URL }}", "options": {}, "sendQuery": true, "authentication": "{{ $credentials.predefinedCredentialType }}", "queryParameters": { "parameters": [ { "name": "direction", "value": "asc" }, { "name": "order", "value": "id" }, { "name": "page", "value": "1" }, { "name": "per_page", "value": "20" } ] }, "nodeCredentialType": "YOUR_CREDENTIAL_HERE" }, "notesInFlow": true, "typeVersion": 4.1 }, { "id": "64e26fad-eeab-4d04-b8ff-c42bb581a409", "name": "Set KV-NM Name (2)", "type": "n8n-nodes-base.set", "notes": "Set Key-Value Namespace for deleting", "position": [ 1440, 1280 ], "parameters": { "fields": { "values": [ { "name": "NameSpace", "stringValue": "" } ] }, "options": {} }, "notesInFlow": true, "typeVersion": 3.2 }, { "id": "4a12fa4c-59df-4a27-bf94-59c5ccd05d40", "name": "Set KV-NM Name (1)", "type": "n8n-nodes-base.set", "notes": "Set Key-Value Namespace for deleting", "position": [ 560, 1280 ], "parameters": { "fields": { "values": [ { "name": "NameSpace", "stringValue": "" }, { "name": "Key Name", "stringValue": "" } ] }, "options": {} }, "notesInFlow": true, "typeVersion": 3.2 }, { "id": "6f33a389-0b2e-4c9c-9cf5-38bfbf482f3b", "name": "Set KV-NM Name (3)", "type": "n8n-nodes-base.set", "notes": "Set Key-Value Namespace for Deleting", "position": [ 2320, 1284 ], "parameters": { "fields": { "values": [ { "name": "NameSpace", "stringValue": "Set Key-Value Namespace for " } ] }, "options": {} }, "notesInFlow": true, "typeVersion": 3.2 }, { "id": "a9692d7c-f0bc-45c3-b99c-3c7a36d98f5c", "name": "List KV-NMs (2)", "type": "n8n-nodes-base.httpRequest", "notes": "Get Available Namespaces", "position": [ 1720, 1280 ], "parameters": { "url": "{{ $env.BASE_URL }}", "options": {}, "sendQuery": true, "authentication": "{{ $credentials.predefinedCredentialType }}", "queryParameters": { "parameters": [ { "name": "direction", "value": "asc" }, { "name": "order", "value": "id" }, { "name": "page", "value": "1" }, { "name": "per_page", "value": "20" } ] }, "nodeCredentialType": "YOUR_CREDENTIAL_HERE" }, "notesInFlow": true, "typeVersion": 4.1 }, { "id": "1c655d60-bcf8-42ee-a993-57b151789d44", "name": "List KV-NMs (3)", "type": "n8n-nodes-base.httpRequest", "notes": "Get Available Namespaces", "position": [ 2640, 1284 ], "parameters": { "url": "{{ $env.BASE_URL }}", "options": {}, "sendQuery": true, "authentication": "{{ $credentials.predefinedCredentialType }}", "queryParameters": { "parameters": [ { "name": "direction", "value": "asc" }, { "name": "order", "value": "id" }, { "name": "page", "value": "1" }, { "name": "per_page", "value": "20" } ] }, "nodeCredentialType": "YOUR_CREDENTIAL_HERE" }, "notesInFlow": true, "typeVersion": 4.1 }, { "id": "fdbbc7bc-9825-4882-a7ea-c30c2e1fb909", "name": "Set KV-NM Name (4)", "type": "n8n-nodes-base.set", "notes": "Set Key-Value Namespace for kv", "position": [ 840, 1540 ], "parameters": { "fields": { "values": [ { "name": "NameSpace", "stringValue": "" }, { "name": "Key Name", "stringValue": "" } ] }, "options": {} }, "notesInFlow": true, "typeVersion": 3.2 }, { "id": "b72a4e3e-60d6-4c31-9299-3d09c934d1c7", "name": "Write V & MD of KV In NM", "type": "n8n-nodes-base.httpRequest", "notes": "Put value with Metadata to NM key", "position": [ 1160, 1540 ], "parameters": { "url": "{{ $env.BASE_URL }}", "method": "PUT", "options": {}, "sendBody": true, "contentType": "multipart-form-data", "authentication": "{{ $credentials.predefinedCredentialType }}", "bodyParameters": { "parameters": [ { "name": "value", "value": "Some Value" }, { "name": "metadata", "value": "{\"someMetadataKey\": \"someMetadataValue\"}" } ] }, "nodeCredentialType": "YOUR_CREDENTIAL_HERE" }, "notesInFlow": true, "typeVersion": 4.1 }, { "id": "143d7590-608c-4742-844d-0033b0066aab", "name": "Set KV-NM Name (5)", "type": "n8n-nodes-base.set", "position": [ 2320, 1560 ], "parameters": { "fields": { "values": [ { "name": "NameSpace", "stringValue": "" } ] }, "options": {} }, "notesInFlow": false, "typeVersion": 3.2, "notes": "This set node performs automated tasks as part of the workflow." }, { "id": "e6eb4b67-75e7-4264-a312-c66d21db947b", "name": "Set KV-NM Name (6)", "type": "n8n-nodes-base.set", "notes": "Set Key-Value Namespace", "position": [ 560, 1840 ], "parameters": { "fields": { "values": [ { "name": "NameSpace", "stringValue": "" }, { "name": "Key Name", "stringValue": "" } ] }, "options": {} }, "notesInFlow": true, "typeVersion": 3.2 }, { "id": "c2635c89-51a0-4a84-aa63-775f318fdc7a", "name": "List KV-NMs (4)", "type": "n8n-nodes-base.httpRequest", "notes": "Get Available Namespaces", "position": [ 1000, 1540 ], "parameters": { "url": "{{ $env.BASE_URL }}", "options": {}, "sendQuery": true, "authentication": "{{ $credentials.predefinedCredentialType }}", "queryParameters": { "parameters": [ { "name": "direction", "value": "asc" }, { "name": "order", "value": "id" }, { "name": "page", "value": "1" }, { "name": "per_page", "value": "20" } ] }, "nodeCredentialType": "YOUR_CREDENTIAL_HERE" }, "notesInFlow": true, "typeVersion": 4.1 }, { "id": "b0bcd87c-f19f-4e8f-8899-37676e66aa95", "name": "List KV-NMs (5)", "type": "n8n-nodes-base.httpRequest", "notes": "Get Available Namespaces", "position": [ 1720, 1540 ], "parameters": { "url": "{{ $env.BASE_URL }}", "options": {}, "sendQuery": true, "authentication": "{{ $credentials.predefinedCredentialType }}", "queryParameters": { "parameters": [ { "name": "direction", "value": "asc" }, { "name": "order", "value": "id" }, { "name": "page", "value": "1" }, { "name": "per_page", "value": "20" } ] }, "nodeCredentialType": "YOUR_CREDENTIAL_HERE" }, "notesInFlow": true, "typeVersion": 4.1 }, { "id": "50f41db8-62ba-4bb2-abc0-cecbce4bcd12", "name": "List KV-NMs (6)", "type": "n8n-nodes-base.httpRequest", "notes": "Get Available Namespaces", "position": [ 2640, 1560 ], "parameters": { "url": "{{ $env.BASE_URL }}", "options": {}, "sendQuery": true, "authentication": "{{ $credentials.predefinedCredentialType }}", "queryParameters": { "parameters": [ { "name": "direction", "value": "asc" }, { "name": "order", "value": "id" }, { "name": "page", "value": "1" }, { "name": "per_page", "value": "20" } ] }, "nodeCredentialType": "YOUR_CREDENTIAL_HERE" }, "notesInFlow": true, "typeVersion": 4.1 }, { "id": "00315620-0ed0-47df-bbd1-98a8a089a018", "name": "List KV-NMs (7)", "type": "n8n-nodes-base.httpRequest", "notes": "Get Available Namespaces", "position": [ 820, 1840 ], "parameters": { "url": "{{ $env.BASE_URL }}", "options": {}, "sendQuery": true, "authentication": "{{ $credentials.predefinedCredentialType }}", "queryParameters": { "parameters": [ { "name": "direction", "value": "asc" }, { "name": "order", "value": "id" }, { "name": "page", "value": "1" }, { "name": "per_page", "value": "20" } ] }, "nodeCredentialType": "YOUR_CREDENTIAL_HERE" }, "notesInFlow": true, "typeVersion": 4.1 }, { "id": "ecce1146-2562-4beb-8c88-b30158251999", "name": "List KV-NMs (8)", "type": "n8n-nodes-base.httpRequest", "notes": "Get Available Namespaces", "position": [ 1720, 1840 ], "parameters": { "url": "{{ $env.BASE_URL }}", "options": {}, "sendQuery": true, "authentication": "{{ $credentials.predefinedCredentialType }}", "queryParameters": { "parameters": [ { "name": "direction", "value": "asc" }, { "name": "order", "value": "id" }, { "name": "page", "value": "1" }, { "name": "per_page", "value": "20" } ] }, "nodeCredentialType": "YOUR_CREDENTIAL_HERE" }, "notesInFlow": true, "typeVersion": 4.1 }, { "id": "bcad9996-5d32-4367-8b81-618a3af70879", "name": "List KV-NMs (9)", "type": "n8n-nodes-base.httpRequest", "notes": "Get Available Namespaces", "position": [ 2460, 1840 ], "parameters": { "url": "{{ $env.BASE_URL }}", "options": {}, "sendQuery": true, "authentication": "{{ $credentials.predefinedCredentialType }}", "queryParameters": { "parameters": [ { "name": "direction", "value": "asc" }, { "name": "order", "value": "id" }, { "name": "page", "value": "1" }, { "name": "per_page", "value": "20" } ] }, "nodeCredentialType": "YOUR_CREDENTIAL_HERE" }, "notesInFlow": true, "typeVersion": 4.1 }, { "id": "64253d04-7ce4-4045-a41f-45faae2b6fd7", "name": "List KV-NMs (10)", "type": "n8n-nodes-base.httpRequest", "notes": "Get Available Namespaces", "position": [ 2900, 1835 ], "parameters": { "url": "{{ $env.BASE_URL }}", "options": {}, "sendQuery": true, "authentication": "{{ $credentials.predefinedCredentialType }}", "queryParameters": { "parameters": [ { "name": "direction", "value": "asc" }, { "name": "order", "value": "id" }, { "name": "page", "value": "1" }, { "name": "per_page", "value": "20" } ] }, "nodeCredentialType": "YOUR_CREDENTIAL_HERE" }, "notesInFlow": true, "typeVersion": 4.1 }, { "id": "66372c83-f593-4262-a0af-7902afa2d819", "name": "Set KV-NM Name (7)", "type": "n8n-nodes-base.set", "position": [ 1440, 1840 ], "parameters": { "fields": { "values": [ { "name": "NameSpace", "stringValue": "" }, { "name": "Key Name", "stringValue": "" } ] }, "options": {} }, "notesInFlow": false, "typeVersion": 3.2, "notes": "This set node performs automated tasks as part of the workflow." }, { "id": "18f0e8c6-c1bb-4632-9333-7ca296333966", "name": "Set KV-NM Name (8)", "type": "n8n-nodes-base.set", "notes": "Set Key-Value Namespace", "position": [ 2300, 1840 ], "parameters": { "fields": { "values": [ { "name": "NameSpace", "stringValue": "" } ] }, "options": {} }, "notesInFlow": true, "typeVersion": 3.2 }, { "id": "16f84be9-30b3-4664-9f9e-69b2ac961034", "name": "Read MD from Key", "type": "n8n-nodes-base.httpRequest", "notes": "/storage/kv/namespaces/", "position": [ 2000, 1840 ], "parameters": { "url": "{{ $env.BASE_URL }}", "options": {}, "sendHeaders": true, "authentication": "{{ $credentials.predefinedCredentialType }}", "headerParameters": { "parameters": [ { "name": "Authorization", "value": "Bearer undefined" } ] }, "nodeCredentialType": "YOUR_CREDENTIAL_HERE" }, "notesInFlow": true, "typeVersion": 4.1 } ], "pinData": {}, "connections": { "259848b4-5472-436e-9ef7-dbba14f21348": { "main": [ [ { "node": "error-handler-259848b4-5472-436e-9ef7-dbba14f21348", "type": "main", "index": 0 } ], [ { "node": "error-handler-259848b4-5472-436e-9ef7-dbba14f21348-685f1fc2", "type": "main", "index": 0 } ], [ { "node": "error-handler-259848b4-5472-436e-9ef7-dbba14f21348-e2e6c3ea", "type": "main", "index": 0 } ], [ { "node": "error-handler-259848b4-5472-436e-9ef7-dbba14f21348-91aeb1e4", "type": "main", "index": 0 } ], [ { "node": "error-handler-259848b4-5472-436e-9ef7-dbba14f21348-71a581e5", "type": "main", "index": 0 } ], [ { "node": "error-handler-259848b4-5472-436e-9ef7-dbba14f21348-7452ccd1", "type": "main", "index": 0 } ], [ { "node": "error-handler-259848b4-5472-436e-9ef7-dbba14f21348-443a0eba", "type": "main", "index": 0 } ], [ { "node": "error-handler-259848b4-5472-436e-9ef7-dbba14f21348-3d780a26", "type": "main", "index": 0 } ], [ { "node": "error-handler-259848b4-5472-436e-9ef7-dbba14f21348-0f753850", "type": "main", "index": 0 } ] ] }, "2f6a6158-f755-4ad5-a874-c08f2182e2bd": { "main": [ [ { "node": "error-handler-2f6a6158-f755-4ad5-a874-c08f2182e2bd", "type": "main", "index": 0 } ], [ { "node": "error-handler-2f6a6158-f755-4ad5-a874-c08f2182e2bd-8f93a17e", "type": "main", "index": 0 } ], [ { "node": "error-handler-2f6a6158-f755-4ad5-a874-c08f2182e2bd-b14221ff", "type": "main", "index": 0 } ], [ { "node": "error-handler-2f6a6158-f755-4ad5-a874-c08f2182e2bd-7ab661b4", "type": "main", "index": 0 } ], [ { "node": "error-handler-2f6a6158-f755-4ad5-a874-c08f2182e2bd-3bd92954", "type": "main", "index": 0 } ], [ { "node": "error-handler-2f6a6158-f755-4ad5-a874-c08f2182e2bd-b076197e", "type": "main", "index": 0 } ], [ { "node": "error-handler-2f6a6158-f755-4ad5-a874-c08f2182e2bd-4c5ef295", "type": "main", "index": 0 } ], [ { "node": "error-handler-2f6a6158-f755-4ad5-a874-c08f2182e2bd-cd3d3d30", "type": "main", "index": 0 } ], [ { "node": "error-handler-2f6a6158-f755-4ad5-a874-c08f2182e2bd-13f67367", "type": "main", "index": 0 } ] ] }, "5ca2dfda-2662-44ad-a4f5-3a036533eaac": { "main": [ [ { "node": "error-handler-5ca2dfda-2662-44ad-a4f5-3a036533eaac", "type": "main", "index": 0 } ], [ { "node": "error-handler-5ca2dfda-2662-44ad-a4f5-3a036533eaac-8129b9b9", "type": "main", "index": 0 } ], [ { "node": "error-handler-5ca2dfda-2662-44ad-a4f5-3a036533eaac-7ed76d59", "type": "main", "index": 0 } ], [ { "node": "error-handler-5ca2dfda-2662-44ad-a4f5-3a036533eaac-18bdaa95", "type": "main", "index": 0 } ], [ { "node": "error-handler-5ca2dfda-2662-44ad-a4f5-3a036533eaac-0518a01f", "type": "main", "index": 0 } ], [ { "node": "error-handler-5ca2dfda-2662-44ad-a4f5-3a036533eaac-3ece8398", "type": "main", "index": 0 } ], [ { "node": "error-handler-5ca2dfda-2662-44ad-a4f5-3a036533eaac-260af267", "type": "main", "index": 0 } ], [ { "node": "error-handler-5ca2dfda-2662-44ad-a4f5-3a036533eaac-5728ed74", "type": "main", "index": 0 } ], [ { "node": "error-handler-5ca2dfda-2662-44ad-a4f5-3a036533eaac-374cdb60", "type": "main", "index": 0 } ] ] }, "689575b2-8dcf-4a6b-bedb-2aa1e1de48f7": { "main": [ [ { "node": "error-handler-689575b2-8dcf-4a6b-bedb-2aa1e1de48f7", "type": "main", "index": 0 } ], [ { "node": "error-handler-689575b2-8dcf-4a6b-bedb-2aa1e1de48f7-af711405", "type": "main", "index": 0 } ], [ { "node": "error-handler-689575b2-8dcf-4a6b-bedb-2aa1e1de48f7-f62c513b", "type": "main", "index": 0 } ], [ { "node": "error-handler-689575b2-8dcf-4a6b-bedb-2aa1e1de48f7-7ab2197e", "type": "main", "index": 0 } ], [ { "node": "error-handler-689575b2-8dcf-4a6b-bedb-2aa1e1de48f7-3a1d9d0d", "type": "main", "index": 0 } ], [ { "node": "error-handler-689575b2-8dcf-4a6b-bedb-2aa1e1de48f7-5d91f475", "type": "main", "index": 0 } ], [ { "node": "error-handler-689575b2-8dcf-4a6b-bedb-2aa1e1de48f7-f346d3ab", "type": "main", "index": 0 } ], [ { "node": "error-handler-689575b2-8dcf-4a6b-bedb-2aa1e1de48f7-036d58cf", "type": "main", "index": 0 } ], [ { "node": "error-handler-689575b2-8dcf-4a6b-bedb-2aa1e1de48f7-427945fb", "type": "main", "index": 0 } ] ] }, "e78616dc-bf3d-4913-a463-427d4b62c07b": { "main": [ [ { "node": "error-handler-e78616dc-bf3d-4913-a463-427d4b62c07b", "type": "main", "index": 0 } ], [ { "node": "error-handler-e78616dc-bf3d-4913-a463-427d4b62c07b-9e70b623", "type": "main", "index": 0 } ], [ { "node": "error-handler-e78616dc-bf3d-4913-a463-427d4b62c07b-e945b89a", "type": "main", "index": 0 } ], [ { "node": "error-handler-e78616dc-bf3d-4913-a463-427d4b62c07b-00f5098b", "type": "main", "index": 0 } ], [ { "node": "error-handler-e78616dc-bf3d-4913-a463-427d4b62c07b-f8e18576", "type": "main", "index": 0 } ], [ { "node": "error-handler-e78616dc-bf3d-4913-a463-427d4b62c07b-1e5b5244", "type": "main", "index": 0 } ], [ { "node": "error-handler-e78616dc-bf3d-4913-a463-427d4b62c07b-9ea90c32", "type": "main", "index": 0 } ], [ { "node": "error-handler-e78616dc-bf3d-4913-a463-427d4b62c07b-3d86998c", "type": "main", "index": 0 } ], [ { "node": "error-handler-e78616dc-bf3d-4913-a463-427d4b62c07b-75e2b401", "type": "main", "index": 0 } ] ] }, "1e444f44-4561-493d-b295-812f71e14385": { "main": [ [ { "node": "error-handler-1e444f44-4561-493d-b295-812f71e14385", "type": "main", "index": 0 } ], [ { "node": "error-handler-1e444f44-4561-493d-b295-812f71e14385-7f06a19d", "type": "main", "index": 0 } ], [ { "node": "error-handler-1e444f44-4561-493d-b295-812f71e14385-d06560a6", "type": "main", "index": 0 } ], [ { "node": "error-handler-1e444f44-4561-493d-b295-812f71e14385-eff6fb35", "type": "main", "index": 0 } ], [ { "node": "error-handler-1e444f44-4561-493d-b295-812f71e14385-4015ab44", "type": "main", "index": 0 } ], [ { "node": "error-handler-1e444f44-4561-493d-b295-812f71e14385-eb0bff62", "type": "main", "index": 0 } ], [ { "node": "error-handler-1e444f44-4561-493d-b295-812f71e14385-3d3ee536", "type": "main", "index": 0 } ], [ { "node": "error-handler-1e444f44-4561-493d-b295-812f71e14385-f82bf2b8", "type": "main", "index": 0 } ], [ { "node": "error-handler-1e444f44-4561-493d-b295-812f71e14385-6ab7fb41", "type": "main", "index": 0 } ] ] }, "89cde428-54c7-4f8f-b16c-5803ede6e015": { "main": [ [ { "node": "error-handler-89cde428-54c7-4f8f-b16c-5803ede6e015", "type": "main", "index": 0 } ], [ { "node": "error-handler-89cde428-54c7-4f8f-b16c-5803ede6e015-6511d3af", "type": "main", "index": 0 } ], [ { "node": "error-handler-89cde428-54c7-4f8f-b16c-5803ede6e015-fdad477b", "type": "main", "index": 0 } ], [ { "node": "error-handler-89cde428-54c7-4f8f-b16c-5803ede6e015-45affc12", "type": "main", "index": 0 } ], [ { "node": "error-handler-89cde428-54c7-4f8f-b16c-5803ede6e015-6ec6c435", "type": "main", "index": 0 } ], [ { "node": "error-handler-89cde428-54c7-4f8f-b16c-5803ede6e015-0ce274b4", "type": "main", "index": 0 } ], [ { "node": "error-handler-89cde428-54c7-4f8f-b16c-5803ede6e015-cb710909", "type": "main", "index": 0 } ], [ { "node": "error-handler-89cde428-54c7-4f8f-b16c-5803ede6e015-680e3804", "type": "main", "index": 0 } ], [ { "node": "error-handler-89cde428-54c7-4f8f-b16c-5803ede6e015-8612dcd2", "type": "main", "index": 0 } ] ] }, "71e7e9e3-57e6-43da-a90a-64aa79197769": { "main": [ [ { "node": "error-handler-71e7e9e3-57e6-43da-a90a-64aa79197769", "type": "main", "index": 0 } ], [ { "node": "error-handler-71e7e9e3-57e6-43da-a90a-64aa79197769-15f762d4", "type": "main", "index": 0 } ], [ { "node": "error-handler-71e7e9e3-57e6-43da-a90a-64aa79197769-278bbe14", "type": "main", "index": 0 } ], [ { "node": "error-handler-71e7e9e3-57e6-43da-a90a-64aa79197769-f04940ac", "type": "main", "index": 0 } ], [ { "node": "error-handler-71e7e9e3-57e6-43da-a90a-64aa79197769-a7828389", "type": "main", "index": 0 } ], [ { "node": "error-handler-71e7e9e3-57e6-43da-a90a-64aa79197769-3af4ea92", "type": "main", "index": 0 } ], [ { "node": "error-handler-71e7e9e3-57e6-43da-a90a-64aa79197769-a2174c8e", "type": "main", "index": 0 } ], [ { "node": "error-handler-71e7e9e3-57e6-43da-a90a-64aa79197769-ec1f92ae", "type": "main", "index": 0 } ], [ { "node": "error-handler-71e7e9e3-57e6-43da-a90a-64aa79197769-522c72b4", "type": "main", "index": 0 } ] ] }, "197ca562-fc20-4cd6-8990-cd3e9e3d3b0d": { "main": [ [ { "node": "error-handler-197ca562-fc20-4cd6-8990-cd3e9e3d3b0d", "type": "main", "index": 0 } ], [ { "node": "error-handler-197ca562-fc20-4cd6-8990-cd3e9e3d3b0d-89f0433c", "type": "main", "index": 0 } ], [ { "node": "error-handler-197ca562-fc20-4cd6-8990-cd3e9e3d3b0d-49f452f6", "type": "main", "index": 0 } ], [ { "node": "error-handler-197ca562-fc20-4cd6-8990-cd3e9e3d3b0d-30ce98ac", "type": "main", "index": 0 } ], [ { "node": "error-handler-197ca562-fc20-4cd6-8990-cd3e9e3d3b0d-f37d9913", "type": "main", "index": 0 } ], [ { "node": "error-handler-197ca562-fc20-4cd6-8990-cd3e9e3d3b0d-11e7be7f", "type": "main", "index": 0 } ], [ { "node": "error-handler-197ca562-fc20-4cd6-8990-cd3e9e3d3b0d-2d705cf3", "type": "main", "index": 0 } ], [ { "node": "error-handler-197ca562-fc20-4cd6-8990-cd3e9e3d3b0d-2bf1ee90", "type": "main", "index": 0 } ], [ { "node": "error-handler-197ca562-fc20-4cd6-8990-cd3e9e3d3b0d-74daad01", "type": "main", "index": 0 } ] ] }, "a9692d7c-f0bc-45c3-b99c-3c7a36d98f5c": { "main": [ [ { "node": "error-handler-a9692d7c-f0bc-45c3-b99c-3c7a36d98f5c", "type": "main", "index": 0 } ], [ { "node": "error-handler-a9692d7c-f0bc-45c3-b99c-3c7a36d98f5c-871061ef", "type": "main", "index": 0 } ], [ { "node": "error-handler-a9692d7c-f0bc-45c3-b99c-3c7a36d98f5c-a3d5f601", "type": "main", "index": 0 } ], [ { "node": "error-handler-a9692d7c-f0bc-45c3-b99c-3c7a36d98f5c-35a74046", "type": "main", "index": 0 } ], [ { "node": "error-handler-a9692d7c-f0bc-45c3-b99c-3c7a36d98f5c-27e21b67", "type": "main", "index": 0 } ], [ { "node": "error-handler-a9692d7c-f0bc-45c3-b99c-3c7a36d98f5c-8d9b101d", "type": "main", "index": 0 } ], [ { "node": "error-handler-a9692d7c-f0bc-45c3-b99c-3c7a36d98f5c-147886e9", "type": "main", "index": 0 } ], [ { "node": "error-handler-a9692d7c-f0bc-45c3-b99c-3c7a36d98f5c-2ead3c19", "type": "main", "index": 0 } ], [ { "node": "error-handler-a9692d7c-f0bc-45c3-b99c-3c7a36d98f5c-2b092090", "type": "main", "index": 0 } ] ] }, "1c655d60-bcf8-42ee-a993-57b151789d44": { "main": [ [ { "node": "error-handler-1c655d60-bcf8-42ee-a993-57b151789d44", "type": "main", "index": 0 } ], [ { "node": "error-handler-1c655d60-bcf8-42ee-a993-57b151789d44-7a59decd", "type": "main", "index": 0 } ], [ { "node": "error-handler-1c655d60-bcf8-42ee-a993-57b151789d44-736d55e4", "type": "main", "index": 0 } ], [ { "node": "error-handler-1c655d60-bcf8-42ee-a993-57b151789d44-543426cd", "type": "main", "index": 0 } ], [ { "node": "error-handler-1c655d60-bcf8-42ee-a993-57b151789d44-4c783a63", "type": "main", "index": 0 } ], [ { "node": "error-handler-1c655d60-bcf8-42ee-a993-57b151789d44-de501fdd", "type": "main", "index": 0 } ], [ { "node": "error-handler-1c655d60-bcf8-42ee-a993-57b151789d44-617e8b99", "type": "main", "index": 0 } ], [ { "node": "error-handler-1c655d60-bcf8-42ee-a993-57b151789d44-caf67982", "type": "main", "index": 0 } ], [ { "node": "error-handler-1c655d60-bcf8-42ee-a993-57b151789d44-70cdeb8a", "type": "main", "index": 0 } ] ] }, "b72a4e3e-60d6-4c31-9299-3d09c934d1c7": { "main": [ [ { "node": "error-handler-b72a4e3e-60d6-4c31-9299-3d09c934d1c7", "type": "main", "index": 0 } ], [ { "node": "error-handler-b72a4e3e-60d6-4c31-9299-3d09c934d1c7-cd11e620", "type": "main", "index": 0 } ], [ { "node": "error-handler-b72a4e3e-60d6-4c31-9299-3d09c934d1c7-a1178b2f", "type": "main", "index": 0 } ], [ { "node": "error-handler-b72a4e3e-60d6-4c31-9299-3d09c934d1c7-a7e3c378", "type": "main", "index": 0 } ], [ { "node": "error-handler-b72a4e3e-60d6-4c31-9299-3d09c934d1c7-cc848137", "type": "main", "index": 0 } ], [ { "node": "error-handler-b72a4e3e-60d6-4c31-9299-3d09c934d1c7-ee41d445", "type": "main", "index": 0 } ], [ { "node": "error-handler-b72a4e3e-60d6-4c31-9299-3d09c934d1c7-f4a4c2bc", "type": "main", "index": 0 } ], [ { "node": "error-handler-b72a4e3e-60d6-4c31-9299-3d09c934d1c7-a45c7eb5", "type": "main", "index": 0 } ], [ { "node": "error-handler-b72a4e3e-60d6-4c31-9299-3d09c934d1c7-9b761da6", "type": "main", "index": 0 } ] ] }, "c2635c89-51a0-4a84-aa63-775f318fdc7a": { "main": [ [ { "node": "error-handler-c2635c89-51a0-4a84-aa63-775f318fdc7a", "type": "main", "index": 0 } ], [ { "node": "error-handler-c2635c89-51a0-4a84-aa63-775f318fdc7a-2d5d79cb", "type": "main", "index": 0 } ], [ { "node": "error-handler-c2635c89-51a0-4a84-aa63-775f318fdc7a-80df69d9", "type": "main", "index": 0 } ], [ { "node": "error-handler-c2635c89-51a0-4a84-aa63-775f318fdc7a-54013ef3", "type": "main", "index": 0 } ], [ { "node": "error-handler-c2635c89-51a0-4a84-aa63-775f318fdc7a-d4fca3c2", "type": "main", "index": 0 } ], [ { "node": "error-handler-c2635c89-51a0-4a84-aa63-775f318fdc7a-dff52e2f", "type": "main", "index": 0 } ], [ { "node": "error-handler-c2635c89-51a0-4a84-aa63-775f318fdc7a-e2817429", "type": "main", "index": 0 } ], [ { "node": "error-handler-c2635c89-51a0-4a84-aa63-775f318fdc7a-4d1eb05a", "type": "main", "index": 0 } ], [ { "node": "error-handler-c2635c89-51a0-4a84-aa63-775f318fdc7a-50246d71", "type": "main", "index": 0 } ] ] }, "b0bcd87c-f19f-4e8f-8899-37676e66aa95": { "main": [ [ { "node": "error-handler-b0bcd87c-f19f-4e8f-8899-37676e66aa95", "type": "main", "index": 0 } ], [ { "node": "error-handler-b0bcd87c-f19f-4e8f-8899-37676e66aa95-bb27b0cd", "type": "main", "index": 0 } ], [ { "node": "error-handler-b0bcd87c-f19f-4e8f-8899-37676e66aa95-d96d6c3c", "type": "main", "index": 0 } ], [ { "node": "error-handler-b0bcd87c-f19f-4e8f-8899-37676e66aa95-c0f5b1a9", "type": "main", "index": 0 } ], [ { "node": "error-handler-b0bcd87c-f19f-4e8f-8899-37676e66aa95-c41ad9a5", "type": "main", "index": 0 } ], [ { "node": "error-handler-b0bcd87c-f19f-4e8f-8899-37676e66aa95-cf0853f5", "type": "main", "index": 0 } ], [ { "node": "error-handler-b0bcd87c-f19f-4e8f-8899-37676e66aa95-6409faf3", "type": "main", "index": 0 } ], [ { "node": "error-handler-b0bcd87c-f19f-4e8f-8899-37676e66aa95-4645ba17", "type": "main", "index": 0 } ], [ { "node": "error-handler-b0bcd87c-f19f-4e8f-8899-37676e66aa95-335b3ce7", "type": "main", "index": 0 } ] ] }, "50f41db8-62ba-4bb2-abc0-cecbce4bcd12": { "main": [ [ { "node": "error-handler-50f41db8-62ba-4bb2-abc0-cecbce4bcd12", "type": "main", "index": 0 } ], [ { "node": "error-handler-50f41db8-62ba-4bb2-abc0-cecbce4bcd12-09ff8aa9", "type": "main", "index": 0 } ], [ { "node": "error-handler-50f41db8-62ba-4bb2-abc0-cecbce4bcd12-92c66e5b", "type": "main", "index": 0 } ], [ { "node": "error-handler-50f41db8-62ba-4bb2-abc0-cecbce4bcd12-b6f286ce", "type": "main", "index": 0 } ], [ { "node": "error-handler-50f41db8-62ba-4bb2-abc0-cecbce4bcd12-12e9dd3c", "type": "main", "index": 0 } ], [ { "node": "error-handler-50f41db8-62ba-4bb2-abc0-cecbce4bcd12-93b31d58", "type": "main", "index": 0 } ], [ { "node": "error-handler-50f41db8-62ba-4bb2-abc0-cecbce4bcd12-073b6b57", "type": "main", "index": 0 } ], [ { "node": "error-handler-50f41db8-62ba-4bb2-abc0-cecbce4bcd12-c3b9cf0d", "type": "main", "index": 0 } ], [ { "node": "error-handler-50f41db8-62ba-4bb2-abc0-cecbce4bcd12-af579edb", "type": "main", "index": 0 } ] ] }, "00315620-0ed0-47df-bbd1-98a8a089a018": { "main": [ [ { "node": "error-handler-00315620-0ed0-47df-bbd1-98a8a089a018", "type": "main", "index": 0 } ], [ { "node": "error-handler-00315620-0ed0-47df-bbd1-98a8a089a018-572305bc", "type": "main", "index": 0 } ], [ { "node": "error-handler-00315620-0ed0-47df-bbd1-98a8a089a018-dad1b656", "type": "main", "index": 0 } ], [ { "node": "error-handler-00315620-0ed0-47df-bbd1-98a8a089a018-4c954104", "type": "main", "index": 0 } ], [ { "node": "error-handler-00315620-0ed0-47df-bbd1-98a8a089a018-4a0a57ba", "type": "main", "index": 0 } ], [ { "node": "error-handler-00315620-0ed0-47df-bbd1-98a8a089a018-cb3adcd2", "type": "main", "index": 0 } ], [ { "node": "error-handler-00315620-0ed0-47df-bbd1-98a8a089a018-c2fdc78b", "type": "main", "index": 0 } ], [ { "node": "error-handler-00315620-0ed0-47df-bbd1-98a8a089a018-23599b16", "type": "main", "index": 0 } ], [ { "node": "error-handler-00315620-0ed0-47df-bbd1-98a8a089a018-1c16ea0a", "type": "main", "index": 0 } ] ] }, "ecce1146-2562-4beb-8c88-b30158251999": { "main": [ [ { "node": "error-handler-ecce1146-2562-4beb-8c88-b30158251999", "type": "main", "index": 0 } ], [ { "node": "error-handler-ecce1146-2562-4beb-8c88-b30158251999-edc548cd", "type": "main", "index": 0 } ], [ { "node": "error-handler-ecce1146-2562-4beb-8c88-b30158251999-3db52709", "type": "main", "index": 0 } ], [ { "node": "error-handler-ecce1146-2562-4beb-8c88-b30158251999-402efe9a", "type": "main", "index": 0 } ], [ { "node": "error-handler-ecce1146-2562-4beb-8c88-b30158251999-afdb9c72", "type": "main", "index": 0 } ], [ { "node": "error-handler-ecce1146-2562-4beb-8c88-b30158251999-44643c23", "type": "main", "index": 0 } ], [ { "node": "error-handler-ecce1146-2562-4beb-8c88-b30158251999-b1ac2efb", "type": "main", "index": 0 } ], [ { "node": "error-handler-ecce1146-2562-4beb-8c88-b30158251999-97ebefb4", "type": "main", "index": 0 } ], [ { "node": "error-handler-ecce1146-2562-4beb-8c88-b30158251999-851bb650", "type": "main", "index": 0 } ] ] }, "bcad9996-5d32-4367-8b81-618a3af70879": { "main": [ [ { "node": "error-handler-bcad9996-5d32-4367-8b81-618a3af70879", "type": "main", "index": 0 } ], [ { "node": "error-handler-bcad9996-5d32-4367-8b81-618a3af70879-d8dd2e60", "type": "main", "index": 0 } ], [ { "node": "error-handler-bcad9996-5d32-4367-8b81-618a3af70879-ad15a8d1", "type": "main", "index": 0 } ], [ { "node": "error-handler-bcad9996-5d32-4367-8b81-618a3af70879-e52f1f8f", "type": "main", "index": 0 } ], [ { "node": "error-handler-bcad9996-5d32-4367-8b81-618a3af70879-cd91a1e8", "type": "main", "index": 0 } ], [ { "node": "error-handler-bcad9996-5d32-4367-8b81-618a3af70879-d0503fca", "type": "main", "index": 0 } ], [ { "node": "error-handler-bcad9996-5d32-4367-8b81-618a3af70879-a57007d8", "type": "main", "index": 0 } ], [ { "node": "error-handler-bcad9996-5d32-4367-8b81-618a3af70879-d72f82bf", "type": "main", "index": 0 } ], [ { "node": "error-handler-bcad9996-5d32-4367-8b81-618a3af70879-25c40efd", "type": "main", "index": 0 } ] ] }, "64253d04-7ce4-4045-a41f-45faae2b6fd7": { "main": [ [ { "node": "error-handler-64253d04-7ce4-4045-a41f-45faae2b6fd7", "type": "main", "index": 0 } ], [ { "node": "error-handler-64253d04-7ce4-4045-a41f-45faae2b6fd7-9f906558", "type": "main", "index": 0 } ], [ { "node": "error-handler-64253d04-7ce4-4045-a41f-45faae2b6fd7-7a1a235d", "type": "main", "index": 0 } ], [ { "node": "error-handler-64253d04-7ce4-4045-a41f-45faae2b6fd7-8267610e", "type": "main", "index": 0 } ], [ { "node": "error-handler-64253d04-7ce4-4045-a41f-45faae2b6fd7-2e518cd7", "type": "main", "index": 0 } ], [ { "node": "error-handler-64253d04-7ce4-4045-a41f-45faae2b6fd7-3d3f5088", "type": "main", "index": 0 } ], [ { "node": "error-handler-64253d04-7ce4-4045-a41f-45faae2b6fd7-5c3227a2", "type": "main", "index": 0 } ], [ { "node": "error-handler-64253d04-7ce4-4045-a41f-45faae2b6fd7-331e62ed", "type": "main", "index": 0 } ], [ { "node": "error-handler-64253d04-7ce4-4045-a41f-45faae2b6fd7-5abcbfbe", "type": "main", "index": 0 } ] ] }, "16f84be9-30b3-4664-9f9e-69b2ac961034": { "main": [ [ { "node": "error-handler-16f84be9-30b3-4664-9f9e-69b2ac961034", "type": "main", "index": 0 } ], [ { "node": "error-handler-16f84be9-30b3-4664-9f9e-69b2ac961034-f6aebc28", "type": "main", "index": 0 } ], [ { "node": "error-handler-16f84be9-30b3-4664-9f9e-69b2ac961034-2ccdde69", "type": "main", "index": 0 } ], [ { "node": "error-handler-16f84be9-30b3-4664-9f9e-69b2ac961034-0a8bed4f", "type": "main", "index": 0 } ], [ { "node": "error-handler-16f84be9-30b3-4664-9f9e-69b2ac961034-054a0518", "type": "main", "index": 0 } ], [ { "node": "error-handler-16f84be9-30b3-4664-9f9e-69b2ac961034-a6137bef", "type": "main", "index": 0 } ], [ { "node": "error-handler-16f84be9-30b3-4664-9f9e-69b2ac961034-5f2c167e", "type": "main", "index": 0 } ], [ { "node": "error-handler-16f84be9-30b3-4664-9f9e-69b2ac961034-3a483bd5", "type": "main", "index": 0 } ], [ { "node": "error-handler-16f84be9-30b3-4664-9f9e-69b2ac961034-e819c158", "type": "main", "index": 0 } ] ] } }, "name": "Stickynote Workflow", "settings": { "executionOrder": "v1", "saveManualExecutions": true, "callerPolicy": "workflowsFromSameOwner", "errorWorkflow": null, "timezone": "UTC", "executionTimeout": 3600, "maxExecutions": 1000, "retryOnFail": true, "retryCount": 3, "retryDelay": 1000 }, "description": "Automated workflow: Stickynote Workflow. This workflow integrates 5 different services: stickyNote, httpRequest, set, stopAndError, manualTrigger. It contains 87 nodes and follows best practices for error handling and security.", "tags": [ "automation", "n8n", "production-ready", "excellent", "optimized" ], "notes": "Excellent quality workflow: Stickynote Workflow. This workflow has been optimized for production use with comprehensive error handling, security, and documentation." }