[ { "label": "Send a payment reminder if an order is still pending after 2 days.", "trigger_type": [ "order_paid" ], "object_type": "order", "app_id": "triggers", "settings": { "priority": 0, "condition_groups": { "1": { "conditions": { "3": { "field": "order.delay", "settings": { "wait": "172800", "custom_wait": "", "check_date": [], "token_object_type": "order", "condition_type": "AND" }, "weight": 40 }, "1": { "field": "order.email", "settings": { "operator": "not_empty", "value": "Custom\r\n", "long_value": "Custom\r\n", "token_object_type": "order", "condition_type": "AND" }, "weight": 50 }, "4": { "field": "order.financial_status", "settings": { "operator": "none", "value": { "paid": "paid", "refunded": "refunded", "voided": "voided", "pending": 0, "authorized": 0, "partially_paid": 0, "partially_refunded": 0 }, "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": "Email follow for order {{ order.name }}", "plain_text": "1", "body": "Hi {{ order.customer.first_name }}\r\n\r\nFollow up on your order", "token_object_type": "order" }, "weight": 70, "target_key": "order" } } } }, "shared_workflow_id": 48625 }, "description": "This automation will send out a follow up email if an order has not been within 2 days from creation. " } ]