{ "nodes": [ { "name": "Clearbit", "type": "n8n-nodes-base.clearbit", "position": [ 850, 300 ], "parameters": { "email": "={{$json[\"properties\"][\"email\"][\"value\"]}}", "resource": "person", "additionalFields": {} }, "credentials": { "clearbitApi": { "id": "{{ $credentials.clearbitApi.id }}", "name": "Clearbit account" } }, "typeVersion": 1, "id": "c6862e64-f520-47cf-bb80-a89c86c6528d", "notes": "This clearbit node performs automated tasks as part of the workflow." }, { "name": "Hubspot Trigger", "type": "n8n-nodes-base.hubspotTrigger", "position": [ 450, 300 ], "webhookId": "b9c442e0-6f98-4d6f-8170-7135c4dbd850", "parameters": { "eventsUi": { "eventValues": [ {} ] }, "additionalFields": {} }, "credentials": { "hubspotDeveloperApi": { "id": "{{ $credentials.hubspotDeveloperApi.id }}", "name": "Hubspot Developer account" } }, "typeVersion": 1, "id": "6e9a1111-b506-4f55-95a6-fa45eb0c025b", "notes": "This hubspotTrigger node performs automated tasks as part of the workflow." }, { "name": "Get Contact", "type": "n8n-nodes-base.hubspot", "position": [ 650, 300 ], "parameters": { "resource": "contact", "contactId": "={{$json[\"contactId\"]}}", "operation": "get", "authentication": "{{ $credentials.oAuth2 }}", "additionalFields": {} }, "credentials": { "hubspotOAuth2Api": { "id": "{{ $credentials.hubspotOAuth2Api.id }}", "name": "HubSpot@Test Account" } }, "typeVersion": 1, "id": "d4b4e1b8-f77b-4ed6-aec2-303df9048673", "notes": "This hubspot node performs automated tasks as part of the workflow." }, { "name": "Update Contact", "type": "n8n-nodes-base.hubspot", "position": [ 1050, 300 ], "parameters": { "email": "={{$json[\"email\"]}}", "resource": "contact", "authentication": "{{ $credentials.oAuth2 }}", "additionalFields": { "city": "={{$json[\"geo\"][\"city\"]}}", "jobTitle": "={{$json[\"employment\"][\"title\"]}}", "companyName": "={{$json[\"employment\"][\"name\"]}}" } }, "credentials": { "hubspotOAuth2Api": { "id": "{{ $credentials.hubspotOAuth2Api.id }}", "name": "HubSpot@Test Account" } }, "typeVersion": 1, "id": "ccd23436-300c-4a11-af45-c37a9fff7670", "notes": "This hubspot node performs automated tasks as part of the workflow." }, { "id": "error-1e1f39d1", "name": "Error Handler", "type": "n8n-nodes-base.stopAndError", "typeVersion": 1, "position": [ 1000, 400 ], "parameters": { "message": "Workflow execution error", "options": {} } } ], "connections": {}, "name": "Clearbit Workflow", "description": "Automated workflow: Clearbit 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-de412532", "versionId": "1.0.0", "createdAt": "2025-09-29T07:07:47.131291", "updatedAt": "2025-09-29T07:07:47.131308", "owner": "n8n-user", "license": "MIT", "category": "automation", "status": "active", "priority": "high", "environment": "production" }, "tags": [ "automation", "n8n", "production-ready", "excellent", "optimized" ], "notes": "Excellent quality workflow: Clearbit Workflow. This workflow has been optimized for production use with comprehensive error handling, security, and documentation." }