WooCommerce order status changed
Trigger starts a workflow after status of existing order has been changed. New orders will not fire this trigger.
You can specify optional amount of order total to limit starting the workflow according to the specified range or some threshold if you specify only one value.
To get order details you can use pattern {TRIGGER}
in the workflow. For instance: order ID: {TRIGGER[id]}
, order total value: {TRIGGER[total]}
, customer email: {TRIGGER[customer][user_email]}
. Read more about available WooCommerce order patterns.
Priority of execution allows to set relative order of execution for workflow, lower numbers correspond with earlier execution.
Note: New orders will not fire this trigger. If you want to start a workflow with any new order placed you have to use WooCommerce new order or if you want to start a workflow with payed only order use WooCommerce payment completed instead.