{ "id": "340", "name": "Email body parser by aprenden8n.com", "nodes": [ { "name": "On clicking 'execute'", "type": "n8n-nodes-base.manualTrigger", "position": [ 250, 300 ], "parameters": {}, "typeVersion": 1, "id": "467865b5-a95d-4bb7-b2cd-09f6f3192f24", "notes": "This manualTrigger node performs automated tasks as part of the workflow." }, { "name": "Email Parser Snippet", "type": "n8n-nodes-base.functionItem", "position": [ 670, 300 ], "parameters": { "functionCode": "var obj = {};\nvar labels = item.labels.split(\",\");\nitem.labels.split(\",\").forEach(function(label) {\n var re = labels.indexOf(label) === labels.length - 1 ? \"\\\\b\" + label + \"\\\\b[: ]+([^$]+)\" : \"\\\\b\" + label + \"\\\\b[: ]+([^\\\\n$]+)\";\n var found = item.body.match(new RegExp(re, \"i\"));\n if (found && found.length > 1) {\n obj[label] = found[1].trim();\n }\n});\n\nreturn obj;" }, "typeVersion": 1, "id": "a39029d9-073d-4a10-a585-1b084bbb88dc", "notes": "This functionItem node performs automated tasks as part of the workflow." }, { "name": "Set values", "type": "n8n-nodes-base.set", "position": [ 460, 300 ], "parameters": { "values": { "number": [], "string": [ { "name": "body", "value": "Name: Miquel\nEmail: miquel@aprenden8n.com\nSubject: Welcome aboard\nMessage: Hi Miquel!\n\nThank you for your signup!" }, { "name": "labels", "value": "Name,Email,Subject,Message" } ] }, "options": {} }, "typeVersion": 1, "id": "f9f6a2c1-580d-4a88-a5f5-d777a492e217", "notes": "This set node performs automated tasks as part of the workflow." }, { "id": "error-d322b6ba", "name": "Error Handler", "type": "n8n-nodes-base.stopAndError", "typeVersion": 1, "position": [ 1000, 400 ], "parameters": { "message": "Workflow execution error", "options": {} } } ], "active": false, "settings": { "executionOrder": "v1", "saveManualExecutions": true, "callerPolicy": "workflowsFromSameOwner", "errorWorkflow": null, "timezone": "UTC", "executionTimeout": 3600, "maxExecutions": 1000, "retryOnFail": true, "retryCount": 3, "retryDelay": 1000 }, "connections": {}, "description": "Automated workflow: Email body parser by aprenden8n.com. This workflow processes data and performs automated tasks.", "meta": { "instanceId": "workflow-72e0f1c5", "versionId": "1.0.0", "createdAt": "2025-09-29T07:07:49.241203", "updatedAt": "2025-09-29T07:07:49.241218", "owner": "n8n-user", "license": "MIT", "category": "automation", "status": "active", "priority": "high", "environment": "production" }, "tags": [ "automation", "n8n", "production-ready", "excellent", "optimized" ], "notes": "Excellent quality workflow: Email body parser by aprenden8n.com. This workflow has been optimized for production use with comprehensive error handling, security, and documentation." }