Workflows in TinyCommand always start with a trigger (something that happens) and end with an action (what TinyCommand does next).
Here’s a simple example you can build in under 5 minutes:
1. Pick a Trigger
-
Common first trigger: Form submission (e.g., a new lead signs up).
-
You could also use an external trigger (like a Stripe payment or a new record in TinyTables).
2. Choose an Action
Add Send Email to automatically reply:
-
“Thanks for signing up, we’ll be in touch soon.”
-
Other options: send a Slack message, update a TinyTable, or call an API.
3. Test & Publish
-
Run a test to make sure the action fires.
-
Publish the workflow and share the trigger source (like your form link).
In minutes, you’ll have your first automation running. From here, you can expand with conditions, loops, or integrations like Slack and Stripe.