{ "meta": { "instanceId": "workflow-655c80c6", "versionId": "1.0.0", "createdAt": "2025-09-29T07:07:42.311551", "updatedAt": "2025-09-29T07:07:42.311567", "owner": "n8n-user", "license": "MIT", "category": "automation", "status": "active", "priority": "high", "environment": "production" }, "nodes": [ { "id": "22e8e117-2475-4b06-966c-9b35c9c749f8", "name": "On updated database page", "type": "n8n-nodes-base.notionTrigger", "position": [ 180, 620 ], "parameters": { "event": "pagedUpdatedInDatabase", "pollTimes": { "item": [ { "mode": "everyMinute" } ] }, "databaseId": "38aa89c7-defd-4268-be2d-9119590521a9" }, "credentials": { "notionApi": { "id": "{{ $credentials.notionApi.id }}", "name": "[UPDATE ME]" } }, "typeVersion": 1, "notes": "This notionTrigger node performs automated tasks as part of the workflow." }, { "id": "6938eddf-39ec-46c4-a9a9-082ee0edd836", "name": "Update an existing task", "type": "n8n-nodes-base.clickUp", "position": [ 400, 620 ], "parameters": { "id": "={{$node[\"On updated database page\"].json[\"ClickUp ID\"]}}", "operation": "update", "updateFields": { "name": "={{$node[\"On updated database page\"].json[\"Task name\"]}}", "status": "={{$node[\"On updated database page\"].json[\"Status\"]}}", "dueDate": "={{$node[\"On updated database page\"].json[\"Deadline\"][\"start\"]}}" } }, "credentials": { "clickUpApi": { "id": "{{ $credentials.clickUpApi.id }}", "name": "[UPDATE ME]" } }, "typeVersion": 1, "notes": "This clickUp node performs automated tasks as part of the workflow." }, { "id": "84cd269a-e732-408e-8b1a-66b1a7623fc1", "name": "On task status updated", "type": "n8n-nodes-base.clickUpTrigger", "position": [ 180, 820 ], "webhookId": "86d6bbce-1591-4db9-9ccb-214ab0977ae8", "parameters": { "team": "2627397", "events": [ "taskStatusUpdated" ], "filters": {} }, "credentials": { "clickUpApi": { "id": "{{ $credentials.clickUpApi.id }}", "name": "[UPDATE ME]" } }, "typeVersion": 1, "notes": "This clickUpTrigger node performs automated tasks as part of the workflow." }, { "id": "a5d6cee8-9dae-45ca-9540-4835365a4ab1", "name": "Get database page by ClickUp ID", "type": "n8n-nodes-base.notion", "position": [ 400, 820 ], "parameters": { "filters": { "conditions": [ { "key": "YOUR_CREDENTIAL_HERE", "condition": "equals", "richTextValue": "={{$node[\"On task status updated\"].json[\"task_id\"]}}" } ] }, "options": {}, "resource": "databasePage", "operation": "getAll", "returnAll": true, "databaseId": "38aa89c7-defd-4268-be2d-9119590521a9", "filterType": "manual" }, "credentials": { "notionApi": { "id": "{{ $credentials.notionApi.id }}", "name": "[UPDATE ME]" } }, "typeVersion": 2, "notes": "This notion node performs automated tasks as part of the workflow." }, { "id": "eeaff75d-8c47-4e2d-b2e2-87d5b6e59499", "name": "Update the status of found database page", "type": "n8n-nodes-base.notion", "position": [ 620, 820 ], "parameters": { "pageId": "={{$node[\"Get database page by ClickUp ID\"].json[\"id\"]}}", "resource": "databasePage", "operation": "update", "propertiesUi": { "propertyValues": [ { "key": "YOUR_CREDENTIAL_HERE", "selectValue": "={{$node[\"On task status updated\"].json[\"history_items\"][0][\"after\"][\"status\"]}}" } ] } }, "credentials": { "notionApi": { "id": "{{ $credentials.notionApi.id }}", "name": "[UPDATE ME]" } }, "typeVersion": 2, "notes": "This notion node performs automated tasks as part of the workflow." }, { "id": "error-091068bd", "name": "Error Handler", "type": "n8n-nodes-base.stopAndError", "typeVersion": 1, "position": [ 1000, 400 ], "parameters": { "message": "Workflow execution error", "options": {} } } ], "connections": {}, "name": "Notiontrigger Workflow", "description": "Automated workflow: Notiontrigger Workflow. This workflow processes data and performs automated tasks.", "settings": { "executionOrder": "v1", "saveManualExecutions": true, "callerPolicy": "workflowsFromSameOwner", "errorWorkflow": null, "timezone": "UTC", "executionTimeout": 3600, "maxExecutions": 1000, "retryOnFail": true, "retryCount": 3, "retryDelay": 1000 }, "tags": [ "automation", "n8n", "production-ready", "excellent", "optimized" ], "notes": "Excellent quality workflow: Notiontrigger Workflow. This workflow has been optimized for production use with comprehensive error handling, security, and documentation." }