Event registrations follow-up (Eventbrite → Mailchimp → Slack)
快速摘要
触发器
Eventbrite - Watch Attendees
步骤
3
Eventbrite - Watch Attendees → Mailchimp - Add/Update Subscriber → Slack - Create Message
泳道
2
集成
Eventbrite, Mailchimp, Slack
FlowZap 代码
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"]
}