CRM & Sales
Create, update and get a contact in Google Contacts
Create, update and get a contact in Google Contacts
Manual
Low
4
Nodes
Manual
Trigger
Low
Complexity
7/22/2025
Added
Workflow Overview
Total Nodes
4
Node Types
0
Workflow JSON
2.39 KB
{
"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
},
{
"name": "Google Contacts",
"type": "n8n-nodes-base.googleContacts",
"position": [
390,
300
],
"parameters": {
"givenName": "n8n",
"familyName": "n8n",
"additionalFields": {}
},
"credentials": {
"googleContactsOAuth2Api": "google-contact"
},
"typeVersion": 1
},
{
"name": "Google Contacts1",
"type": "n8n-nodes-base.googleContacts",
"position": [
590,
300
],
"parameters": {
"fields": [],
"contactId": "={{$node[\"Google Contacts\"].json[\"contactId\"]}}",
"operation": "update",
"updateFields": {
"compa...Showing first 1000 characters. Click "Expand" to view the full JSON.