Booking automation (Calendly → Google Calendar → Slack)
Quick summary
Trigger
Calendly - Invitee Created
Steps
3
Step outline
Calendly - Invitee Created → Google Calendar - Create an Event → Slack - Create Message
Lanes
2
Integrations
Calendly, Google Calendar, Slack
FlowZap Code
calendly { # Calendly
n1: rectangle label:"Calendly - Invitee Created" system:"Calendly"
n2: rectangle label:"Google Calendar - Create an Event" system:"Google Calendar"
n1.handle(right) -> n2.handle(left)
}
team { # Team
n3: rectangle label:"Slack - Create Message" system:"Slack"
n2.handle(bottom) -> team.n3.handle(top) [label="New meeting"]
}