AutomationFlowsGeneral › Googlecontacts:create Update Getall Get Delete

Googlecontacts:create Update Getall Get Delete

GoogleContacts:create update getAll get delete. Uses start, googleContacts. Manual trigger; 7 nodes.

Manual trigger★★★★☆ complexity7 nodesStartGoogle Contacts
General Trigger: Manual Nodes: 7 Complexity: ★★★★☆ Added:

The workflow JSON

Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →

Download .json
{
  "createdAt": "2021-02-19T07:31:35.734Z",
  "updatedAt": "2021-06-08T09:27:55.752Z",
  "id": "43",
  "name": "GoogleContacts:create update getAll get delete",
  "active": false,
  "nodes": [
    {
      "parameters": {},
      "name": "Start",
      "type": "n8n-nodes-base.start",
      "typeVersion": 1,
      "position": [
        250,
        300
      ],
      "id": "9b031147-6a8d-44ca-85b0-8cdaf10eb659"
    },
    {
      "parameters": {
        "familyName": "QA",
        "givenName": "node",
        "additionalFields": {
          "companyUi": {
            "companyValues": [
              {
                "current": true,
                "domain": "n8n",
                "name": "QA",
                "title": "n8nQA"
              }
            ]
          }
        }
      },
      "name": "Google Contacts",
      "type": "n8n-nodes-base.googleContacts",
      "typeVersion": 1,
      "position": [
        450,
        300
      ],
      "credentials": {
        "googleContactsOAuth2Api": {
          "name": "<your credential>"
        }
      },
      "id": "7d9e7d33-a215-4997-86a7-4067f990fdbd"
    },
    {
      "parameters": {
        "operation": "update",
        "contactId": "={{$node[\"Google Contacts\"].json[\"contactId\"]}}",
        "fields": [
          "names"
        ],
        "updateFields": {
          "givenName": "nodemation"
        }
      },
      "name": "Google Contacts1",
      "type": "n8n-nodes-base.googleContacts",
      "typeVersion": 1,
      "position": [
        780,
        300
      ],
      "credentials": {
        "googleContactsOAuth2Api": {
          "name": "<your credential>"
        }
      },
      "id": "8577325f-5674-4c71-8d0b-15afd2eebde4"
    },
    {
      "parameters": {
        "operation": "getAll",
        "limit": 1,
        "fields": [
          "*"
        ],
        "options": {}
      },
      "name": "Google Contacts2",
      "type": "n8n-nodes-base.googleContacts",
      "typeVersion": 1,
      "position": [
        940,
        300
      ],
      "credentials": {
        "googleContactsOAuth2Api": {
          "name": "<your credential>"
        }
      },
      "id": "a4079178-c6c0-490e-8e46-ba06237bbfce"
    },
    {
      "parameters": {
        "operation": "get",
        "contactId": "={{$node[\"Google Contacts\"].json[\"contactId\"]}}",
        "fields": [
          "*"
        ]
      },
      "name": "Google Contacts3",
      "type": "n8n-nodes-base.googleContacts",
      "typeVersion": 1,
      "position": [
        1100,
        300
      ],
      "credentials": {
        "googleContactsOAuth2Api": {
          "name": "<your credential>"
        }
      },
      "id": "98244b5e-a280-4717-8c1c-b8dac07fa5f5"
    },
    {
      "parameters": {
        "operation": "delete",
        "contactId": "={{$node[\"Google Contacts\"].json[\"contactId\"]}}"
      },
      "name": "Google Contacts4",
      "type": "n8n-nodes-base.googleContacts",
      "typeVersion": 1,
      "position": [
        1250,
        300
      ],
      "credentials": {
        "googleContactsOAuth2Api": {
          "name": "<your credential>"
        }
      },
      "id": "0d3f3684-07a8-4465-95dc-59dc3e11bdbb"
    },
    {
      "parameters": {
        "functionCode": "function sleep(milliseconds) {\n  return new Promise(\n    resolve => setTimeout(resolve, milliseconds)\n  );\n}\n\nawait sleep(3000);\n\n// Output data\nreturn items;"
      },
      "name": "Sleep 3 seconds",
      "type": "n8n-nodes-base.function",
      "position": [
        610,
        300
      ],
      "typeVersion": 1,
      "id": "e1d77a33-d0c8-4920-a533-bc6fb413ea05"
    }
  ],
  "connections": {
    "Google Contacts": {
      "main": [
        [
          {
            "node": "Sleep 3 seconds",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Google Contacts1": {
      "main": [
        [
          {
            "node": "Google Contacts2",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Google Contacts2": {
      "main": [
        [
          {
            "node": "Google Contacts3",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Google Contacts3": {
      "main": [
        [
          {
            "node": "Google Contacts4",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Start": {
      "main": [
        [
          {
            "node": "Google Contacts",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Sleep 3 seconds": {
      "main": [
        [
          {
            "node": "Google Contacts1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "settings": {},
  "staticData": null,
  "meta": null,
  "versionId": null,
  "triggerCount": 0,
  "tags": []
}

Credentials you'll need

Each integration node will prompt for credentials when you import. We strip credential IDs before publishing — you'll add your own.

Pro

For the full experience including quality scoring and batch install features for each workflow upgrade to Pro

About this workflow

GoogleContacts:create update getAll get delete. Uses start, googleContacts. Manual trigger; 7 nodes.

Source: https://github.com/n8n-io/test-workflows/blob/c1d376431a818f81f44e9ce645b8fb4878805419/workflows/43.json — original creator credit. Request a take-down →

More General workflows → · Browse all categories →

Related workflows

Workflows that share integrations, category, or trigger type with this one. All free to copy and import.

General

TheHive[v4]:Alert:create update get getAll promote merge:Case:create update get getAll:Observable:create update get search getAll:Task:create update get search getAll:Log:create get getAll. Uses start

Start, The Hive
General

uProc:Internet:*;. Uses start, uproc. Manual trigger; 41 nodes.

Start, Uproc
General

uProc:Audio:*:company:*;. Uses start, uproc. Manual trigger; 36 nodes.

Start, Uproc
General

Trello:Board:*List:*Card:*Label:*CardComment:*Attachment:*CheckList:*. Uses start, trello. Manual trigger; 35 nodes.

Start, Trello
General

ClickUp:Task:create update member getAll get delete:List:create update customFields member getAll get delete. Uses start, clickUp. Manual trigger; 30 nodes.

Start, ClickUp