创建新列表、添加联系人、更新联系人并获取列表联系人
初级
这是一个Sales, Marketing领域的自动化工作流,包含 5 个节点。主要使用 Automizy, ManualTrigger 等节点。 在Automizy中管理联系人
前置要求
- •无特殊前置要求,导入即可使用
使用的节点 (5)
工作流预览
可视化展示节点连接关系,支持缩放和平移
无法加载工作流预览
导出工作流
复制以下 JSON 配置到 n8n 导入,即可使用此工作流
{
"id": "82",
"name": "创建新列表、向列表添加新联系人、更新联系人并获取列表中的所有联系人",
"nodes": [
{
"name": "点击“执行”时",
"type": "n8n-nodes-base.manualTrigger",
"position": [
290,
260
],
"parameters": {},
"typeVersion": 1
},
{
"name": "Automizy",
"type": "n8n-nodes-base.automizy",
"position": [
490,
260
],
"parameters": {
"name": "n8n-docs",
"resource": "list"
},
"credentials": {
"automizyApi": "automizy"
},
"typeVersion": 1
},
{
"name": "Automizy1",
"type": "n8n-nodes-base.automizy",
"position": [
690,
260
],
"parameters": {
"email": "example@n8n.io",
"listId": "={{$node[\"Automizy\"].json[\"id\"]}}",
"additionalFields": {
"status": "ACTIVE"
}
},
"credentials": {
"automizyApi": "automizy"
},
"typeVersion": 1
},
{
"name": "Automizy2",
"type": "n8n-nodes-base.automizy",
"position": [
890,
260
],
"parameters": {
"email": "={{$node[\"Automizy1\"].json[\"email\"]}}",
"operation": "update",
"updateFields": {
"tags": [
"reviewer"
]
}
},
"credentials": {
"automizyApi": "automizy"
},
"typeVersion": 1
},
{
"name": "Automizy3",
"type": "n8n-nodes-base.automizy",
"position": [
1090,
260
],
"parameters": {
"listId": "={{$node[\"Automizy\"].json[\"id\"]}}",
"operation": "getAll",
"returnAll": true,
"additionalFields": {}
},
"credentials": {
"automizyApi": "automizy"
},
"typeVersion": 1
}
],
"active": false,
"settings": {},
"connections": {
"Automizy": {
"main": [
[
{
"node": "Automizy1",
"type": "main",
"index": 0
}
]
]
},
"Automizy1": {
"main": [
[
{
"node": "Automizy2",
"type": "main",
"index": 0
}
]
]
},
"Automizy2": {
"main": [
[
{
"node": "Automizy3",
"type": "main",
"index": 0
}
]
]
},
"On clicking 'execute'": {
"main": [
[
{
"node": "Automizy",
"type": "main",
"index": 0
}
]
]
}
}
}常见问题
如何使用这个工作流?
复制上方的 JSON 配置代码,在您的 n8n 实例中创建新工作流并选择「从 JSON 导入」,粘贴配置后根据需要修改凭证设置即可。
这个工作流适合什么场景?
初级 - 销售, 营销
需要付费吗?
本工作流完全免费,您可以直接导入使用。但请注意,工作流中使用的第三方服务(如 OpenAI API)可能需要您自行付费。
相关工作流推荐
在 Customer.io 中创建客户并将其添加到细分
在 Customer.io 中创建客户并将其添加到细分
Customer Io
Manual Trigger
3 节点ghagrawal17
销售
从GetResponse获取所有联系人并更新它们
从GetResponse获取所有联系人并更新它们
If
Get Response
Manual Trigger
+1
5 节点ghagrawal17
销售
从Airtable向Lemlist添加新线索
从Airtable向Lemlist添加新线索
Lemlist
Airtable
3 节点ghagrawal17
销售
通过Autopilot管理联系人
通过Autopilot管理联系人
Autopilot
4 节点ghagrawal17
销售
潜在客户回复Lemlist邮件时在Mattermost发送消息
当潜在客户回复您的Lemlist邮件时,在Mattermost上发送消息
Mattermost
Lemlist Trigger
2 节点ghagrawal17
销售
在Emelia收到回复时在Mattermost发送消息
当您在Emelia收到回复时,在Mattermost上发送消息
Mattermost
Emelia Trigger
2 节点ghagrawal17
销售