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

Import Odoo Product Images from Google Drive
View
Save Telegram reply to journal spreadsheet
View
Send Triggered
View
Todoist Weekly Review Template
View
Auto-create and publish AI social videos with Telegram, GPT-4 and Blotato
View
AI Automated TikTok/Youtube Shorts/Reels Generator
View
HTTP Manual Automation Webhook
View
Wait Splitout Create Triggered
View
Respondtowebhook Stickynote Create Webhook
View
Manual Salesforce Automate Triggered
View