File intake routing (Dropbox → Google Drive → Slack)
快速摘要
触发器
Dropbox - Watch Files
步骤
3
Dropbox - Watch Files → Google Drive - Upload a File → Slack - Create Message
泳道
2
集成
Dropbox, Google Drive, Slack
FlowZap 代码
dropbox { # Dropbox
n1: rectangle label:"Dropbox - Watch Files" system:"Dropbox"
n2: rectangle label:"Google Drive - Upload a File" system:"Google Drive"
n1.handle(right) -> n2.handle(left)
}
notify { # Notify
n3: rectangle label:"Slack - Create Message" system:"Slack"
n2.handle(bottom) -> notify.n3.handle(top) [label="File routed"]
}