{ "meta": { "instanceId": "workflow-ee6be08b", "versionId": "1.0.0", "createdAt": "2025-09-29T07:07:49.060007", "updatedAt": "2025-09-29T07:07:49.060024", "owner": "n8n-user", "license": "MIT", "category": "automation", "status": "active", "priority": "high", "environment": "production" }, "nodes": [ { "id": "853bd85f-66c8-4ed1-bd86-38f7bb24c02c", "name": "When clicking ‘Test workflow’", "type": "n8n-nodes-base.manualTrigger", "position": [ 380, 240 ], "parameters": {}, "typeVersion": 1, "notes": "This manualTrigger node performs automated tasks as part of the workflow." }, { "id": "0c06c484-7f84-48a7-803c-1788c15582d5", "name": "Write Result File to Disk", "type": "n8n-nodes-base.readWriteFile", "position": [ 980, 240 ], "parameters": { "options": {}, "fileName": "document.pdf", "operation": "write", "dataPropertyName": "=data" }, "typeVersion": 1, "notes": "This readWriteFile node performs automated tasks as part of the workflow." }, { "id": "3d75bdd7-5b69-421a-a0e4-a2f123feca08", "name": "Sticky Note", "type": "n8n-nodes-base.stickyNote", "position": [ 720, 100 ], "parameters": { "width": 218, "height": 132, "content": "## Authentication\nConversion requests must be authenticated. Please create \n[ConvertAPI account to get authentication secret]({{ $env.API_BASE_URL }}" }, "typeVersion": 1, "notes": "This stickyNote node performs automated tasks as part of the workflow." }, { "id": "ab417c81-d9ca-4fd2-9f39-d741738f47ee", "name": "Download PPTX File", "type": "n8n-nodes-base.httpRequest", "position": [ 580, 240 ], "parameters": { "url": "{{ $env.API_BASE_URL }}", "options": { "response": { "response": { "responseFormat": "file" } } } }, "typeVersion": 4.2, "notes": "This httpRequest node performs automated tasks as part of the workflow." }, { "id": "8612be1b-9840-43aa-85c8-6ec1489a5e39", "name": "File conversion to PDF", "type": "n8n-nodes-base.httpRequest", "position": [ 780, 240 ], "parameters": { "url": "{{ $env.API_BASE_URL }}", "method": "POST", "options": { "response": { "response": { "responseFormat": "file" } } }, "sendBody": true, "contentType": "multipart-form-data", "sendHeaders": true, "authentication": "{{ $credentials.genericCredentialType }}", "bodyParameters": { "parameters": [ { "name": "file", "parameterType": "formBinaryData", "inputDataFieldName": "=data" } ] }, "genericAuthType": "httpQueryAuth", "headerParameters": { "parameters": [ { "name": "Accept", "value": "application/octet-stream" } ] } }, "credentials": { "httpQueryAuth": { "id": "WdAklDMod8fBEMRk", "name": "Query Auth account" } }, "notesInFlow": true, "typeVersion": 4.2, "notes": "This httpRequest node performs automated tasks as part of the workflow." } ], "pinData": {}, "connections": { "ab417c81-d9ca-4fd2-9f39-d741738f47ee": { "main": [ [ { "node": "error-handler-ab417c81-d9ca-4fd2-9f39-d741738f47ee", "type": "main", "index": 0 } ], [ { "node": "error-handler-ab417c81-d9ca-4fd2-9f39-d741738f47ee-622680eb", "type": "main", "index": 0 } ], [ { "node": "error-handler-ab417c81-d9ca-4fd2-9f39-d741738f47ee-721b31dd", "type": "main", "index": 0 } ], [ { "node": "error-handler-ab417c81-d9ca-4fd2-9f39-d741738f47ee-14161acc", "type": "main", "index": 0 } ], [ { "node": "error-handler-ab417c81-d9ca-4fd2-9f39-d741738f47ee-2bb33483", "type": "main", "index": 0 } ], [ { "node": "error-handler-ab417c81-d9ca-4fd2-9f39-d741738f47ee-bcba2212", "type": "main", "index": 0 } ], [ { "node": "error-handler-ab417c81-d9ca-4fd2-9f39-d741738f47ee-35c2db2a", "type": "main", "index": 0 } ], [ { "node": "error-handler-ab417c81-d9ca-4fd2-9f39-d741738f47ee-18ae5779", "type": "main", "index": 0 } ], [ { "node": "error-handler-ab417c81-d9ca-4fd2-9f39-d741738f47ee-a63c5a8c", "type": "main", "index": 0 } ] ] }, "8612be1b-9840-43aa-85c8-6ec1489a5e39": { "main": [ [ { "node": "error-handler-8612be1b-9840-43aa-85c8-6ec1489a5e39", "type": "main", "index": 0 } ], [ { "node": "error-handler-8612be1b-9840-43aa-85c8-6ec1489a5e39-0005fa61", "type": "main", "index": 0 } ], [ { "node": "error-handler-8612be1b-9840-43aa-85c8-6ec1489a5e39-e1b45610", "type": "main", "index": 0 } ], [ { "node": "error-handler-8612be1b-9840-43aa-85c8-6ec1489a5e39-4319eb04", "type": "main", "index": 0 } ], [ { "node": "error-handler-8612be1b-9840-43aa-85c8-6ec1489a5e39-a1db49c4", "type": "main", "index": 0 } ], [ { "node": "error-handler-8612be1b-9840-43aa-85c8-6ec1489a5e39-6807fd7b", "type": "main", "index": 0 } ], [ { "node": "error-handler-8612be1b-9840-43aa-85c8-6ec1489a5e39-dd2c4d5e", "type": "main", "index": 0 } ], [ { "node": "error-handler-8612be1b-9840-43aa-85c8-6ec1489a5e39-f9c5854d", "type": "main", "index": 0 } ], [ { "node": "error-handler-8612be1b-9840-43aa-85c8-6ec1489a5e39-77803c2e", "type": "main", "index": 0 } ] ] }, "0c06c484-7f84-48a7-803c-1788c15582d5": { "main": [ [ { "node": "error-handler-0c06c484-7f84-48a7-803c-1788c15582d5-db5908cb", "type": "main", "index": 0 } ] ] } }, "name": "Manualtrigger Workflow", "settings": { "executionOrder": "v1", "saveManualExecutions": true, "callerPolicy": "workflowsFromSameOwner", "errorWorkflow": null, "timezone": "UTC", "executionTimeout": 3600, "maxExecutions": 1000, "retryOnFail": true, "retryCount": 3, "retryDelay": 1000 }, "description": "Automated workflow: Manualtrigger Workflow. This workflow integrates 5 different services: stickyNote, httpRequest, readWriteFile, stopAndError, manualTrigger. It contains 10 nodes and follows best practices for error handling and security.", "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." }