File intake routing (Dropbox → Google Drive → Slack)
Résumé rapide
Déclencheur
Dropbox - Watch Files
Étapes
3
Dropbox - Watch Files → Google Drive - Upload a File → Slack - Create Message
Lanes
2
Intégrations
Dropbox, Google Drive, Slack
Code 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"]
}