Workflow: Manual Googlecontacts Create

Workflow Details

Download 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
                    }
                ]
            ]
        }
    }
}
Back to Workflows

Related Workflows

Create, add an attachment, and send a draft using the Microsoft Outlook node
View
Noop Telegram Automate Triggered
View
Generate Graphic Wallpaper with Midjourney, GPT-4o-mini and Canvas APIs
View
Import CSV from URL to Excel
View
💥🛠️Build a Web Search Chatbot with GPT-4o and MCP Brave Search
View
HTTP Schedule Automation Webhook
View
Stickynote Hackernews Automate Triggered
View
Flux Dev Image Generation Fal.ai
View
Slack Webhook - Verify Signature
View
Add a subscriber to a list and create and send a campaign
View