File intake routing (Dropbox → Google Drive → Slack)
Quick summary
Trigger
Dropbox - Watch Files
Steps
3
Step outline
Dropbox - Watch Files → Google Drive - Upload a File → Slack - Create Message
Lanes
2
Integrations
Dropbox, Google Drive, Slack
FlowZap Code
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"]
}