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

Webinar registration nurture (Zoom → Mailchimp → Google Sheets)

Quick summary

Trigger
Zoom - Send Chat Message
Steps
3
Step outline
Zoom - Send Chat Message → Mailchimp - Add/Update Subscriber → Google Sheets - Add Row
Lanes
2
Integrations
Google Sheets, Mailchimp, Zoom

FlowZap Code

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"]
}
Webinar registration nurture (Zoom → Mailchimp → Google Sheets) | Make.com Automation Examples