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

Event registrations follow-up (Eventbrite → Mailchimp → Slack)

Quick summary

Trigger
Eventbrite - Watch Attendees
Steps
3
Step outline
Eventbrite - Watch Attendees → Mailchimp - Add/Update Subscriber → Slack - Create Message
Lanes
2
Integrations
Eventbrite, Mailchimp, Slack

FlowZap Code

eventbrite { # Eventbrite
n1: rectangle label:"Eventbrite - Watch Attendees" system:"Eventbrite"
n2: rectangle label:"Mailchimp - Add/Update Subscriber" system:"Mailchimp"
n1.handle(right) -> n2.handle(left)
}

alerts { # Alerts
n3: rectangle label:"Slack - Create Message" system:"Slack"
n2.handle(bottom) -> alerts.n3.handle(top) [label="New attendee"]
}
Event registrations follow-up (Eventbrite → Mailchimp → Slack) | Make.com Automation Examples