[ { "version": 1, "label": "Send an email notification to customer ordering from via specific shipping method", "trigger_type": [ "order_created" ], "object_type": "order", "app_id": "triggers", "settings": { "priority": 0, "condition_groups": { "1": { "conditions": { "1": { "field": "order.shipping_lines.title", "settings": { "multiple": "any", "operator": "equals", "value": "[custom shipping method]", "long_value": "", "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": "Your order {{order.name}} has been placed", "plain_text": "1", "body": "Hi {{ order.customer.first_name }}, \r\n\r\nYour order via [custom shipping method ] has been received", "token_object_type": "order" }, "weight": 999, "target_key": "order" } } } } }, "description": "This automation will send a notification to the customer if they place an order and select a pre-defined shipping method. " } ]