[ { "label": "Email the order status link to customers when the order has been updated with an upsell item", "trigger_type": [ "order_created", "order_updated" ], "object_type": "order", "app_id": "triggers", "settings": { "priority": 0, "condition_groups": { "1": { "conditions": { "1": { "field": "order.financial_status", "settings": { "operator": "any", "value": { "partially_paid": "partially_paid", "pending": 0, "authorized": 0, "paid": 0, "partially_refunded": 0, "refunded": 0, "voided": 0 }, "condition_type": "AND" }, "weight": 999 } }, "actions": { "1": { "type": "email", "settings": { "wait": "0", "run_once": 1, "custom_wait": "", "to": "{{ order.email }}", "cc": "", "bcc": "", "reply_to": "", "subject": "Payment for the balance on order {{ order.name }}", "plain_text": "1", "body": "Hi {{ order.customer.first_name }}, \r\n\r\nPlease use this link to complete your payment\r\n\r\n{{ order.order_status_url }}\r\n\r\nRegards", "token_object_type": "order" }, "weight": 999, "target_key": "order" } } } }, "shared_workflow_id": 37782 }, "description": "This automation will email the order status URL to the customer once the order has been edited to include an upsell product. " } ]