在Google通讯录中创建、更新和获取联系人
初级
这是一个Other领域的自动化工作流,包含 4 个节点。主要使用 ManualTrigger, GoogleContacts 等节点。 在Google通讯录中管理联系人
前置要求
- •无特殊前置要求,导入即可使用
使用的节点 (4)
分类
工作流预览
可视化展示节点连接关系,支持缩放和平移
无法加载工作流预览
导出工作流
复制以下 JSON 配置到 n8n 导入,即可使用此工作流
{
"id": "20",
"name": "在Google通讯录中创建、更新和获取联系人",
"nodes": [
{
"name": "点击\"执行\"时",
"type": "n8n-nodes-base.manualTrigger",
"position": [
190,
300
],
"parameters": {},
"typeVersion": 1
},
{
"name": "Google 联系人",
"type": "n8n-nodes-base.googleContacts",
"position": [
390,
300
],
"parameters": {
"givenName": "n8n",
"familyName": "n8n",
"additionalFields": {}
},
"credentials": {
"googleContactsOAuth2Api": "google-contact"
},
"typeVersion": 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
},
{
"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
}
],
"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
}
]
]
}
}
}常见问题
如何使用这个工作流?
复制上方的 JSON 配置代码,在您的 n8n 实例中创建新工作流并选择「从 JSON 导入」,粘贴配置后根据需要修改凭证设置即可。
这个工作流适合什么场景?
初级 - 其他
需要付费吗?
本工作流完全免费,您可以直接导入使用。但请注意,工作流中使用的第三方服务(如 OpenAI API)可能需要您自行付费。
相关工作流推荐
通过Telegram每天发送鸡尾酒配方
定期从HTTP请求节点发送数据至Telegram
Cron
Telegram
Http Request
3 节点ghagrawal17
其他
接收MQTT队列消息
接收MQTT队列消息
Mqtt Trigger
1 节点ghagrawal17
其他
通过Plivo每日发送天气更新到手机号码
通过Plivo每日发送天气更新到手机号码
Cron
Plivo
Open Weather Map
3 节点ghagrawal17
其他
双向同步 Google 通讯录与 Notion
双向同步 Google 通讯录与 Notion
If
Set
Merge
+9
82 节点Solomon
其他
检查链接预览
检查链接预览
If
Peekalink
Manual Trigger
+1
5 节点ghagrawal17
构建模块
创建频道、添加成员并向频道发布消息
在 Mattermost 中创建频道、添加成员并向频道发布消息
Mattermost
Manual Trigger
4 节点ghagrawal17
构建模块