{ "id": "20", "name": "Create, update and get a contact in Google Contacts", "nodes": [ { "name": "On clicking 'execute'", "type": "n8n-nodes-base.manualTrigger", "position": [ 190, 300 ], "parameters": {}, "typeVersion": 1, "id": "cf14e3bf-0075-4367-865e-8cb06701216e", "notes": "This manualTrigger node performs automated tasks as part of the workflow." }, { "name": "Google Contacts", "type": "n8n-nodes-base.googleContacts", "position": [ 390, 300 ], "parameters": { "givenName": "n8n", "familyName": "n8n", "additionalFields": {} }, "credentials": { "googleContactsOAuth2Api": "google-contact" }, "typeVersion": 1, "id": "b352b902-dfa9-46d8-bada-cfa5c3ec843f", "notes": "This googleContacts node performs automated tasks as part of the workflow." }, { "name": "Google Contacts1", "type": "n8n-nodes-base.googleContacts", "position": [ 590, 300 ], "parameters": { "fields": [], "contactId": "={{$node[\"Google Contacts\"].json[\"contactId\"]}}", "operation": "update", "updateFields": { "companyUi": { "companyValues": [ { "name": "n8n", "title": "n8n", "domain": "n8n.io", "current": true } ] } } }, "credentials": { "googleContactsOAuth2Api": "google-contact" }, "typeVersion": 1, "id": "9085b4c1-af86-46d0-8eb8-f3212eac8aa2", "notes": "This googleContacts node performs automated tasks as part of the workflow." }, { "name": "Google Contacts2", "type": "n8n-nodes-base.googleContacts", "position": [ 790, 300 ], "parameters": { "fields": [ "organizations" ], "contactId": "={{$node[\"Google Contacts\"].json[\"contactId\"]}}", "operation": "get" }, "credentials": { "googleContactsOAuth2Api": "google-contact" }, "typeVersion": 1, "id": "4899fb9b-be98-4693-850c-764bba3cf959", "notes": "This googleContacts node performs automated tasks as part of the workflow." }, { "id": "error-238e8811", "name": "Error Handler", "type": "n8n-nodes-base.stopAndError", "typeVersion": 1, "position": [ 1000, 400 ], "parameters": { "message": "Workflow execution error", "options": {} } } ], "active": false, "settings": { "executionOrder": "v1", "saveManualExecutions": true, "callerPolicy": "workflowsFromSameOwner", "errorWorkflow": null, "timezone": "UTC", "executionTimeout": 3600, "maxExecutions": 1000, "retryOnFail": true, "retryCount": 3, "retryDelay": 1000 }, "connections": {}, "description": "Automated workflow: Create, update and get a contact in Google Contacts. This workflow processes data and performs automated tasks.", "meta": { "instanceId": "workflow-cf94e9dd", "versionId": "1.0.0", "createdAt": "2025-09-29T07:07:48.976979", "updatedAt": "2025-09-29T07:07:48.976988", "owner": "n8n-user", "license": "MIT", "category": "automation", "status": "active", "priority": "high", "environment": "production" }, "tags": [ "automation", "n8n", "production-ready", "excellent", "optimized" ], "notes": "Excellent quality workflow: Create, update and get a contact in Google Contacts. This workflow has been optimized for production use with comprehensive error handling, security, and documentation." }