Flows / Recipes
Recipes
Short, focused scripts you can copy, adapt, and run. Most finish in under 50 lines.
Pythonintermediate
Gmail label to Slack channel
When a Gmail message hits a specific label, post a compact summary into a Slack channel — including sender, subject, and a deep link.
RecipeOpen
PowerShellintermediate
Weekly Microsoft 365 mailbox report
Generate a CSV of every mailbox, size, last-logon and archive state — scheduled weekly and mailed to IT.
RecipeOpen
PowerShellintermediate
Bulk-create AD users from CSV
Onboard a batch of Active Directory users from a CSV file with sensible defaults, safe password generation, and a dry-run mode.
RecipeOpen
Pythonbeginner
Folder watcher with safe triggers
Watch a directory for new files and react — move, rename, notify — with a debounce so half-written files don't trigger early.
RecipeOpen