{ "meta": { "instanceId": "workflow-fc78a2e0", "versionId": "1.0.0", "createdAt": "2025-09-29T07:07:42.561430", "updatedAt": "2025-09-29T07:07:42.561445", "owner": "n8n-user", "license": "MIT", "category": "automation", "status": "active", "priority": "high", "environment": "production" }, "nodes": [ { "id": "3409b6e3-aef1-4eb4-acfb-72a73101e109", "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": "4942cdfc-bc9a-43ac-a60d-06e1ddf52d07", "name": "Write Result File to Disk", "type": "n8n-nodes-base.readWriteFile", "position": [ 1360, 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": "1467a9ab-144d-48cc-a52f-3dca86ca0e8b", "name": "Sticky Note", "type": "n8n-nodes-base.stickyNote", "position": [ 880, 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": "4d85a311-8e39-48ce-868e-95efec509247", "name": "Create HTML", "type": "n8n-nodes-base.set", "position": [ 580, 240 ], "parameters": { "options": {}, "assignments": { "assignments": [ { "id": "ad325c1b-1597-45ab-98cd-1801da32e3f1", "name": "data", "type": "string", "value": "=\n\n\n \n \n ConvertAPI Test Document\n\n\n

ConvertAPI Test Document

\n

This is a minimal HTML5 document used for testing ConvertAPI's conversion capabilities.

\n
\n

Section Title

\n

This is a section within the document.

\n
\n \n\n" } ] } }, "typeVersion": 3.3, "notes": "This set node performs automated tasks as part of the workflow." }, { "id": "a0e4e17a-097f-4127-9b60-c6ae637816a0", "name": "Convert HTML to File", "type": "n8n-nodes-base.code", "position": [ 760, 240 ], "parameters": { "jsCode": "const text = $node[\"Create HTML\"].json[\"data\"]\nconst buffer = Buffer.from(text, 'utf8');\nconst binaryData = {\n data: buffer.toString('base64'),\n mimeType: 'application/octet-stream',\n fileName: 'file.html',\n};\nitems[0].binary = { data: binaryData };\nreturn items;\n" }, "typeVersion": 2, "notes": "This code node performs automated tasks as part of the workflow." }, { "id": "653b21eb-dae5-44e0-858a-a2905f495911", "name": "Convert File to PDF", "type": "n8n-nodes-base.httpRequest", "position": [ 940, 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": { "653b21eb-dae5-44e0-858a-a2905f495911": { "main": [ [ { "node": "error-handler-653b21eb-dae5-44e0-858a-a2905f495911", "type": "main", "index": 0 } ], [ { "node": "error-handler-653b21eb-dae5-44e0-858a-a2905f495911-018e990f", "type": "main", "index": 0 } ], [ { "node": "error-handler-653b21eb-dae5-44e0-858a-a2905f495911-45f8c94b", "type": "main", "index": 0 } ], [ { "node": "error-handler-653b21eb-dae5-44e0-858a-a2905f495911-809993f7", "type": "main", "index": 0 } ], [ { "node": "error-handler-653b21eb-dae5-44e0-858a-a2905f495911-8be1062a", "type": "main", "index": 0 } ], [ { "node": "error-handler-653b21eb-dae5-44e0-858a-a2905f495911-2690c351", "type": "main", "index": 0 } ], [ { "node": "error-handler-653b21eb-dae5-44e0-858a-a2905f495911-d5cfb884", "type": "main", "index": 0 } ], [ { "node": "error-handler-653b21eb-dae5-44e0-858a-a2905f495911-f070b700", "type": "main", "index": 0 } ], [ { "node": "error-handler-653b21eb-dae5-44e0-858a-a2905f495911-111b0b27", "type": "main", "index": 0 } ] ] }, "4942cdfc-bc9a-43ac-a60d-06e1ddf52d07": { "main": [ [ { "node": "error-handler-4942cdfc-bc9a-43ac-a60d-06e1ddf52d07-b0e0cb9b", "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 7 different services: stickyNote, httpRequest, code, readWriteFile, set. It contains 9 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." }