{ "id": "119", "name": "Create, update, and get an entry in Strapi", "nodes": [ { "name": "On clicking 'execute'", "type": "n8n-nodes-base.manualTrigger", "position": [ 250, 300 ], "parameters": {}, "typeVersion": 1, "id": "node-a9dca093" }, { "name": "Strapi", "type": "n8n-nodes-base.strapi", "position": [ 650, 300 ], "parameters": { "columns": "Title, Content, Description", "operation": "create", "contentType": "posts" }, "credentials": { "strapiApi": "strapi" }, "typeVersion": 1, "id": "node-312078ab" }, { "name": "Set", "type": "n8n-nodes-base.set", "position": [ 450, 300 ], "parameters": { "values": { "string": [ { "name": "Title", "value": "Automate Strapi with n8n" }, { "name": "Content", "value": "Strapi is a headless CMS. We will use Strapi and n8n to automate our content creation workflows." }, { "name": "Description", "value": "Learn how to automate Strapi with n8n." } ] }, "options": {} }, "typeVersion": 1, "id": "node-d231c235" }, { "name": "Strapi1", "type": "n8n-nodes-base.strapi", "position": [ 1050, 300 ], "parameters": { "columns": "slug", "operation": "update", "contentType": "={{$node[\"Strapi\"].parameter[\"contentType\"]}}" }, "credentials": { "strapiApi": "strapi" }, "typeVersion": 1, "id": "node-1c0ff992" }, { "name": "Set1", "type": "n8n-nodes-base.set", "position": [ 850, 300 ], "parameters": { "values": { "string": [ { "name": "id", "value": "={{$node[\"Strapi\"].json[\"id\"]}}" }, { "name": "slug", "value": "automate-strapi-with-n8n" } ] }, "options": {}, "keepOnlySet": true }, "typeVersion": 1, "id": "node-6bf0c481" }, { "name": "Strapi2", "type": "n8n-nodes-base.strapi", "position": [ 1250, 300 ], "parameters": { "entryId": "={{$node[\"Strapi1\"].json[\"id\"]}}", "contentType": "={{$node[\"Strapi\"].parameter[\"contentType\"]}}" }, "credentials": { "strapiApi": "strapi" }, "typeVersion": 1, "id": "node-454af4a7" }, { "id": "error-e4ec8aa7", "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 }, "connections": {}, "meta": { "instanceId": "workflow-1da1e894", "versionId": "1.0.0", "createdAt": "2025-09-29T07:07:48.563483", "updatedAt": "2025-09-29T07:07:48.563493", "owner": "n8n-user", "license": "MIT", "category": "automation", "status": "active", "priority": "high", "environment": "production" }, "tags": [ "automation", "n8n", "production-ready", "excellent", "optimized" ], "description": "Production-ready workflow: Create, update, and get an entry in Strapi. This workflow has been optimized for production use with comprehensive error handling, security, and documentation." }