检查有效的 Mautic 联系人邮箱
中级
这是一个Sales, Marketing领域的自动化工作流,包含 6 个节点。主要使用 If, Slack, ItemLists, OneSimpleApi, MauticTrigger 等节点。 验证 Mautic 中新联系人的邮箱
前置要求
- •Slack Bot Token 或 Webhook URL
工作流预览
可视化展示节点连接关系,支持缩放和平移
无法加载工作流预览
导出工作流
复制以下 JSON 配置到 n8n 导入,即可使用此工作流
{
"id": 86,
"name": "检查有效的 Mautic 联系人邮箱",
"nodes": [
{
"name": "如果不是新联系人",
"type": "n8n-nodes-base.if",
"position": [
780,
460
],
"parameters": {
"conditions": {
"string": [
{
"value1": "={{$json[\"mautic.lead_post_save_new\"]}}",
"operation": "isEmpty"
}
]
}
},
"typeVersion": 1
},
{
"name": "联系人识别时",
"type": "n8n-nodes-base.mauticTrigger",
"position": [
600,
460
],
"webhookId": "a3ee0f93-2870-44e2-bb2f-0175433263b3",
"parameters": {
"events": [
"mautic.lead_post_save_new"
],
"authentication": "oAuth2"
},
"credentials": {
"mauticOAuth2Api": {
"id": "54",
"name": "Mautic account"
}
},
"typeVersion": 1
},
{
"name": "提取信息",
"type": "n8n-nodes-base.itemLists",
"position": [
980,
480
],
"parameters": {
"options": {},
"fieldToSplitOut": "mautic.lead_post_save_new"
},
"typeVersion": 1
},
{
"name": "验证邮箱",
"type": "n8n-nodes-base.oneSimpleApi",
"position": [
1180,
480
],
"parameters": {
"resource": "utility",
"emailAddress": "={{$json[\"lead\"][\"fields\"][\"core\"][\"email\"][\"value\"]}}"
},
"credentials": {
"oneSimpleApi": {
"id": "33",
"name": "One Simple account"
}
},
"typeVersion": 1
},
{
"name": "如果邮箱可疑",
"type": "n8n-nodes-base.if",
"notes": "IF\ndeliverability is not good\nOR\nDomain is not valid\nOR\nEmail is Disposable",
"position": [
1360,
480
],
"parameters": {
"conditions": {
"string": [
{
"value1": "={{$json[\"deliverability\"]}}",
"value2": "GOOD",
"operation": "notEqual"
}
],
"boolean": [
{
"value1": "={{$json[\"is_domain_valid\"]}}"
},
{
"value1": "={{$json[\"is_email_disposable\"]}}",
"value2": true
}
]
},
"combineOperation": "any"
},
"typeVersion": 1
},
{
"name": "发送到 Slack",
"type": "n8n-nodes-base.slack",
"position": [
1560,
460
],
"parameters": {
"text": "=:warning: New Contact with Suspicious Email :warning:\n*Name: * {{$node[\"extract information\"].json[\"contact\"][\"fields\"][\"core\"][\"firstname\"][\"normalizedValue\"]}} {{$node[\"extract information\"].json[\"contact\"][\"fields\"][\"core\"][\"lastname\"][\"normalizedValue\"]}}\n*Email: * {{$node[\"extract information\"].json[\"contact\"][\"fields\"][\"core\"][\"email\"][\"normalizedValue\"]}}\n*Link: * https://mautic.my.domain.com/s/contacts/view/{{$node[\"extract information\"].json[\"contact\"][\"id\"]}}\n*Creator: * {{$node[\"extract information\"].json[\"contact\"][\"createdByUser\"]}}",
"channel": "#mautic-alerts",
"attachments": [],
"otherOptions": {}
},
"credentials": {
"slackApi": {
"id": "53",
"name": "Slack Access Token"
}
},
"typeVersion": 1
}
],
"active": false,
"settings": {},
"connections": {
"validate email": {
"main": [
[
{
"node": "If the email is suspicious",
"type": "main",
"index": 0
}
]
]
},
"extract information": {
"main": [
[
{
"node": "validate email",
"type": "main",
"index": 0
}
]
]
},
"If is not new contact": {
"main": [
[],
[
{
"node": "extract information",
"type": "main",
"index": 0
}
]
]
},
"On Contact Identified": {
"main": [
[
{
"node": "If is not new contact",
"type": "main",
"index": 0
}
]
]
},
"If the email is suspicious": {
"main": [
[
{
"node": "Send to Slack",
"type": "main",
"index": 0
}
]
]
}
}
}常见问题
如何使用这个工作流?
复制上方的 JSON 配置代码,在您的 n8n 实例中创建新工作流并选择「从 JSON 导入」,粘贴配置后根据需要修改凭证设置即可。
这个工作流适合什么场景?
中级 - 销售, 营销
需要付费吗?
本工作流完全免费,您可以直接导入使用。但请注意,工作流中使用的第三方服务(如 OpenAI API)可能需要您自行付费。
相关工作流推荐
当 Stripe 发票付款更新时,同步 Hubspot 并在 Slack 中通知团队
在 Stripe 中注册新发票时更新 HubSpot
If
Slack
Hubspot
+1
8 节点Jonathan
销售
新WooCommerce产品到Slack
当WooCommerce中添加新产品时在Slack上通知
Slack
Woo Commerce Trigger
2 节点Jonathan
销售
新发票邮件通知
在Slack中通知带有发票的新邮件
If
Slack
Mindee
+2
6 节点Jonathan
销售
使用 OpenAI、Google Sheets、Jina AI 和 Slack 的 AI 驱动信息监控
基于AI的信息监控,集成OpenAI、Google Sheets、Jina AI和Slack
If
Set
Code
+10
31 节点Dataki
销售
n8n-vapi潜在客户验证器最终版 V140525.8
使用OpenAI、Twilio和Vapi自动化潜在客户呼叫AI助手
If
Set
Code
+6
26 节点Țugui Dragoș
销售
N_01_简单潜在客户跟踪自动化_v4
HubSpot线索跟踪系统,通过Gmail和Slack自动通知
If
Wait
Gmail
+5
14 节点dataplusminus+-
销售