{
  "workflow": {
    "id": 637,
    "name": "Manage contacts in Google Contacts",
    "views": 8212,
    "recentViews": 0,
    "totalViews": 8212,
    "createdAt": "2020-09-08T09:41:25.469Z",
    "description": "![workflow-screenshot](fileId:212)",
    "workflow": {
      "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": {
              "companyUi": {
                "companyValues": [
                  {
                    "name": "n8n",
                    "title": "n8n",
                    "domain": "n8n.io",
                    "current": true
                  }
                ]
              }
            }
          },
          "credentials": {
            "googleContactsOAuth2Api": "google-contact"
          },
          "typeVersion": 1
        },
        {
          "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
        }
      ],
      "active": false,
      "settings": {},
      "connections": {
        "Google Contacts": {
          "main": [
            [
              {
                "node": "Google Contacts1",
                "type": "main",
                "index": 0
              }
            ]
          ]
        },
        "Google Contacts1": {
          "main": [
            [
              {
                "node": "Google Contacts2",
                "type": "main",
                "index": 0
              }
            ]
          ]
        },
        "On clicking 'execute'": {
          "main": [
            [
              {
                "node": "Google Contacts",
                "type": "main",
                "index": 0
              }
            ]
          ]
        }
      }
    },
    "lastUpdatedBy": 11,
    "workflowInfo": {
      "nodeCount": 4,
      "nodeTypes": {
        "n8n-nodes-base.manualTrigger": {
          "count": 1
        },
        "n8n-nodes-base.googleContacts": {
          "count": 3
        }
      }
    },
    "status": "published",
    "user": {
      "name": "Harshil Agrawal",
      "username": "harshil1712",
      "bio": "A former n8n employee, passionate about Automation and AI. Building something fun, shoot me a message, I love to chat!\nIn my free time, I also help folks on their n8n journey. So if you need help, let's chat :)",
      "verified": true,
      "links": [
        "https://harshil.dev"
      ],
      "avatar": "https://gravatar.com/avatar/1060ec3113fdd8cafb191f3728c0ac39436b3cd46be4dd518923e242fb708ef1?r=pg&d=retro&size=200"
    },
    "nodes": [
      {
        "id": 42,
        "icon": "fa:play",
        "name": "n8n-nodes-base.start",
        "codex": {
          "data": {
            "resources": {
              "generic": [
                {
                  "url": "https://n8n.io/blog/why-business-process-automation-with-n8n-can-change-your-daily-life/",
                  "icon": "🧬",
                  "label": "Why business process automation with n8n can change your daily life"
                },
                {
                  "url": "https://n8n.io/blog/why-i-chose-n8n-over-zapier-in-2020/",
                  "icon": "😍",
                  "label": "Why I chose n8n over Zapier in 2020"
                },
                {
                  "url": "https://n8n.io/blog/automatically-pulling-and-visualizing-data-with-n8n/",
                  "icon": "📈",
                  "label": "Automatically pulling and visualizing data with n8n"
                },
                {
                  "url": "https://n8n.io/blog/how-to-use-the-http-request-node-the-swiss-army-knife-for-workflow-automation/",
                  "icon": "🧰",
                  "label": "How to use the HTTP Request Node - The Swiss Army Knife for Workflow Automation"
                },
                {
                  "url": "https://n8n.io/blog/sending-sms-the-low-code-way-with-airtable-twilio-programmable-sms-and-n8n/",
                  "icon": "📱",
                  "label": "Sending SMS the Low-Code Way with Airtable, Twilio Programmable SMS, and n8n"
                },
                {
                  "url": "https://n8n.io/blog/automating-conference-organization-processes-with-n8n/",
                  "icon": "🙋‍♀️",
                  "label": "Automating Conference Organization Processes with n8n"
                }
              ],
              "primaryDocumentation": [
                {
                  "url": "https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.start/"
                }
              ]
            },
            "categories": [
              "Core Nodes"
            ],
            "nodeVersion": "1.0",
            "codexVersion": "1.0"
          }
        },
        "group": "[\"input\"]",
        "defaults": {
          "name": "Start",
          "color": "#00e000"
        },
        "iconData": {
          "icon": "play",
          "type": "icon"
        },
        "displayName": "Start",
        "typeVersion": 1,
        "nodeCategories": [
          {
            "id": 9,
            "name": "Core Nodes"
          }
        ]
      },
      {
        "id": 355,
        "icon": "file:googleContacts.png",
        "name": "n8n-nodes-base.googleContacts",
        "codex": {
          "data": {
            "resources": {
              "primaryDocumentation": [
                {
                  "url": "https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.googlecontacts/"
                }
              ],
              "credentialDocumentation": [
                {
                  "url": "https://docs.n8n.io/integrations/builtin/credentials/google/oauth-single-service/"
                }
              ]
            },
            "categories": [
              "Miscellaneous "
            ],
            "nodeVersion": "1.0",
            "codexVersion": "1.0"
          }
        },
        "group": "[\"input\"]",
        "defaults": {
          "name": "Google Contacts"
        },
        "iconData": {
          "type": "file",
          "fileBuffer": "data:image/png;base64,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"
        },
        "displayName": "Google Contacts",
        "typeVersion": 1,
        "nodeCategories": [
          {
            "id": 11,
            "name": "Miscellaneous"
          }
        ]
      }
    ],
    "categories": [
      {
        "id": 39,
        "name": "CRM"
      }
    ],
    "image": [
      {
        "id": 212,
        "url": "https://f000.backblazeb2.com/file/n8n-website-images/eb49d06446f0481492d544446e646b21.png"
      }
    ]
  }
}