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

Booking automation (Calendly → Google Calendar → Slack)

快速摘要

触发器
Calendly - Invitee Created
步骤
3
Calendly - Invitee Created → Google Calendar - Create an Event → Slack - Create Message
泳道
2
集成
Calendly, Google Calendar, Slack

FlowZap 代码

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"]
}
FlowZap - Not another Diagramming tool - Booking automation (Calendly → Google Calendar → Slack) | Make.com 自动化示例.