Webinar registration nurture (Zoom → Mailchimp → Google Sheets)
快速摘要
触发器
Zoom - Send Chat Message
步骤
3
Zoom - Send Chat Message → Mailchimp - Add/Update Subscriber → Google Sheets - Add Row
泳道
2
集成
Google Sheets, Mailchimp, Zoom
FlowZap 代码
zoom { # Zoom
n1: rectangle label:"Zoom - Send Chat Message" system:"Zoom"
n2: rectangle label:"Mailchimp - Add/Update Subscriber" system:"Mailchimp"
n1.handle(right) -> n2.handle(left)
}
tracking { # Tracking
n3: rectangle label:"Google Sheets - Add Row" system:"Google Sheets"
n2.handle(bottom) -> tracking.n3.handle(top) [label="Registrant"]
}