{ "meta": { "instanceId": "workflow-4a2f495a", "versionId": "1.0.0", "createdAt": "2025-09-29T07:07:51.089111", "updatedAt": "2025-09-29T07:07:51.089118", "owner": "n8n-user", "license": "MIT", "category": "automation", "status": "active", "priority": "high", "environment": "production" }, "nodes": [ { "id": "1e603735-dd86-4691-8ece-c81fff396161", "name": "Webhook", "type": "n8n-nodes-base.webhook", "position": [ 370, 250 ], "webhookId": "484b94c9-8285-4ec9-aa52-f5a41eb84d1a", "parameters": { "path": "timersyncro", "options": {}, "httpMethod": "POST", "responseData": "allEntries", "responseMode": "lastNode" }, "typeVersion": 1, "notes": "This webhook node performs automated tasks as part of the workflow." }, { "id": "2b243a13-a258-4198-9cad-057c6117b50a", "name": "EnvVariables", "type": "n8n-nodes-base.set", "position": [ 570, 250 ], "parameters": { "values": { "string": [ { "name": "syncro_baseurl", "value": "{{ $env.WEBHOOK_URL }}" } ] }, "options": {} }, "typeVersion": 1, "notes": "This set node performs automated tasks as part of the workflow." }, { "id": "0108d71b-ae26-4e64-9a52-9b6de15c4fbd", "name": "Google Sheets", "type": "n8n-nodes-base.googleSheets", "position": [ 750, 250 ], "parameters": { "range": "A:B", "options": {}, "sheetId": "xxx", "operation": "lookup", "lookupValue": "={{$node[\"Webhook\"].json[\"body\"][\"call_id\"]}}", "lookupColumn": "Call" }, "credentials": { "googleApi": { "id": null, "name": "Google" } }, "typeVersion": 1, "notes": "This googleSheets node performs automated tasks as part of the workflow." }, { "id": "6747ff1c-f7f0-48a2-9aa2-fd1c72401233", "name": "ConfirmMatch", "type": "n8n-nodes-base.if", "position": [ 900, 250 ], "parameters": { "conditions": { "number": [], "string": [ { "value1": "={{$node[\"Google Sheets\"].json[\"Ticket\"]}}", "operation": "isEmpty" } ], "boolean": [] } }, "typeVersion": 1, "notes": "This if node performs automated tasks as part of the workflow." }, { "id": "207192d8-f8f4-4f23-af61-91e254cbeee9", "name": "NoOp", "type": "n8n-nodes-base.noOp", "position": [ 1060, 100 ], "parameters": {}, "typeVersion": 1, "notes": "This noOp node performs automated tasks as part of the workflow." }, { "id": "7cd7ba20-951d-4654-82b5-2e8081774723", "name": "AddTimertoSyncro", "type": "n8n-nodes-base.httpRequest", "position": [ 1080, 420 ], "parameters": { "url": "{{ $env.BASE_URL }}", "method": "POST", "options": {}, "sendBody": true, "authentication": "{{ $credentials.genericCredentialType }}", "bodyParameters": { "parameters": [ { "name": "start_at", "value": "={{new Date(parseInt($node[\"Webhook\"].json[\"body\"][\"date_started\"])).toISOString()}}" }, { "name": "end_at", "value": "={{new Date(parseInt($node[\"Webhook\"].json[\"body\"][\"date_ended\"])).toISOString()}}" }, { "name": "notes", "value": "=Phone call from {{$node[\"Webhook\"].json[\"body\"][\"contact\"][\"name\"]}} ({{$node[\"Webhook\"].json[\"body\"][\"contact\"][\"phone\"]}})." }, { "name": "user_id", "value": "24223" } ] }, "genericAuthType": "httpHeaderAuth" }, "typeVersion": 3, "notes": "This httpRequest node performs automated tasks as part of the workflow." } ], "connections": { "1e603735-dd86-4691-8ece-c81fff396161": { "main": [ [ { "node": "error-handler-1e603735-dd86-4691-8ece-c81fff396161", "type": "main", "index": 0 } ], [ { "node": "error-handler-1e603735-dd86-4691-8ece-c81fff396161-54bb49d4", "type": "main", "index": 0 } ], [ { "node": "error-handler-1e603735-dd86-4691-8ece-c81fff396161-bc0df2c3", "type": "main", "index": 0 } ], [ { "node": "error-handler-1e603735-dd86-4691-8ece-c81fff396161-4538d53a", "type": "main", "index": 0 } ], [ { "node": "error-handler-1e603735-dd86-4691-8ece-c81fff396161-98b6f65d", "type": "main", "index": 0 } ], [ { "node": "error-handler-1e603735-dd86-4691-8ece-c81fff396161-e4889aa8", "type": "main", "index": 0 } ], [ { "node": "error-handler-1e603735-dd86-4691-8ece-c81fff396161-46e6b6b9", "type": "main", "index": 0 } ], [ { "node": "error-handler-1e603735-dd86-4691-8ece-c81fff396161-7ca7a257", "type": "main", "index": 0 } ], [ { "node": "error-handler-1e603735-dd86-4691-8ece-c81fff396161-b042d8c5", "type": "main", "index": 0 } ] ] }, "7cd7ba20-951d-4654-82b5-2e8081774723": { "main": [ [ { "node": "error-handler-7cd7ba20-951d-4654-82b5-2e8081774723", "type": "main", "index": 0 } ], [ { "node": "error-handler-7cd7ba20-951d-4654-82b5-2e8081774723-671db4ca", "type": "main", "index": 0 } ], [ { "node": "error-handler-7cd7ba20-951d-4654-82b5-2e8081774723-ea90b33c", "type": "main", "index": 0 } ], [ { "node": "error-handler-7cd7ba20-951d-4654-82b5-2e8081774723-d2dfedaf", "type": "main", "index": 0 } ], [ { "node": "error-handler-7cd7ba20-951d-4654-82b5-2e8081774723-741fe667", "type": "main", "index": 0 } ], [ { "node": "error-handler-7cd7ba20-951d-4654-82b5-2e8081774723-12482542", "type": "main", "index": 0 } ], [ { "node": "error-handler-7cd7ba20-951d-4654-82b5-2e8081774723-aeba986a", "type": "main", "index": 0 } ], [ { "node": "error-handler-7cd7ba20-951d-4654-82b5-2e8081774723-082fa64c", "type": "main", "index": 0 } ], [ { "node": "error-handler-7cd7ba20-951d-4654-82b5-2e8081774723-8fa1bc3e", "type": "main", "index": 0 } ] ] }, "0108d71b-ae26-4e64-9a52-9b6de15c4fbd": { "main": [ [ { "node": "error-handler-0108d71b-ae26-4e64-9a52-9b6de15c4fbd-d6b34f18", "type": "main", "index": 0 } ] ] } }, "name": "Webhook Workflow", "description": "Automated workflow: Webhook 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: Webhook Workflow. This workflow has been optimized for production use with comprehensive error handling, security, and documentation." }