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

邮件营销活动工作流

business-operations

邮件营销活动工作流,包括受众细分、A/B 测试、发送排期、送达率监控以及参与度分析。

完整 FlowZap 代码

Marketer { # Marketer
  n1: circle label:"Start"
  n2: rectangle label:"Define campaign objectives"
  n3: rectangle label:"Select target audience"
  n4: rectangle label:"Create email content"
  n5: rectangle label:"Review campaign analytics"
  n6: circle label:"End"
  n1.handle(right) -> n2.handle(left)
  n2.handle(right) -> n3.handle(left)
  n3.handle(bottom) -> CRM.n7.handle(top) [label="Query segments"]
  n4.handle(bottom) -> EmailPlatform.n11.handle(top) [label="Upload content"]
  n5.handle(right) -> n6.handle(left)
}
CRM { # CRM System
  n7: rectangle label:"Filter subscribers by criteria"
  n8: diamond label:"List size sufficient?"
  n9: rectangle label:"Export recipient list"
  n10: rectangle label:"Expand criteria"
  n7.handle(right) -> n8.handle(left)
  n8.handle(right) -> n9.handle(left) [label="Yes"]
  n8.handle(bottom) -> n10.handle(top) [label="No"]
  n10.handle(left) -> n7.handle(bottom) [label="Retry"]
  n9.handle(top) -> Marketer.n4.handle(bottom) [label="List ready"]
}
EmailPlatform { # Email Platform
  n11: rectangle label:"Validate email template"
  n12: rectangle label:"Schedule send time"
  n13: diamond label:"A/B test enabled?"
  n14: rectangle label:"Split audience randomly"
  n15: rectangle label:"Send to full list"
  n16: rectangle label:"Queue emails for delivery"
  n11.handle(right) -> n12.handle(left)
  n12.handle(right) -> n13.handle(left)
  n13.handle(right) -> n14.handle(left) [label="Yes"]
  n13.handle(bottom) -> n15.handle(top) [label="No"]
  n14.handle(right) -> n16.handle(left)
  n15.handle(right) -> n16.handle(top)
  n16.handle(bottom) -> Analytics.n17.handle(top) [label="Sending"]
}
Analytics { # Analytics
  n17: rectangle label:"Track delivery rates"
  n18: rectangle label:"Monitor open rates"
  n19: rectangle label:"Record click-through rates"
  n20: rectangle label:"Calculate conversion metrics"
  n17.handle(right) -> n18.handle(left)
  n18.handle(right) -> n19.handle(left)
  n19.handle(right) -> n20.handle(left)
  n20.handle(top) -> Marketer.n5.handle(bottom) [label="Report ready"]
}

相关模板

个性化引擎工作流

business-operations

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

推送通知工作流

business-operations

包含受众定位、平台路由(iOS/Android)、投递追踪和互动分析的移动推送通知工作流。

用户分段工作流

business-operations

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

账户删除工作流程

business-operations

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

API 密钥轮换工作流程

business-operations

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