Get a Slack notice when a file lands in Google Drive
HumDay can watch a Google Drive folder you choose and post each new file's name and link to Slack. Which folder, how often it is checked, and what the message says are all part of the approved contract, and the proof run shows a real notice before your team sees one.
What this automation is built from
Real operations each provider publishes, in their own words. HumDay only ever uses the specific ones your approved contract needs.
Watching Google Drive
How this gets built
- Describe the outcome. The button above drops this job, already worded, into the composer — edit it until it says exactly what you want.
- Approve the contract. Before anything is built you see what it will do in Google Drive and Slack, what it will never do, and what happens when something fails.
- See it proven. The generated program runs and shows you the result — including the duplicate rule working — before it is allowed near either account.
- Grant access, then go live. You approve the specific operations it may use on each side — and only those.
Related automations
- Get a Telegram notice when a file lands in Google DriveGoogle Drive → Telegram
- Get a Google Chat notice when a file lands in Google DriveGoogle Drive → Google Chat
- Get a Slack notice when a file lands in BoxBox → Slack
- Get a Telegram notice when a file lands in BoxBox → Telegram
- Get a Slack notice when a file lands in Files.comFiles.com → Slack
- Get a Google Chat notice when a file lands in BoxBox → Google Chat
- Get a Telegram notice when a file lands in Files.comFiles.com → Telegram
- Get a Google Chat notice when a file lands in Files.comFiles.com → Google Chat
Questions about this automation
- Do I need to write code to get a Slack notice when a file lands in Google Drive?
- No. You describe the job in plain words and HumDay works out which Google Drive and Slack operations it needs, writes the program, and shows you the result before anything runs live.
- What do I need before this can run?
- A Google Drive account and a Slack account. You connect each one when the automation is ready, and you are shown exactly which operations it will use on each side before you grant access.
- Will it ever act without my approval?
- No. The contract you approve names everything the automation may do, anything that writes to Slack is held behind an approval you grant explicitly, and the generated program cannot reach any service the contract did not name.
- How do I know it works before it touches my accounts?
- Every automation runs a proof first: the generated program executes against realistic data and shows you the outcome — including what it does with duplicates and failures — before it is allowed near your live Google Drive or Slack account.
- What happens when something fails?
- The contract states the failure behaviour up front — what is retried, what stops the run, and when you are told. A failure is reported to you rather than silently swallowed, and the run's evidence shows exactly what happened.
Where this came from
Operations are read from the published API descriptions for Google Drive and Slack. Descriptions are each provider’s own words, not ours. See everything the Google Drive and Slack integration can do.