Webinar registration nurture (Zoom → Mailchimp → Google Sheets)
Résumé rapide
Déclencheur
Zoom - Send Chat Message
Étapes
3
Zoom - Send Chat Message → Mailchimp - Add/Update Subscriber → Google Sheets - Add Row
Lanes
2
Intégrations
Google Sheets, Mailchimp, Zoom
Code 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"]
}