[ { "label": "Send an email if an order is unfulfilled after one week", "trigger_type": [ "order_created" ], "object_type": "order", "app_id": "triggers", "settings": { "priority": 0, "condition_groups": { "1": { "conditions": { "1": { "field": "order.delay", "settings": { "wait": "custom", "custom_wait": "1 week", "check_date": { "submit": "Check Date" }, "token_browser": "{{ Browse Tokens }}", "token_object_type": "order", "condition_type": "AND" }, "weight": 999 }, "2": { "field": "order.fulfillment_status", "settings": { "operator": "none", "value": { "fulfilled": "fulfilled", "restocked": "restocked", "null": 0, "partial": 0 }, "condition_type": "AND" }, "weight": 999 } }, "actions": { "1": { "type": "email", "settings": { "wait": "0", "custom_wait": "", "to": "[CLICK TO EDIT]", "cc": "", "bcc": "", "reply_to": "", "subject": "Order {{ order.name }} Has not been fulfilled", "plain_text": "1", "body": "The following order has not been fulfilled", "token_object_type": "order" }, "weight": 999, "target_key": "order" } } } }, "shared_workflow_id": 32924 }, "description": "This automation will send an email to a custom email address if an order remains unfulfilled after a week." } ]