[ { "label": "Send Me an Email When a Discount Code is Used", "trigger_type": [ "order_paid" ], "object_type": "order", "app_id": "triggers", "settings": { "priority": 0, "condition_groups": [ { "conditions": [ { "field": "order.discount_codes.code", "settings": { "multiple": "all", "operator": "not_empty", "value": "" }, "weight": 999 } ], "actions": [ { "type": "email", "settings": { "wait": "0", "custom_wait": "", "to": "[CLICK TO EDIT]", "cc": "", "bcc": "", "reply_to": "", "subject": "Discount Applied", "plain_text": 0, "body": "Hey there,\r\n\r\nHeads up, someone used a discount code.\r\n\r\n{% for discount_application in order.discount_applications %}\r\n {{ discount_application.code }}\r\n{% endfor %}\r\n\r\n{{ order_products_list(order, {format: 'html', link: true, quantity: true}) }}\r\n\r\nTotal Discounts: {{ order.total_discounts }}\r\nTotal Price after Discounts: {{ order.total_price }}\r\n\r\n{{ shopify_admin_link(order, {resource: 'orders'}) }}" }, "weight": 999, "target_key": null } ] } ], "shared_workflow_id": 151 }, "description": "Keep a close watch on how and when discount codes are used." } ]