Automation & Workflows

Creating Your First Workflow

Get started with workflow automation by creating your first trigger-and-action workflow to automate repetitive tasks in your 3D printing business.

Last updated: 28 August 2026

Creating Your First Workflow

Workflows automate repetitive tasks by connecting triggers (events that happen in your store) to actions (things you want to happen in response). For example, you can automatically send an email when an order is placed, or generate a discount code when a cart is abandoned.

RapidQuote3D Workflows page showing the workflow list with trigger types, action counts, and active status

Navigating to Workflows

  1. From your admin dashboard, click Automation in the left-hand sidebar.
  2. Select Workflows from the submenu.
  3. You will see a list of existing workflows. New accounts may have a few default workflows already configured.

Creating a New Workflow

  1. Click the Create Workflow button in the top-right corner.
  2. Enter a Workflow Name — choose something descriptive, such as "Send confirmation email on new order" or "Abandoned cart recovery sequence".
  3. Optionally add a Description to explain the workflow's purpose. This is helpful when multiple team members manage automations.

Understanding the Trigger → Action Model

Every workflow follows a simple two-part structure:

  1. Trigger — The event that starts the workflow. Examples: "Order Created", "Payment Received", "Cart Abandoned".
  2. Actions — One or more tasks that execute when the trigger fires. Examples: "Send Email", "Send SMS", "Create Discount Code".

Think of it as: "When [trigger] happens, do [action 1], then [action 2], then [action 3]..."

Adding a Trigger

  1. In the workflow editor, click Add Trigger.
  2. Select a trigger type from the dropdown list (e.g. "Order Created").
  3. Configure any trigger-specific options. For example, "Order Status Changed" lets you specify which status transition should fire the trigger.
  4. Only one trigger can be assigned per workflow. If you need the same actions for multiple triggers, create separate workflows.

Adding Actions

  1. Click Add Action below the trigger.
  2. Select an action type (e.g. "Send Email").
  3. Configure the action — for "Send Email", you would select which email template to use.
  4. Add additional actions as needed. Actions execute in the order they are listed.
  5. You can drag and drop actions to reorder them.

Enabling and Disabling Workflows

Every workflow has an Active toggle:

  • Enabled (green) — The workflow is live and will execute when its trigger fires.
  • Disabled (grey) — The workflow is saved but will not execute. Use this to pause a workflow without deleting it.

New workflows are disabled by default. Once you have finished configuring and testing, toggle the workflow to Active.

Workflow Priority Ordering

When multiple workflows share similar triggers, priority determines which executes first:

  • Workflows are executed in the order they appear in the workflows list.
  • Drag workflows up or down in the list to change their priority.
  • Higher-priority workflows (nearer the top) execute first.
  • All matching workflows will execute — priority only affects the order, not exclusivity.

Example: Your First Workflow

Here is a simple workflow to get you started:

  1. Name: "New Order Confirmation"
  2. Trigger: Order Created
  3. Action 1: Send Email → select your "Order Confirmation" template
  4. Action 2: Send SMS → select your "Order Received SMS" template
  5. Toggle to Active and click Save.

Now, every time a customer places an order, they will automatically receive a confirmation email and an SMS notification.

Need help with this topic? Contact our support team