Quickstart
Get your first automation running in under 5 minutes.
Step 1: Create Your Account
- Go to app.onflowstack.com/auth/register
- Enter your email and create a password
- Verify your email address
- You'll land on your dashboard
Step 2: Create a New Automation
- Click Automations in the left sidebar
- Click the + New Automation button
- Choose your engine:
- Flow Builder — Best for straightforward automations with a clean interface
- Workflow Builder — Best for complex, multi-branch automations
Step 3: Add a Trigger
Every automation starts with a trigger — the event that kicks off your workflow.
Common triggers:
- Schedule — Run on a cron schedule (every minute, hour, day, etc.)
- Webhook — Run when an HTTP request hits your webhook URL
- App Event — Run when something happens in a connected app (new email, form submission, etc.)
- Manual — Run on-demand from the dashboard
Step 4: Add Actions
After your trigger, add one or more actions — the steps your automation performs.
Example: Send a Slack message when a form is submitted
- Set trigger to Webhook
- Add action: Slack → Send Message
- Configure the Slack connection (OAuth popup)
- Map the webhook data to your message template
- Click Test Flow to verify
Step 5: Activate
Once you're happy with your automation:
- Click Publish (Flow Builder) or toggle the Active switch (Workflow Builder)
- Your automation is now live and will run automatically
What's Next?
- Core Concepts — Understand flows, runs, connections, and pieces
- Platform Overview — Explore everything FlowStack offers
- Integrations — Connect your favorite apps