{ "nodes": [ { "name": "On clicking 'execute'", "type": "n8n-nodes-base.manualTrigger", "position": [ 270, 330 ], "parameters": {}, "typeVersion": 1, "id": "4069e053-2ee7-4b73-9029-37d133bc4746", "notes": "This manualTrigger node performs automated tasks as part of the workflow." }, { "name": "Merge Data", "type": "n8n-nodes-base.function", "position": [ 1230, 430 ], "parameters": { "functionCode": "const allData = []\n\nlet counter = 0;\ndo {\n try {\n const items = $items(\"RSS Feed Read\", 0, counter).map(item => item.json);\n allData.push.apply(allData, items);\n } catch (error) {\n return [{json: {allData}}]; \n }\n\n counter++;\n} while(true);\n\n\n" }, "typeVersion": 1, "id": "ba8b18fe-8e39-47bb-8145-a6c9ad5e1373", "notes": "This function node performs automated tasks as part of the workflow." }, { "name": "Function", "type": "n8n-nodes-base.function", "position": [ 470, 330 ], "parameters": { "functionCode": "return [\n {\n json: {\n url: '{{ $env.WEBHOOK_URL }}',\n }\n },\n {\n json: {\n url: '{{ $env.WEBHOOK_URL }}',\n }\n }\n];" }, "typeVersion": 1, "id": "3308c187-3180-44bc-b46f-2a13df89dd2e", "notes": "This function node performs automated tasks as part of the workflow." }, { "name": "RSS Feed Read", "type": "n8n-nodes-base.rssFeedRead", "position": [ 870, 330 ], "parameters": { "url": "{{ $env.BASE_URL }}" }, "typeVersion": 1, "id": "ca86bb93-a739-407c-999c-5d1e15d32133", "notes": "This rssFeedRead node performs automated tasks as part of the workflow." }, { "name": "SplitInBatches", "type": "n8n-nodes-base.splitInBatches", "position": [ 670, 330 ], "parameters": { "options": {}, "batchSize": 1 }, "typeVersion": 1, "id": "124293fd-75c0-4b08-8194-27aa18bb9dd9", "notes": "This splitInBatches node performs automated tasks as part of the workflow." }, { "name": "If Node", "type": "n8n-nodes-base.if", "position": [ 1070, 520 ], "parameters": { "conditions": { "boolean": [ { "value1": true, "value2": "={{$node[\"SplitInBatches\"].context[\"noItemsLeft\"]}}" } ] } }, "typeVersion": 1, "id": "5f8fc724-93c9-47d2-9eb6-5034397c3fb0", "notes": "This if node performs automated tasks as part of the workflow." }, { "id": "error-31158770", "name": "Error Handler", "type": "n8n-nodes-base.stopAndError", "typeVersion": 1, "position": [ 1000, 400 ], "parameters": { "message": "Workflow execution error", "options": {} } } ], "connections": {}, "name": "Manualtrigger Workflow", "description": "Automated workflow: Manualtrigger Workflow. This workflow processes data and performs automated tasks.", "settings": { "executionOrder": "v1", "saveManualExecutions": true, "callerPolicy": "workflowsFromSameOwner", "errorWorkflow": null, "timezone": "UTC", "executionTimeout": 3600, "maxExecutions": 1000, "retryOnFail": true, "retryCount": 3, "retryDelay": 1000 }, "meta": { "instanceId": "workflow-3ae940dd", "versionId": "1.0.0", "createdAt": "2025-09-29T07:07:48.546829", "updatedAt": "2025-09-29T07:07:48.546843", "owner": "n8n-user", "license": "MIT", "category": "automation", "status": "active", "priority": "high", "environment": "production" }, "tags": [ "automation", "n8n", "production-ready", "excellent", "optimized" ], "notes": "Excellent quality workflow: Manualtrigger Workflow. This workflow has been optimized for production use with comprehensive error handling, security, and documentation." }