Skip to content

Mautic 节点#

使用 Mautic 节点在 Mautic 中自动化工作,并将 Mautic 与其他应用程序集成。n8n 内置支持广泛的 Mautic 功能,包括创建、更新、删除和获取公司和联系人,以及添加和移除营销活动联系人。

在此页面上,您将找到 Mautic 节点支持的操作列表和更多资源的链接。

凭据

请参考 Mautic 凭据 获取设置身份验证的指导。

此节点可用作 AI 工具

此节点可用于增强 AI 代理的功能。以这种方式使用时,许多参数可以自动设置,或使用 AI 指导的信息设置 - 在 AI 工具参数文档中了解更多信息。

操作#

  • Campaign Contact 营销活动联系人
    • Add 将联系人添加到营销活动
    • Remove 从营销活动中移除联系人
  • Company 公司
    • Create 创建新公司
    • Delete 删除公司
    • Get 获取公司数据
    • Get all 获取所有公司数据
    • Update 更新公司
  • Company Contact 公司联系人
    • Add 将联系人添加到公司
    • Remove 从公司中移除联系人
  • Contact 联系人
    • Create 创建新联系人
    • Delete 删除联系人
    • Edit 编辑联系人的积分
    • Add/remove 从不联系列表中添加/移除联系人
    • Get 获取联系人数据
    • Get all 获取所有联系人数据
    • Send 向联系人发送电子邮件
    • Update 更新联系人
  • Contact Segment 联系人细分
    • Add 将联系人添加到细分
    • Remove 从细分中移除联系人
  • Segment Email 细分电子邮件
    • Send 发送

模板和示例#

Validate email of new contacts in Mautic

by Jonathan

View template details
Add new customers from WooCommerce to Mautic

by Jonathan

View template details
Send sales data from Webhook to Mautic

by rangelstoilov

View template details
Browse Mautic integration templates, or search all templates

如果不支持您的操作该怎么办#

如果此节点不支持您想要执行的操作,您可以使用 HTTP 请求节点来调用服务的 API。

您可以在 HTTP 请求节点中使用为此服务创建的凭据:

  1. 在 HTTP 请求节点中,选择身份验证 > 预定义凭据类型
  2. 选择您要连接的服务。
  3. 选择您的凭据。

有关更多信息,请参阅自定义 API 操作