TinyWorkflows
TinyWorkflows is a visual automation builder. You connect apps with triggers and actions on a drag-and-drop canvas, add logic like branches and loops, and publish workflows that run automatically.

What you can build
- Data sync: keep two systems in sync (e.g., new Shopify orders → Google Sheets row)
- Alerts: get a Slack message when a Stripe charge fails
- Multi-step processes: classify a support ticket with AI, route it to the right team, and reply
- Scheduled reports: pull data every morning and email a summary
- Lead enrichment: enrich new form submissions with company data and route to CRM
Key concepts
| Concept | What it means |
|---|---|
| Trigger | What starts the workflow: a webhook, a schedule, a form submission, or a manual run |
| Action | What the workflow does: send an email, call an API, update a database |
| Node | A single step on the canvas; every trigger, action, and logic block is a node |
| Link | The arrow connecting two nodes; data flows along links |
| Variable | A reference like {{slack.message.text}} that pulls data from a previous node |
| Execution | One run of the workflow; each has a log showing what happened at every node |
Available node types

| Category | Node count | Examples |
|---|---|---|
| Flow Control | 12 | If-Else, For Each, Delay, HTTP Request, Transformer, Human-in-the-Loop |
| Integrations | 101 | Slack, Gmail, Google Sheets, HubSpot, Stripe, and 96 others |
| AI | 5 | TinyGPT (Analyzer/Writer), Tiny Scout, Tiny Composer, Tiny Search |
| Web Scraping | 5 | Scrape Page, Crawl Site, Extract Data, Map URLs, Web Search |
| Vision | 6 | Extract Text (OCR), Read PDF, Extract Table, Extract Fields, Ask Document, Classify |
| Database | 6+ | Create, Read, Update, Delete records (PostgreSQL, MySQL, TinyTables) |
Getting started
New to TinyWorkflows? Start here: