{ "nodes": [ { "name": "Medium", "type": "n8n-nodes-base.medium", "position": [ 650, 450 ], "parameters": { "title": "={{$json[\"body\"][\"entry\"][\"Title\"]}}", "content": "={{$json[\"body\"][\"entry\"][\"PostContent\"]}}", "contentFormat": "markdown", "additionalFields": {} }, "credentials": { "mediumApi": "Medium Credentials" }, "typeVersion": 1, "id": "node-bb478913" }, { "name": "Webhook", "type": "n8n-nodes-base.webhook", "position": [ 450, 300 ], "webhookId": "", "parameters": { "path": "", "options": {}, "httpMethod": "POST", "authentication": "{{ $credentials.headerAuth }}" }, "credentials": { "httpHeaderAuth": "Strapi Webhook Credentials" }, "typeVersion": 1, "id": "node-0fae84be" }, { "name": "HTTP Request", "type": "n8n-nodes-base.httpRequest", "position": [ 650, 200 ], "parameters": { "url": "{{ $env.BASE_URL }}", "options": {}, "requestMethod": "POST", "authentication": "{{ $credentials.headerAuth }}", "jsonParameters": true, "bodyParametersJson": "={\n\t\"article\": {\n\t\t\"title\": \"{{$json[\"body\"][\"entry\"][\"Title\"]}}\",\n\t\t\"published\": true,\n\t\t\"body_markdown\": \"{{$json[\"body\"][\"entry\"][\"PostContent\"]}}\",\n\t\t\"tags\":[\"{{$json[\"body\"][\"entry\"][\"Tag\"]}}\"]\n\t}\n}", "headerParametersJson": "{\"Content-Type\": \"application/json\"}" }, "credentials": { "httpHeaderAuth": "Dev.to Credentials" }, "typeVersion": 1, "id": "node-b6595a2d" }, { "id": "error-c816a5ed", "name": "Error Handler", "type": "n8n-nodes-base.stopAndError", "typeVersion": 1, "position": [ 1000, 400 ], "parameters": { "message": "Workflow execution error", "options": {} } } ], "connections": {}, "name": "Production Workflow", "settings": { "executionOrder": "v1", "saveManualExecutions": true, "callerPolicy": "workflowsFromSameOwner", "errorWorkflow": null, "timezone": "UTC", "executionTimeout": 3600, "maxExecutions": 1000, "retryOnFail": true, "retryCount": 3 }, "meta": { "instanceId": "workflow-17a3add5", "versionId": "1.0.0", "createdAt": "2025-09-29T07:07:46.209634", "updatedAt": "2025-09-29T07:07:46.209645", "owner": "n8n-user", "license": "MIT", "category": "automation", "status": "active", "priority": "high", "environment": "production" }, "tags": [ "automation", "n8n", "production-ready", "excellent", "optimized" ], "description": "Production-ready workflow: Production Workflow. This workflow has been optimized for production use with comprehensive error handling, security, and documentation." }