Google連絡先で連絡先を作成、更新、取得する

初級

これはOther分野の自動化ワークフローで、4個のノードを含みます。主にManualTrigger, GoogleContactsなどのノードを使用。 Google連絡先で連絡先を管理

前提条件
  • 特別な前提条件なし、インポートしてすぐに使用可能

使用ノード (4)

カテゴリー

ワークフロープレビュー
ノード接続関係を可視化、ズームとパンをサポート
ワークフローをエクスポート
以下のJSON設定をn8nにインポートして、このワークフローを使用できます
{
  "id": "20",
  "name": "Create, update and get a contact in Google Contacts",
  "nodes": [
    {
      "name": "「実行」クリック時",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        190,
        300
      ],
      "parameters": {},
      "typeVersion": 1,
      "id": "--0"
    },
    {
      "name": "Google 連絡先",
      "type": "n8n-nodes-base.googleContacts",
      "position": [
        390,
        300
      ],
      "parameters": {
        "givenName": "n8n",
        "familyName": "n8n",
        "additionalFields": {}
      },
      "credentials": {
        "googleContactsOAuth2Api": "google-contact"
      },
      "typeVersion": 1,
      "id": "Google--1"
    },
    {
      "name": "Google 連絡先1",
      "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,
      "id": "Google-1-2"
    },
    {
      "name": "Google 連絡先2",
      "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,
      "id": "Google-2-3"
    }
  ],
  "active": false,
  "settings": {},
  "connections": {
    "Google--1": {
      "main": [
        [
          {
            "node": "Google-1-2",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Google-1-2": {
      "main": [
        [
          {
            "node": "Google-2-3",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "--0": {
      "main": [
        [
          {
            "node": "Google--1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
よくある質問

このワークフローの使い方は?

上記のJSON設定コードをコピーし、n8nインスタンスで新しいワークフローを作成して「JSONからインポート」を選択、設定を貼り付けて認証情報を必要に応じて変更してください。

このワークフローはどんな場面に適していますか?

初級 - その他

有料ですか?

このワークフローは完全無料です。ただし、ワークフローで使用するサードパーティサービス(OpenAI APIなど)は別途料金が発生する場合があります。

ワークフロー情報
難易度
初級
ノード数4
カテゴリー1
ノードタイプ2
難易度説明

n8n初心者向け、1-5ノードのシンプルなワークフロー

外部リンク
n8n.ioで表示

このワークフローを共有

カテゴリー

カテゴリー: 34