Automatically create and share a Google Drive folder per client

Creates a Google Drive folder, shares it with the right person, and sends a Slack alert if anything fails.

How the work actually flows

It branches. Exactly one path is taken; a person is alerted when a step fails.

Pattern: Exclusive Choice (4)

flowchart TD trig>"new client request received"]:::trig s0["create drive folder"]:::task s1["share folder with email"]:::task trig --> s0 s0 --> s1 gx{"× did sharing succeed"}:::gate s1 --> gx p00["generate folder link"]:::task gx -->|"success"| p00 p01["send link back"]:::task p00 --> p01 p10["send slack alert"]:::task gx -->|"failure"| p10 p01 --> out p10 --> out out[/"shared folder link or alert"/]:::out pay{{"no silent access failures"}}:::pay out --> pay esc(("Alerts a person")):::human s1 -. "if it fails" .-> esc esc -.-> out classDef task fill:#e7f6fe,stroke:#34b8f0,color:#2c2a29 classDef svc fill:#f6f8fa,stroke:#7c8795,color:#2c2a29 classDef mi fill:#e7f6fe,stroke:#0079a8,color:#2c2a29,stroke-width:2px classDef human fill:#fff,stroke:#0079a8,color:#0079a8 classDef store fill:#f6f8fa,stroke:#0079a8,color:#2c2a29 classDef trig fill:#00a4eb,stroke:#0079a8,color:#fff,font-weight:bold classDef trigtime fill:#00a4eb,stroke:#0079a8,color:#fff,font-weight:bold classDef trigdata fill:#8ad4f5,stroke:#0079a8,color:#06314c,font-weight:bold classDef gate fill:#fff,stroke:#e8a23d,color:#6b4708,font-weight:bold classDef out fill:#1f9d6b,stroke:#167a53,color:#fff,font-weight:bold classDef pay fill:#06314c,stroke:#021f33,color:#fff
Starts itA stepA personOne path onlyResultPayoff
Build size
Standard

A mid-size build with several tools working together.

Business functions
CRM & Sales PipelineEmail AutomationMessaging & NotificationsAPI & Webhook IntegrationFile & Cloud Storage
Connects
Google DriveSlack

The problem it solves

Setting up a new folder and sharing it correctly for every new client or employee is repetitive and easy to mess up. When sharing permissions fail silently, people end up locked out without anyone noticing.

Who it fits

A business that regularly creates shared folders for new clients, projects, or employees.

How it works

  1. A new request comes in from a form, CRM, or other system
  2. A new folder is created in Google Drive
  3. Sharing permission is granted to the specified email address
  4. The folder link is generated and sent back to the requesting system
  5. If any step fails, a Slack alert is sent so someone can fix it right away
What you get

Client folders that are always shared correctly

You get a new client folder created and shared with the right person automatically, with an alert if anything goes wrong.

What you get

A shared Google Drive folder link, or a Slack alert if something went wrong.

What you need

Accounts with Google Drive and Slack.

We can build this. But should you?

The hard question is not how to build it. It is whether this is the right thing to build first.

That is what a Fractional Chief AI Officer figures out with you, before anyone writes a line of code.

Let's Talk Strategy

Related automations

Back to the AI Playbook