[ { "label": "If an order is \"high risk\", tag the order and email me to investigate", "trigger_type": [ "order_created" ], "object_type": "order", "app_id": "triggers", "settings": { "priority": 0, "condition_groups": { "2": { "conditions": [ { "field": "order.risks.recommendation", "settings": { "multiple": "any", "operator": "any", "value": { "cancel": "cancel", "investigate": 0, "accept": 0 } }, "weight": 999 } ], "actions": [ { "type": "order_add_tags", "settings": { "wait": "0", "custom_wait": "", "tags": "High Risk" }, "weight": 999, "target_key": null }, { "type": "email", "settings": { "wait": "0", "custom_wait": "", "to": "", "cc": "", "bcc": "", "reply_to": "", "subject": "", "plain_text": 0, "body": "" }, "weight": 999, "target_key": null } ] } }, "shared_workflow_id": 127 }, "description": "This workflow uses Shopify's fraud detection system to alert you to possibly fraudulent orders. The workflow sends an alert email to the store and adds a tag to the order to help in your investigation." } ]