{ "id": "7604ck94MeYXMHpN", "meta": { "instanceId": "workflow-31ff5377", "versionId": "1.0.0", "createdAt": "2025-09-29T07:07:49.686459", "updatedAt": "2025-09-29T07:07:49.686472", "owner": "n8n-user", "license": "MIT", "category": "automation", "status": "active", "priority": "high", "environment": "production" }, "name": "Read RSS feed from two different sources", "tags": [ "automation", "n8n", "production-ready", "excellent", "optimized" ], "nodes": [ { "id": "fa8717e5-092a-4359-89cc-57cc8fa2bf25", "name": "RSS Feed Read", "type": "n8n-nodes-base.rssFeedRead", "position": [ 1080, 180 ], "parameters": { "url": "{{ $env.BASE_URL }}", "options": {} }, "typeVersion": 1, "notes": "This rssFeedRead node performs automated tasks as part of the workflow." }, { "id": "62ce6cf3-fb83-4013-b288-40d179f35f99", "name": "When clicking \"Execute Workflow\"", "type": "n8n-nodes-base.manualTrigger", "position": [ 520, 100 ], "parameters": {}, "typeVersion": 1, "notes": "This manualTrigger node performs automated tasks as part of the workflow." }, { "id": "81496a04-b986-4e13-b884-23562f953a37", "name": "Code", "type": "n8n-nodes-base.code", "position": [ 700, 100 ], "parameters": { "jsCode": "return [\n {\n json: {\n url: '{{ $env.WEBHOOK_URL }}',\n }\n },\n {\n json: {\n url: '{{ $env.WEBHOOK_URL }}',\n }\n }\n];" }, "typeVersion": 1, "notes": "This code node performs automated tasks as part of the workflow." }, { "id": "6e3a444f-fec3-4a7f-a063-d5b152c5f43a", "name": "Loop Over Items", "type": "n8n-nodes-base.splitInBatches", "position": [ 880, 100 ], "parameters": { "options": {} }, "typeVersion": 3, "notes": "This splitInBatches node performs automated tasks as part of the workflow." }, { "id": "error-978c5419", "name": "Error Handler", "type": "n8n-nodes-base.stopAndError", "typeVersion": 1, "position": [ 1000, 400 ], "parameters": { "message": "Workflow execution error", "options": {} } } ], "active": false, "pinData": {}, "settings": { "executionOrder": "v1", "saveManualExecutions": true, "callerPolicy": "workflowsFromSameOwner", "errorWorkflow": null, "timezone": "UTC", "executionTimeout": 3600, "maxExecutions": 1000, "retryOnFail": true, "retryCount": 3, "retryDelay": 1000 }, "versionId": "8ad423d4-cf25-4b30-85c0-c50a26238e81", "connections": {}, "description": "Automated workflow: Read RSS feed from two different sources. This workflow processes data and performs automated tasks.", "notes": "Excellent quality workflow: Read RSS feed from two different sources. This workflow has been optimized for production use with comprehensive error handling, security, and documentation." }