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
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