[ { "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": "
\r\n \r\n<\/p>\r\n
\r\n
|