Keep going
Every workflow on Rundown University, free for 7 days
Members get all guides, courses, live sessions, and $1,000+ in partner perks.
Guides Google published mar 12, 2026
In this guide, you will learn how to use Google Workspace Studio to automate your Gmail inbox. You will set up agents that triage incoming messages, extract key information from invoices, and draft replies using Gemini, without connecting third-party tools.
You will build a Gmail automation that uses Gemini to label incoming emails by category, such as invoices, newsletters, and client messages, as they arrive. You can also layer on optional steps that extract specific details from labeled emails into a Google Sheet and draft replies.
Workspace Studio cannot send emails on your behalf to other people. It can draft replies to anyone, but you have to manually send them.
Go to studio.workspace.google.com. Before you build anything custom, look at the email boosters on the homepage. These are one-click templates Google has prebuilt:
These are a good way to get familiar with what Workspace Studio can do. Turn a couple on and see how they work before building your own flow.
Pro tip: The VIP notification booster is useful out of the box, but you can take it further. Create a Google Sheet with a list of your VIP contacts, such as clients, teammates, or your boss, and reference it in a custom flow. That way, you update the sheet instead of editing the flow every time.
Click the plus button to create a new flow. Select “When I get an email” as your starter and set it to check all emails.
Add an Add labels step. Toggle on AI-powered labels. You will see a list of categories like “Receipts & Invoices,” “Newsletters,” “Social,” and more. Select the labels you care about.
Hit Turn on, name your flow, and send yourself a test email to make sure it fires. Check the Activity tab in Workspace Studio to see exactly what happened at each step.
Pro tip: It can take a few minutes for a flow to fire after a new email arrives. Be patient. In testing, it took about 5 minutes at most.
You can use Gemini to extract information from your emails. This example walks through an agent flow that extracts invoice details.
Create a flow like before. This time, create an AI label for invoices and only check the box for that label.
Add a Check if step after the labeling step. Set it to run when the “Receipts & Invoices” label, or whatever label you chose, was added.
Inside that conditional block:
Now, every time an invoice lands in your inbox, Gemini labels it, extracts the key details, and logs them in your spreadsheet automatically.
You can also have Gemini draft email replies as part of any flow. Add an Ask Gemini step and use the variables tool to feed it the email content from a previous step. Use a prompt like:
Read this email and draft a professional reply acknowledging receipt and confirming we'll follow up within 24 hours.Then add a Draft a reply step and pull in Gemini’s response using variables. The draft will show up in your Gmail drafts folder. Review it and hit send.
Pro tip: Workspace Studio cannot send emails on your behalf to other people. It can only send emails to you, such as notifications. It can draft replies to anyone, but you have to manually send them.
Another pro tip: Workspace Studio limits are unclear at the moment. If you want to stay under the flow limits, use non-AI flows for simple tasks like keyword filters or sender-based labels, and save AI-powered steps for emails that actually need Gemini to read and interpret them.
Keep going
Members get all guides, courses, live sessions, and $1,000+ in partner perks.