[ { "label": "Send an email with product customization information when an order is paid", "trigger_type": [ "order_paid" ], "object_type": "order", "app_id": "triggers", "settings": { "priority": 0, "condition_groups": [ { "conditions": [ { "field": "order.line_items.properties", "settings": { "multiple": "any", "name": "my_required_property", "operator": "not_empty", "value": "" }, "weight": 999 } ], "actions": [ { "type": "email", "settings": { "wait": "0", "custom_wait": "", "to": "{{ shop.email }}", "cc": "", "bcc": "", "reply_to": "", "subject": "{{ order.name }} Order Properties", "plain_text": "0", "body": "{% for line_item in order.line_items %}\r\n{{ line_item.name }}\r\n