Skip to content

Segment 节点#

使用 Segment 节点在 Segment 中自动化工作,并将 Segment 与其他应用程序集成。n8n 内置支持广泛的 Segment 功能,包括将用户添加到组、创建身份和跟踪活动。

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

凭据

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

操作#

  • Group 组
    • Add a user to a group 将用户添加到组
  • Identify 身份识别
    • Create an identity 创建身份
  • Track 跟踪
    • Record the actions your users perform. Every action triggers an event, which can also have associated properties. 记录用户执行的操作。每个操作都会触发一个事件,该事件也可以具有关联属性。
    • Record page views on your website, along with optional extra information about the page being viewed. 记录网站上的页面浏览,以及关于正在查看页面的可选额外信息。

模板和示例#

Auto-Scrape TikTok User Data via Dumpling AI and Segment in Airtable

by Yang

View template details
Create a customer and add them to a segment in Customer.io

by Harshil Agrawal

View template details
Track an event in Segment

by tanaypant

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

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

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

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

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

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