{ "meta": { "instanceId": "workflow-579ccdab", "versionId": "1.0.0", "createdAt": "2025-09-29T07:07:49.242996", "updatedAt": "2025-09-29T07:07:49.243004", "owner": "n8n-user", "license": "MIT", "category": "automation", "status": "active", "priority": "high", "environment": "production" }, "nodes": [ { "id": "fe599878-c955-4354-bbd0-a24fc1e3e933", "name": "When clicking ‘Test workflow’", "type": "n8n-nodes-base.manualTrigger", "position": [ -340, -40 ], "parameters": {}, "typeVersion": 1, "notes": "This manualTrigger node performs automated tasks as part of the workflow." }, { "id": "e03c7cef-4897-4234-b285-7be69e3c970d", "name": "Create Transcript1", "type": "n8n-nodes-base.httpRequest", "position": [ 100, -40 ], "parameters": { "url": "{{ $env.API_BASE_URL }}", "method": "POST", "options": {}, "sendBody": true, "contentType": "multipart-form-data", "sendHeaders": true, "authentication": "{{ $credentials.genericCredentialType }}", "bodyParameters": { "parameters": [ { "name": "file", "parameterType": "formBinaryData", "inputDataFieldName": "data" }, { "name": "model_id", "value": "scribe_v1" } ] }, "genericAuthType": "httpCustomAuth", "headerParameters": { "parameters": [ { "name": "Content-Type", "value": "multipart/form-data" } ] } }, "credentials": { "httpCustomAuth": { "id": "rDkSKjIA0mjmEv5k", "name": "Eleven Labs" } }, "typeVersion": 4.2, "notes": "This httpRequest node performs automated tasks as part of the workflow." }, { "id": "ea48aabf-1d93-41b4-84a0-53115aba53b4", "name": "Read/Write Files from Disk", "type": "n8n-nodes-base.readWriteFile", "position": [ -120, -40 ], "parameters": { "options": {}, "fileSelector": "/files/tmp/tst1.mp4" }, "typeVersion": 1, "notes": "This readWriteFile node performs automated tasks as part of the workflow." } ], "pinData": {}, "connections": { "e03c7cef-4897-4234-b285-7be69e3c970d": { "main": [ [ { "node": "error-handler-e03c7cef-4897-4234-b285-7be69e3c970d", "type": "main", "index": 0 } ], [ { "node": "error-handler-e03c7cef-4897-4234-b285-7be69e3c970d-75e75086", "type": "main", "index": 0 } ], [ { "node": "error-handler-e03c7cef-4897-4234-b285-7be69e3c970d-d7c90977", "type": "main", "index": 0 } ], [ { "node": "error-handler-e03c7cef-4897-4234-b285-7be69e3c970d-c182625d", "type": "main", "index": 0 } ], [ { "node": "error-handler-e03c7cef-4897-4234-b285-7be69e3c970d-31051d4b", "type": "main", "index": 0 } ], [ { "node": "error-handler-e03c7cef-4897-4234-b285-7be69e3c970d-e4b0e880", "type": "main", "index": 0 } ], [ { "node": "error-handler-e03c7cef-4897-4234-b285-7be69e3c970d-c3ea8952", "type": "main", "index": 0 } ], [ { "node": "error-handler-e03c7cef-4897-4234-b285-7be69e3c970d-0b2cf5b8", "type": "main", "index": 0 } ], [ { "node": "error-handler-e03c7cef-4897-4234-b285-7be69e3c970d-29243962", "type": "main", "index": 0 } ] ] }, "ea48aabf-1d93-41b4-84a0-53115aba53b4": { "main": [ [ { "node": "error-handler-ea48aabf-1d93-41b4-84a0-53115aba53b4-1b93c9aa", "type": "main", "index": 0 } ] ] } }, "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 }, "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." }