[ { "label": "Order me a pizza from Domino's if we get a Shopify order over $500", "trigger_type": [ "order_paid" ], "object_type": "order", "app_id": "triggers", "settings": { "priority": 0, "condition_groups": [ { "conditions": [ { "field": "order.subtotal_price", "settings": { "operator": "gt", "value": "500", "condition_type": "AND" }, "weight": 999 } ], "actions": [ { "type": "ifttt", "settings": { "wait": "0", "custom_wait": "", "event": "order_dominos", "value1": "", "value2": "", "value3": "" }, "weight": 999, "target_key": "order" } ] } ], "shared_workflow_id": 801 }, "description": "This clever workflow uses Arigato's IFTTT integration to automatically order the store owner a Pizza from Domino's whenever a new order is created that is over $500. You can modify this workflow to check for any other custom order total amount." } ]