Skip to content

Create Your First Workflow

Let’s build your first workflow together! We’ll create a simple automation that sends you an email when you click a button.

⏱️ Time Required: About 5 minutes
🎯 What You'll Learn: How to use triggers, actions, and run workflows
  1. Log in to your CiraIQ dashboard
  2. Click the “New Workflow” button
  3. Give your workflow a name like “My First Workflow”
🖼️
Add Screenshot Here
Dashboard - Show where to click "New Workflow" button

A Manual Trigger lets you start your workflow by clicking a button. It’s perfect for testing!

  1. Look at the left sidebar - you’ll see different node types
  2. Find the “Manual Trigger” node
  3. Drag it onto the canvas (the main area)
  4. Drop it anywhere you like
🖼️
Add Screenshot Here
Workflow Builder - Show dragging Manual Trigger node
💡 Tip: The Manual Trigger is great for testing. Later, you can use other triggers like schedules or form submissions.

Now let’s add an action that sends an email:

  1. Find the “Send Email” action in the left sidebar
  2. Drag it onto the canvas below your trigger
  3. You’ll see both nodes on the canvas
🖼️
Add Screenshot Here
Canvas - Show both Manual Trigger and Email nodes

Now we need to connect the trigger to the action:

  1. Look for the small circle on the right side of the Manual Trigger node
  2. Click and drag from that circle to the Email node
  3. You’ll see a line connecting them - that’s the workflow path!
🖼️
Add Animated GIF Here
Connecting Nodes - Show the drag-and-connect action

Manual Trigger

Click "Run" button

Send Email

Email gets sent

Click on the Email node to open its settings:

  1. To: Enter your email address
  2. Subject: Type “My First Workflow Works!”
  3. Message: Type “Congratulations! You’ve created your first workflow.”
🖼️
Add Screenshot Here
Email Configuration Panel - Show filled out settings

Don’t forget to save!

  1. Click the “Save” button at the top right
  2. Your workflow is now saved and ready to use

Time to test it!

  1. Click the “Run” button (usually next to the Save button)
  2. Watch as your workflow executes
  3. Check your email inbox - you should receive the email!
🖼️
Add Screenshot Here
Execution View - Show workflow running with progress indicators
✅ Success!
If you received the email, congratulations! You've just created and run your first workflow.

In this tutorial, you learned how to:

  • ✓ Create a new workflow
  • ✓ Add nodes (trigger and action)
  • ✓ Connect nodes together
  • ✓ Configure node settings
  • ✓ Save and run a workflow

Didn’t receive the email?

  • Check your spam folder
  • Make sure you entered the correct email address
  • Check the execution logs to see if there were any errors

Can’t connect the nodes?

  • Make sure you’re dragging from the small circle on the right side of nodes
  • Try zooming in if the circles are too small

Now that you’ve created your first workflow, try these:

🎯 Challenge: Try adding a second email action! Can you make your workflow send two different emails?