Creating Flows
Creating Your First Flow
AutoCRUD’s visual flow builder makes it easy to create powerful automated workflows without writing code. This guide will walk you through creating your first flow.
Prerequisites
- An AutoCRUD account with access to a workspace
- Basic understanding of the workflow concept
Step 1: Access the Flows Section
- Navigate to your workspace dashboard
- Click on the Flows icon in the left sidebar
- Click the Create Flow button in the top-right corner
Step 2: Design Your Workflow
Once in the flow builder, you’ll see a canvas where you can design your workflow:
- Start with a Trigger Node (automatically added)
- Use the + button or drag nodes from the node library to add actions
- Connect nodes by dragging from the output of one node to the input of another
Step 3: Configure Your Trigger
Every flow starts with a trigger that determines when your workflow will run:
- Click on the trigger node to open its configuration panel
- Select a trigger type:
- On Schedule: Run at specified intervals
- HTTP: Triggered by a webhook
- On Demand: Manually triggered
- Configure the trigger settings as needed
Step 4: Add and Configure Action Nodes
Add actions to your workflow to perform specific tasks:
- Click on the + button to add a node
- Select from available node types:
- Send Email: Send email notifications
- HTTP Request: Make API calls to external services
- Ask Question: Leverage AI for question answering
- And many more…
- Configure each node’s parameters as required
Step 5: Test Your Flow
Before deploying your flow, you should test it to ensure it works as expected:
- Click the Play button in the toolbar to run your flow
- Monitor the execution in real-time
- Check node outputs to verify the results
- Make adjustments as needed
Step 6: Save and Activate Your Flow
Once you’re satisfied with your flow:
- Give your flow a descriptive name
- Click the Save button
- Activate your flow to make it live
Example: Simple Email Notification Flow
Let’s create a simple flow that sends an email when triggered:
- Start with a trigger node (e.g., HTTP trigger)
- Add a Send Email node
- Connect the trigger to the email node
- Configure the email node with recipient, subject, and content
- Save and test your flow
Next Steps
Now that you’ve created your first flow, you can:
- Explore more complex workflows with multiple nodes
- Learn about Advanced Triggers
- Discover all available Node Types
- Implement Error Handling in your flows