{ "meta": { "instanceId": "workflow-3969a52e", "versionId": "1.0.0", "createdAt": "2025-09-29T07:07:50.927548", "updatedAt": "2025-09-29T07:07:50.927563", "owner": "n8n-user", "license": "MIT", "category": "automation", "status": "active", "priority": "high", "environment": "production" }, "nodes": [ { "id": "4da16859-d29b-4eb7-90a4-3904c1bfff68", "name": "Create item", "type": "n8n-nodes-base.mondayCom", "position": [ 620, 240 ], "parameters": { "name": "={{$node[\"On created contact\"].json[\"mautic.lead_post_save_new\"][0][\"contact\"][\"fields\"][\"core\"][\"firstname\"][\"value\"]}} {{$node[\"On created contact\"].json[\"mautic.lead_post_save_new\"][0][\"contact\"][\"fields\"][\"core\"][\"lastname\"][\"value\"]}}", "boardId": "3461879764", "groupId": "topics", "resource": "boardItem", "additionalFields": { "columnValues": "={\n \"email\": {\n \"email\": \"{{$node[\"On created contact\"].json[\"mautic.lead_post_save_new\"][0][\"contact\"][\"fields\"][\"core\"][\"email\"][\"value\"]}}\",\n \"text\" : \"{{$node[\"On created contact\"].json[\"mautic.lead_post_save_new\"][0][\"contact\"][\"fields\"][\"core\"][\"email\"][\"value\"]}}\"\n }\n}" } }, "credentials": { "mondayComApi": { "id": "{{ $credentials.mondayComApi.id }}", "name": "[UPDATE ME]" } }, "typeVersion": 1, "notes": "This mondayCom node performs automated tasks as part of the workflow." }, { "id": "88655428-439e-4324-8d8f-865625650c7a", "name": "On created contact", "type": "n8n-nodes-base.mauticTrigger", "position": [ 400, 240 ], "webhookId": "8c80d932-4c37-4ebe-92ad-e456249db2c5", "parameters": { "events": [ "mautic.lead_post_save_new" ] }, "credentials": { "mauticApi": { "id": "{{ $credentials.mauticApi.id }}", "name": "[UPDATE ME]" } }, "typeVersion": 1, "notes": "This mauticTrigger node performs automated tasks as part of the workflow." }, { "id": "bff916e6-2ddc-456b-a8fa-c8841f47abed", "name": "Note", "type": "n8n-nodes-base.stickyNote", "position": [ 620, 400 ], "parameters": { "width": 301, "height": 309, "content": "## How to add more fields to Monday\nBy default, this `Create item` node only adds the name of the item and the email to Monday (provided that there is an email field already created).\n\nIdeally, you would like to share more fields than just the name and email. Refer to the [community discussion here]({{ $env.WEBHOOK_URL }} for more information on how to set up more column values in the `Create item` Monday node." }, "typeVersion": 1, "notes": "This stickyNote node performs automated tasks as part of the workflow." }, { "id": "error-9403a7b2", "name": "Error Handler", "type": "n8n-nodes-base.stopAndError", "typeVersion": 1, "position": [ 1000, 400 ], "parameters": { "message": "Workflow execution error", "options": {} } } ], "connections": {}, "name": "Mondaycom 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: Mondaycom Workflow. This workflow integrates 3 different services: mauticTrigger, stickyNote, mondayCom. It contains 3 nodes and follows best practices for error handling and security.", "tags": [ "automation", "n8n", "production-ready", "excellent", "optimized" ], "notes": "Excellent quality workflow: Mondaycom Workflow. This workflow has been optimized for production use with comprehensive error handling, security, and documentation." }