Welcome to FlowZap, the App to diagram with Speed, Clarity and Control.

用户分段工作流

business-operations

用户分段工作流,包括属性收集、行为事件跟踪、分段规则定义、动态成员管理和下游同步。

完整 FlowZap 代码

customer { # Customer
  n1: circle label:"Start User Segmentation"
  n3: diamond label:"Review User Segmentation details"
  n5: rectangle label:"Update records for User Segmentation"
  n7: circle label:"End User Segmentation"

  n1.handle(bottom) -> agent.n2.handle(top) [label="Success"]
  n3.handle(bottom) -> agent.n4.handle(top)
  n3.handle(right) -> agent.n2.handle(right) [label="Retry/Rejected"]
  n5.handle(bottom) -> agent.n6.handle(top)
}
agent { # Agent
  n2: rectangle label:"Receive User Segmentation request"
  n4: rectangle label:"Make User Segmentation decision"
  n6: rectangle label:"Continue User Segmentation process"

  n2.handle(bottom) -> customer.n3.handle(top)
  n4.handle(bottom) -> customer.n5.handle(top) [label="Valid"]
  n6.handle(bottom) -> customer.n7.handle(top)
}

相关模板

个性化引擎工作流

business-operations

Make.com自动化场景,用于实时个性化,利用Segment事件、ML推荐API和Braze跨电子邮件和推送渠道的活动交付。

账户删除工作流程

business-operations

账户删除工作流程,包含**取消原因捕获**、**留存优惠**、**订阅终止**、**数据清理**和**确认邮件**。

API 密钥轮换工作流程

business-operations

API 密钥轮换工作流程,包含**新密钥生成**、**双密钥过渡期**、**客户端通知**、**旧密钥弃用**和**审计日志记录**。