{ "nodes": [ { "name": "Cron", "type": "n8n-nodes-base.cron", "position": [ 560, 350 ], "parameters": {}, "typeVersion": 1, "id": "bb404988-831e-444a-b83b-33657c8c1019", "notes": "This cron node performs automated tasks as part of the workflow." }, { "name": "Pipedrive", "type": "n8n-nodes-base.pipedrive", "position": [ 760, 250 ], "parameters": { "resource": "person", "operation": "getAll", "returnAll": true, "additionalFields": {} }, "credentials": { "pipedriveApi": { "id": "{{ $credentials.pipedriveApi.id }}", "name": "pipedrive_api" } }, "typeVersion": 1, "id": "4a33c7c9-561b-4c16-ac28-e1363eb7c865", "notes": "This pipedrive node performs automated tasks as part of the workflow." }, { "name": "Update Pipedrive", "type": "n8n-nodes-base.pipedrive", "position": [ 1160, 250 ], "parameters": { "name": "={{$json[\"properties\"][\"firstname\"][\"value\"]}}", "resource": "person", "additionalFields": { "email": [ "={{$json[\"identity-profiles\"][0][\"identities\"][0][\"value\"]}}" ] } }, "credentials": { "pipedriveApi": { "id": "{{ $credentials.pipedriveApi.id }}", "name": "pipedrive_api" } }, "typeVersion": 1, "id": "322d89a7-309b-409d-80a0-5b2c1dd6ccb5", "notes": "This pipedrive node performs automated tasks as part of the workflow." }, { "name": "HubSpot", "type": "n8n-nodes-base.hubspot", "position": [ 760, 450 ], "parameters": { "resource": "contact", "operation": "getAll", "returnAll": true, "additionalFields": {} }, "credentials": { "hubspotApi": { "id": "{{ $credentials.hubspotApi.id }}", "name": "hubspot_account" } }, "typeVersion": 1, "id": "b5f2fa39-a07d-40fa-8a9b-6e14fe54f1bf", "notes": "This hubspot node performs automated tasks as part of the workflow." }, { "name": "Update HubSpot", "type": "n8n-nodes-base.hubspot", "position": [ 1160, 450 ], "parameters": { "email": "={{$json[\"email\"][0][\"value\"]}}", "resource": "contact", "additionalFields": { "firstName": "={{$json[\"first_name\"]}}" } }, "credentials": { "hubspotApi": { "id": "{{ $credentials.hubspotApi.id }}", "name": "hubspot_account" } }, "typeVersion": 1, "id": "f6f3cf2b-8fa3-4a1c-8af7-f943a1aac299", "notes": "This hubspot node performs automated tasks as part of the workflow." }, { "name": "Merge1", "type": "n8n-nodes-base.merge", "position": [ 960, 250 ], "parameters": { "mode": "removeKeyMatches", "propertyName1": "identity-profiles[0].identities[0].value", "propertyName2": "email[0].value" }, "typeVersion": 1, "id": "bd127add-05b2-49e4-9d70-faae15a78b5a", "notes": "This merge node performs automated tasks as part of the workflow." }, { "name": "Merge2", "type": "n8n-nodes-base.merge", "position": [ 960, 450 ], "parameters": { "mode": "removeKeyMatches", "propertyName1": "email[0].value", "propertyName2": "identity-profiles[0].identities[0].value" }, "typeVersion": 1, "id": "011aa57c-6a3f-42a3-b140-97ad1ba74d37", "notes": "This merge node performs automated tasks as part of the workflow." }, { "id": "error-3f00e700", "name": "Error Handler", "type": "n8n-nodes-base.stopAndError", "typeVersion": 1, "position": [ 1000, 400 ], "parameters": { "message": "Workflow execution error", "options": {} } } ], "connections": {}, "name": "Cron Workflow", "description": "Automated workflow: Cron 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 }, "meta": { "instanceId": "workflow-fa53daf8", "versionId": "1.0.0", "createdAt": "2025-09-29T07:07:47.195202", "updatedAt": "2025-09-29T07:07:47.195212", "owner": "n8n-user", "license": "MIT", "category": "automation", "status": "active", "priority": "high", "environment": "production" }, "tags": [ "automation", "n8n", "production-ready", "excellent", "optimized" ], "notes": "Excellent quality workflow: Cron Workflow. This workflow has been optimized for production use with comprehensive error handling, security, and documentation." }