{ "id": "112", "name": "Get Company by Name", "nodes": [ { "name": "On clicking 'execute'", "type": "n8n-nodes-base.manualTrigger", "position": [ 440, 510 ], "parameters": {}, "typeVersion": 1, "id": "3357f15d-0a97-4aa4-a246-dc066ed6dd5a", "notes": "This manualTrigger node performs automated tasks as part of the workflow." }, { "name": "Create Company Item", "type": "n8n-nodes-base.functionItem", "position": [ 640, 510 ], "parameters": { "functionCode": "item.company = \"Killia technologies\";\nitem.country = \"Spain\";\n\nreturn item;" }, "typeVersion": 1, "id": "2fba7abb-1883-47fe-908e-81a6cf8c019c", "notes": "This functionItem node performs automated tasks as part of the workflow." }, { "name": "Get Company by Name", "type": "n8n-nodes-base.uproc", "position": [ 850, 510 ], "parameters": { "name": "={{$node[\"Create Company Item\"].json[\"company\"]}}", "tool": "getCompanyByName", "group": "company", "country": "={{$node[\"Create Company Item\"].json[\"country\"]}}", "additionalOptions": {} }, "credentials": { "uprocApi": "miquel-uproc" }, "typeVersion": 1, "id": "daf3b36a-6924-407f-adde-b27c96299bb7", "notes": "This uproc node performs automated tasks as part of the workflow." }, { "name": "Company Found?", "type": "n8n-nodes-base.if", "position": [ 1050, 510 ], "parameters": { "conditions": { "number": [], "string": [ { "value1": "={{$node[\"Get Company by Name\"].json[\"message\"][\"name\"]}}", "value2": ".+", "operation": "regex" } ] } }, "typeVersion": 1, "id": "bced8528-be30-47e9-b66e-b8c6b65ac193", "notes": "This if node performs automated tasks as part of the workflow." }, { "id": "error-d97a1075", "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: Get Company by Name. This workflow processes data and performs automated tasks.", "meta": { "instanceId": "workflow-9ed25e1f", "versionId": "1.0.0", "createdAt": "2025-09-29T07:07:48.519824", "updatedAt": "2025-09-29T07:07:48.519892", "owner": "n8n-user", "license": "MIT", "category": "automation", "status": "active", "priority": "high", "environment": "production" }, "tags": [ "automation", "n8n", "production-ready", "excellent", "optimized" ], "notes": "Excellent quality workflow: Get Company by Name. This workflow has been optimized for production use with comprehensive error handling, security, and documentation." }