{
  "workflow_name": "Give high-value WooCommerce orders VIP handling with a value-based router",
  "workflow_steps": {
    "steps": [
      {
        "id": "1",
        "position": {
          "x": 0,
          "y": 0
        },
        "data": {
          "label": "New Order Created",
          "app": {
            "key": "woocommerce",
            "fm_app": "woocommerce"
          },
          "eventSlug": "new_order",
          "eventTitle": "New Order Created",
          "layoutDirection": "horizontal",
          "stepNumber": 1
        },
        "targetPosition": "bottom",
        "type": "trigger",
        "stepNumber": 1,
        "expanded": true,
        "style": {
          "transition": "all 150ms ease-in-out"
        },
        "measured": {
          "width": 82,
          "height": 82
        },
        "application": "woocommerce",
        "stepID": "1",
        "action": "new_order",
        "nodeType": "step",
        "actionAppArgs": [],
        "captureResponse": {
          "order_id": "10432",
          "order_number": "10432",
          "billing_first_name": "Priya",
          "billing_last_name": "Nair",
          "billing_email": "priya@example.com",
          "billing_phone": "+15557654321",
          "total": "149.00",
          "currency": "USD",
          "payment_method": "Credit Card",
          "status": "processing",
          "items_count": "3"
        },
        "responses": [
          {
            "letter": "A",
            "time": "01/07/2026, 10:00:00",
            "response": {
              "order_id": "10432",
              "order_number": "10432",
              "billing_first_name": "Priya",
              "billing_last_name": "Nair",
              "billing_email": "priya@example.com",
              "billing_phone": "+15557654321",
              "total": "149.00",
              "currency": "USD",
              "payment_method": "Credit Card",
              "status": "processing",
              "items_count": "3"
            }
          }
        ],
        "activeResponseIndex": 0
      },
      {
        "id": "2",
        "position": {
          "x": 175,
          "y": 0
        },
        "nodeType": "router",
        "application": "router",
        "stepID": "2",
        "type": "action",
        "actionAppArgs": [],
        "data": {
          "label": "Router",
          "app": {
            "key": "router",
            "fm_app": "router"
          },
          "layoutDirection": "horizontal",
          "stepNumber": 2,
          "stepIndex": 2
        },
        "parentType": "step"
      },
      {
        "id": "2-routerSwitch",
        "position": {
          "x": 275,
          "y": 0
        },
        "type": "action",
        "data": {
          "label": "+",
          "stepNumber": null,
          "layoutDirection": "horizontal",
          "app": []
        },
        "routerSwitch": true,
        "stepID": "2-routerSwitch",
        "nodeType": "routerSwitch",
        "actionAppArgs": []
      },
      {
        "id": "2-routerRoute_A",
        "position": {
          "x": 395,
          "y": -112.5
        },
        "type": "action",
        "data": {
          "label": "Route A",
          "stepNumber": null,
          "layoutDirection": "horizontal",
          "app": [],
          "customLabel": "VIP order (over $500)"
        },
        "routerRoute": true,
        "routeLetter": "A",
        "routeIndex": 0,
        "stepID": "2-routerRoute_A",
        "nodeType": "routerRoute",
        "actionAppArgs": []
      },
      {
        "id": "3",
        "position": {
          "x": 615,
          "y": -112.5
        },
        "type": "action",
        "data": {
          "label": "Route Conditions",
          "layoutDirection": "horizontal",
          "stepNumber": 3,
          "app": {
            "key": "filter",
            "fm_app": "filter"
          },
          "eventSlug": "continue_if",
          "eventTitle": "Route Conditions",
          "customLabel": "Route Conditions"
        },
        "parentType": "routerRoute",
        "style": {
          "transition": "all 150ms ease-in-out"
        },
        "measured": {
          "width": 82,
          "height": 82
        },
        "actionAppArgs": {
          "filterConditions": {
            "1": [
              {
                "key": "{woocommerce1.total}",
                "condition": "greater_than",
                "value": "500"
              }
            ]
          }
        },
        "application": "filter",
        "action": "continue_if",
        "nodeType": "step",
        "stepID": "3",
        "filterConditions": {
          "filterConditions": {
            "1": [
              {
                "key": "{woocommerce1.total}",
                "condition": "greater_than",
                "value": "500"
              }
            ]
          }
        }
      },
      {
        "id": "4",
        "position": {
          "x": 790,
          "y": -112.5
        },
        "type": "action",
        "data": {
          "label": "Alert VIP team",
          "layoutDirection": "horizontal",
          "stepNumber": 4,
          "app": {
            "key": "slack",
            "fm_app": "slack"
          },
          "eventSlug": "send_message_to_channel",
          "eventTitle": "Send Channel Message"
        },
        "parentType": "step",
        "style": {
          "transition": "all 150ms ease-in-out"
        },
        "measured": {
          "width": 82,
          "height": 82
        },
        "actionAppArgs": {
          "message_text": "⭐ VIP order #{woocommerce1.order_number} — {woocommerce1.currency} {woocommerce1.total} from {woocommerce1.billing_first_name}. Handle with priority."
        },
        "application": "slack",
        "action": "send_message_to_channel",
        "nodeType": "step",
        "stepID": "4"
      },
      {
        "id": "2_A_placeholder",
        "position": {
          "x": 965,
          "y": -112.5
        },
        "type": "placeholder",
        "data": {
          "label": "+",
          "layoutDirection": "horizontal",
          "stepNumber": null,
          "app": []
        },
        "measured": {
          "width": 40,
          "height": 82
        },
        "stepID": "2_A_placeholder",
        "nodeType": "placeholder",
        "actionAppArgs": []
      },
      {
        "id": "2-routerRoute_B",
        "position": {
          "x": 395,
          "y": 112.5
        },
        "type": "action",
        "data": {
          "label": "Route B",
          "stepNumber": null,
          "layoutDirection": "horizontal",
          "app": [],
          "customLabel": "Standard order"
        },
        "routerRoute": true,
        "routeLetter": "B",
        "routeIndex": 1,
        "stepID": "2-routerRoute_B",
        "nodeType": "routerRoute",
        "actionAppArgs": []
      },
      {
        "id": "5",
        "position": {
          "x": 615,
          "y": 112.5
        },
        "type": "action",
        "data": {
          "label": "Route Conditions",
          "layoutDirection": "horizontal",
          "stepNumber": 5,
          "app": {
            "key": "filter",
            "fm_app": "filter"
          },
          "eventSlug": "continue_if",
          "eventTitle": "Route Conditions",
          "customLabel": "Route Conditions"
        },
        "parentType": "routerRoute",
        "style": {
          "transition": "all 150ms ease-in-out"
        },
        "measured": {
          "width": 82,
          "height": 82
        },
        "actionAppArgs": {
          "filterConditions": {
            "1": [
              {
                "key": "{woocommerce1.total}",
                "condition": "is_not_empty",
                "value": ""
              }
            ]
          }
        },
        "application": "filter",
        "action": "continue_if",
        "nodeType": "step",
        "stepID": "5",
        "filterConditions": {
          "filterConditions": {
            "1": [
              {
                "key": "{woocommerce1.total}",
                "condition": "is_not_empty",
                "value": ""
              }
            ]
          }
        }
      },
      {
        "id": "6",
        "position": {
          "x": 790,
          "y": 112.5
        },
        "type": "action",
        "data": {
          "label": "Send Email",
          "layoutDirection": "horizontal",
          "stepNumber": 6,
          "app": {
            "key": "email",
            "fm_app": "email"
          },
          "eventSlug": "send_email",
          "eventTitle": "Send Email"
        },
        "parentType": "step",
        "style": {
          "transition": "all 150ms ease-in-out"
        },
        "measured": {
          "width": 82,
          "height": 82
        },
        "actionAppArgs": {
          "to_email": "{woocommerce1.billing_email}",
          "email_subject": "Order #{woocommerce1.order_number} confirmed",
          "email_body": "Hi {woocommerce1.billing_first_name}, thanks for your order! We're getting it ready."
        },
        "application": "email",
        "action": "send_email",
        "nodeType": "step",
        "stepID": "6"
      },
      {
        "id": "2_B_placeholder",
        "position": {
          "x": 965,
          "y": 112.5
        },
        "type": "placeholder",
        "data": {
          "label": "+",
          "layoutDirection": "horizontal",
          "stepNumber": null,
          "app": []
        },
        "measured": {
          "width": 40,
          "height": 82
        },
        "stepID": "2_B_placeholder",
        "nodeType": "placeholder",
        "actionAppArgs": []
      }
    ],
    "edges": [
      {
        "id": "e-1-2",
        "source": "1",
        "target": "2",
        "type": "step",
        "data": []
      },
      {
        "id": "e-2-2-routerSwitch",
        "source": "2",
        "target": "2-routerSwitch",
        "type": "router",
        "data": []
      },
      {
        "id": "e-2-routerSwitch-2-routerRoute_A",
        "source": "2-routerSwitch",
        "target": "2-routerRoute_A",
        "type": "router",
        "data": []
      },
      {
        "id": "e-2-routerRoute_A-3",
        "source": "2-routerRoute_A",
        "target": "3",
        "type": "router",
        "data": []
      },
      {
        "id": "e-3-4",
        "source": "3",
        "target": "4",
        "type": "step",
        "data": []
      },
      {
        "id": "e-4-2_A_placeholder",
        "source": "4",
        "target": "2_A_placeholder",
        "type": "placeholder",
        "data": []
      },
      {
        "id": "e-2-routerSwitch-2-routerRoute_B",
        "source": "2-routerSwitch",
        "target": "2-routerRoute_B",
        "type": "router",
        "data": []
      },
      {
        "id": "e-2-routerRoute_B-5",
        "source": "2-routerRoute_B",
        "target": "5",
        "type": "router",
        "data": []
      },
      {
        "id": "e-5-6",
        "source": "5",
        "target": "6",
        "type": "step",
        "data": []
      },
      {
        "id": "e-6-2_B_placeholder",
        "source": "6",
        "target": "2_B_placeholder",
        "type": "placeholder",
        "data": []
      }
    ]
  },
  "workflow_settings": {
    "name": "Give high-value WooCommerce orders VIP handling with a value-based router",
    "folder": "all",
    "description": "High-value orders alert your VIP team on Slack for white-glove handling; standard orders get a normal confirmation email. Uses a Router to branch by order total.",
    "status": "off",
    "user_email": "",
    "webhook_queue": "disabled",
    "workflow_auth_key": "",
    "builder_version": "v2",
    "time": "",
    "ai_generated": "yes"
  }
}