16
Oct
WooCommerce payment completed
Comments
Trigger starts a workflow after a payment has been completed.
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.