使用CentralStationCRM和EchtPost自动向联系人发送明信片
中级
这是一个Lead Nurturing领域的自动化工作流,包含 12 个节点。主要使用 If, Set, Webhook, HttpRequest 等节点。 使用CentralStationCRM和EchtPost自动向联系人发送明信片
前置要求
- •HTTP Webhook 端点(n8n 会自动生成)
- •可能需要目标 API 的认证凭证
使用的节点 (12)
分类
工作流预览
可视化展示节点连接关系,支持缩放和平移
导出工作流
复制以下 JSON 配置到 n8n 导入,即可使用此工作流
{
"id": "KKQJKkfiLQQ48JSW",
"meta": {
"instanceId": "68ab8a7bd891eafb85f915471f38591da0135936f93fdf7e27d0ebea24fea950"
},
"name": "使用 CentralStationCRM 和 EchtPost 自动向联系人发送明信片",
"tags": [],
"nodes": [
{
"id": "f22c8bec-268f-46d5-844d-61870dfcf208",
"name": "便签1",
"type": "n8n-nodes-base.stickyNote",
"position": [
320,
-140
],
"parameters": {
"width": 400,
"height": 920,
"content": ""
},
"typeVersion": 1
},
{
"id": "b59e4c49-c129-42bb-a64c-7a282d8e69d6",
"name": "便签5",
"type": "n8n-nodes-base.stickyNote",
"position": [
1600,
-140
],
"parameters": {
"color": 7,
"width": 440,
"height": 680,
"content": "## 3. 获取 EchtPost API 密钥"
},
"typeVersion": 1
},
{
"id": "06574510-ef2e-4b29-9bce-33cca25c6f5c",
"name": "便签7",
"type": "n8n-nodes-base.stickyNote",
"position": [
2080,
-140
],
"parameters": {
"color": 7,
"width": 500,
"height": 840,
"content": "## 5. 配置 EchtPost API 节点"
},
"typeVersion": 1
},
{
"id": "d97824f2-b8fa-4097-8a68-1d116fbd76b1",
"name": "便签",
"type": "n8n-nodes-base.stickyNote",
"position": [
760,
-20
],
"parameters": {
"color": 7,
"width": 420,
"height": 960,
"content": "## 2. 设置 CentralStationCRM Webhook"
},
"typeVersion": 1
},
{
"id": "5ad18049-d75e-4f30-a4bb-0767c0f24c8a",
"name": "便签2",
"type": "n8n-nodes-base.stickyNote",
"position": [
1220,
-140
],
"parameters": {
"color": 7,
"width": 340,
"height": 1080,
"content": "## 2. 设置 n8n webhook 触发器"
},
"typeVersion": 1
},
{
"id": "d62b9617-88a2-4512-bfca-47fe2e924be3",
"name": "便签3",
"type": "n8n-nodes-base.stickyNote",
"position": [
320,
820
],
"parameters": {
"width": 400,
"height": 120,
"content": "### 此工作流中的工具"
},
"typeVersion": 1
},
{
"id": "34c8516a-1201-4e95-9789-8ff2e33b56b6",
"name": "便签4",
"type": "n8n-nodes-base.stickyNote",
"position": [
760,
-140
],
"parameters": {
"color": 7,
"width": 420,
"height": 100,
"content": "## 1. 从 n8n 获取 webhook URL"
},
"typeVersion": 1
},
{
"id": "c76bf839-75d8-4224-9ed6-f5c21d33ba2d",
"name": "人员在 CentralStationCRM 中更新",
"type": "n8n-nodes-base.webhook",
"position": [
1320,
640
],
"webhookId": "aa45aef4-1eff-46b8-9b72-4240a40b2f6c",
"parameters": {
"path": "aa45aef4-1eff-46b8-9b72-4240a40b2f6c",
"options": {},
"httpMethod": "POST"
},
"typeVersion": 2
},
{
"id": "41c8b450-e3db-481d-ba09-2dc266e4afdb",
"name": "设置 EchtPost 所需字段",
"type": "n8n-nodes-base.set",
"position": [
1640,
640
],
"parameters": {
"include": "selected",
"options": {},
"includeFields": "body.record.companies[0].name, body.record.addrs[0].street, body.record.addrs[0].zip, body.record.addrs[0].city, body.record.addrs[0].country_code, body.record.taggings",
"includeOtherFields": true
},
"typeVersion": 3.4
},
{
"id": "f7516740-bad6-4070-be78-d354a7d92581",
"name": "\"标签\"中是否包含\"EchtPost\"?",
"type": "n8n-nodes-base.if",
"position": [
1860,
640
],
"parameters": {
"options": {},
"conditions": {
"options": {
"version": 2,
"leftValue": "",
"caseSensitive": true,
"typeValidation": "loose"
},
"combinator": "and",
"conditions": [
{
"id": "877d4a0a-805a-4884-ae82-cc63978b02ba",
"operator": {
"type": "string",
"operation": "contains"
},
"leftValue": "={{ $json.taggings }}",
"rightValue": "\"EchtPost\""
}
]
},
"looseTypeValidation": true
},
"typeVersion": 2.2
},
{
"id": "7f7d46d7-3d20-4f1b-8f3f-cdc5dd072dc5",
"name": "不执行任何操作",
"type": "n8n-nodes-base.noOp",
"position": [
2260,
780
],
"parameters": {},
"typeVersion": 1
},
{
"id": "e6f0d1ca-c04b-4e07-bea5-046ac92d1010",
"name": "使用 EchtPost 发送明信片",
"type": "n8n-nodes-base.httpRequest",
"position": [
2260,
520
],
"parameters": {
"url": "https://api.echtpost.de/v1/cards",
"method": "POST",
"options": {},
"jsonBody": "={\n \"apikey\": \"HIER-API-KEY-EINTRAGEN\",\n \"card\": {\n \"template_id\": \"HIER-TEMPLATE-ID\",\n \"deliver_at\": \"3-days-from-now\",\n \"notification_type\": \"before_send\",\n \"notification_email\": \"EMAIL EINTRAGEN\",\n \"contacts_attributes\": [\n {\n \"company_name\": \"{{ $json.name }}\",\n \"street\": \"{{ $json.street }}\",\n \"zip\": \"{{ $json.zip }}\",\n \"city\": \"{{ $json.city }}\",\n \"country_code\": \"{{ $json.country_code }}\"\n }\n ]\n }\n}",
"sendBody": true,
"specifyBody": "json"
},
"typeVersion": 4.2
}
],
"active": false,
"pinData": {},
"settings": {
"executionOrder": "v1"
},
"versionId": "152242be-1fe6-4528-999d-993fb0593528",
"connections": {
"Set fields needed for EchtPost": {
"main": [
[
{
"node": "Is \"EchtPost\" included in \"taggings\"?",
"type": "main",
"index": 0
}
]
]
},
"Is \"EchtPost\" included in \"taggings\"?": {
"main": [
[
{
"node": "Send postcard with EchtPost",
"type": "main",
"index": 0
}
],
[
{
"node": "Do nothing",
"type": "main",
"index": 0
}
]
]
},
"Person is updated in CentralStationCRM": {
"main": [
[
{
"node": "Set fields needed for EchtPost",
"type": "main",
"index": 0
}
]
]
}
}
}常见问题
如何使用这个工作流?
复制上方的 JSON 配置代码,在您的 n8n 实例中创建新工作流并选择「从 JSON 导入」,粘贴配置后根据需要修改凭证设置即可。
这个工作流适合什么场景?
中级 - 客户培育
需要付费吗?
本工作流完全免费,您可以直接导入使用。但请注意,工作流中使用的第三方服务(如 OpenAI API)可能需要您自行付费。
相关工作流推荐
使用Airtable、OpenAI和Unipile的自动化LinkedIn潜在客户生成与私信触达
使用Airtable、OpenAI和Unipile的自动化LinkedIn潜在客户生成与私信触达
If
Set
Code
+15
143 节点Ruben AI
客户培育
CentralStationCRM中标记人员的简单邮件自动化
使用CentralStationCRM、Gmail和Slack提醒的自动邮件跟进系统
If
Wait
Gmail
+5
19 节点CentralStationCRM
客户培育
09 - 潜在客户档案增强器
自动化潜在客户信息丰富与个性化外联:HubSpot、Phantombuster和GPT
If
Set
Code
+11
30 节点Avkash Kakdiya
客户培育
自动化潜在客户生成与个性化外联:Apollo、AI和Instantly.ai
自动化潜在客户生成与个性化外联:Apollo、AI和Instantly.ai
If
Set
Code
+15
166 节点Ruben AI
客户培育
自动化潜在客户捕获、AI资质鉴定及ElevenLabs个性化语音跟进
基于 OpenAI 和 ElevenLabs 的自动化线索捕获与 AI 个性化语音跟进
If
Set
Code
+10
22 节点Marth
客户培育
我的工作流程2
使用Lighthouse和GPT-4的自动化网站审计与个性化外联
If
Set
Code
+6
43 节点Shahrukh
客户培育
工作流信息
难度等级
中级
节点数量12
分类1
节点类型6
作者
CentralStationCRM
@centralstationcrmCentralStationCRM ist das einfache und intuitive CRM für kleine Teams. Auf n8n teilen wir unsere Workflow-Ideen: für schnellere Abläufe und einen besseren Arbeitsalltag. CentralStationCRM is the simple and intuitive CRM for small businesses. On n8, we share CRM-workflow ideas to speed up your working life!
外部链接
在 n8n.io 查看 →
分享此工作流