[ { "version": 1, "label": "Send an email to the warehouse for every order to above $120 and add a note to the order", "trigger_type": [ "order_created" ], "object_type": "order", "app_id": "triggers", "settings": { "priority": 0, "condition_groups": { "1": { "conditions": { "1": { "field": "order.total_price", "settings": { "operator": "gte", "value": "120", "token_object_type": "order", "condition_type": "AND" }, "weight": 999 } }, "actions": { "1": { "type": "email", "settings": { "wait": "0", "run_once": 0, "custom_wait": "", "to": "{{ order.email }}", "cc": "", "bcc": "", "reply_to": "", "subject": "Order above $120 #{{ order.name }}", "plain_text": "1", "body": "Hi there, \r\n\r\nPlease add a gift to this customer.", "token_object_type": "order" }, "weight": 999, "target_key": "order" }, "2": { "type": "order_add_note", "settings": { "wait": "0", "custom_wait": "", "note": "Order above $120", "token_object_type": "order" }, "weight": 1009, "target_key": "order" } } } } }, "description": "This automation will automatically send an email notification for every order above $120" } ]