[ { "label": "If a pick up order is still unfulfilled after 1 week, email the customer", "trigger_type": [ "order_paid" ], "object_type": "order", "app_id": "triggers", "settings": { "priority": 0, "condition_groups": [ { "conditions": [ { "field": "order.delay", "settings": { "wait": "604800", "custom_wait": "", "check_date": { "submit": "Check Date" }, "token_browser": "{{ Browse Tokens }}", "token_object_type": "order", "condition_type": "AND" }, "weight": 999 }, { "field": "order.fulfillment_status", "settings": { "operator": "none", "value": { "fulfilled": "fulfilled", "null": 0, "partial": 0, "restocked": 0 }, "condition_type": "AND" }, "weight": 999 }, { "field": "order.shipping_lines.title", "settings": { "multiple": "any", "operator": "contains", "value": "[add-shipping-method-here]", "long_value": "Alphabet", "token_object_type": "order", "condition_type": "AND" }, "weight": 999 } ], "actions": [ { "type": "email", "settings": { "token_object_type": "order", "to": "{{ order.customer.email }}", "cc": "", "bcc": "", "reply_to": "", "subject": "Order {{ order.name }} from {{ shop.name }}", "plain_text": "0", "body": "[Add your own message to the customer here]", "purpose": "transactional", "wait": "0", "cw_timezone": "Europe\/Vilnius", "custom_wait": "", "run_once": 0 }, "weight": 999, "target_key": null } ] } ], "shared_workflow_id": 33769 }, "description": "This automation is triggered when an order is paid, it can help to notify customers when the fulfillment of their orders is delayed for more than a week." } ]