[ { "label": "Send an email to the shipping team when a customer requests quick shipping ", "trigger_type": [ "order_paid" ], "object_type": "order", "app_id": "triggers", "settings": { "priority": 0, "condition_groups": [ { "conditions": [ { "field": "order.shipping_lines.title", "settings": { "multiple": "any", "operator": "contains", "value": "Next Day" }, "weight": 999 } ], "actions": [ { "type": "order_add_tags", "settings": { "wait": "0", "custom_wait": "", "tags": "Next Day" }, "weight": 999, "target_key": null }, { "type": "email", "settings": { "wait": "0", "custom_wait": "", "to": "[CLICK TO EDIT]", "cc": "", "bcc": "", "reply_to": "", "subject": "Next Day Order {{ order.name }}", "plain_text": "1", "body": "Order Details:\r\n{{ order_products_list(order, {format: 'html', link: true, quantity: true}) }}\r\n\r\nShip To:\r\n{{ format_address(order.shipping_address, {format: 'html', country: true, company: false, phone: false}) }}\r\n\r\nAdmin Link: \r\n{{ shopify_admin_link(order, {resource: 'orders'}) }}" }, "weight": 999, "target_key": null } ] } ], "shared_workflow_id": 331 }, "description": "This automation is triggered when an order is paid and can be used to check for a specific shipping method and send a custom email. By default, the workflow checks for the Next day shipping method but this can be customized to check for any other shipping method." } ]