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など)は別途料金が発生する場合があります。
関連ワークフロー
Google連絡先をNotionと双方向同期
Google連絡先をNotionと双方向同期
If
Set
Merge
+
If
Set
Merge
82 ノードSolomon
その他
リンクのプレビューを確認
リンクプレビューを確認
If
Peekalink
Manual Trigger
+
If
Peekalink
Manual Trigger
5 ノードghagrawal17
ビルディングブロック
Customer.io で顧客を作成し、セグメントに追加
Customer.io で顧客を作成し、セグメントに追加する
Customer Io
Manual Trigger
Customer Io
Manual Trigger
3 ノードghagrawal17
営業
Snowflake でテーブルを作成し、テーブル内のデータを挿入して更新
Snowflake でテーブルを作成し、テーブル内のデータを挿入し、更新する
Set
Snowflake
Manual Trigger
Set
Snowflake
Manual Trigger
6 ノードghagrawal17
エンジニアリング
WooCommerceでの製品の作成・更新・取得
WooCommerceで商品の作成・更新・取得
Woo Commerce
Manual Trigger
Woo Commerce
Manual Trigger
4 ノードghagrawal17
プロダクト
MailerLiteノードを使用した購読者の作成・更新・取得
MailerLiteノードを使用した購読者の作成・更新・取得
Mailer Lite
Manual Trigger
Mailer Lite
Manual Trigger
4 ノードghagrawal17
マーケティング