[ { "label": "Send an SMS message to customer 6 months after purchasing a particular product", "trigger_type": [ "order_paid" ], "object_type": "order", "app_id": "triggers", "settings": { "priority": 0, "condition_groups": [ { "conditions": [ { "field": "order.line_items.product_id", "settings": { "multiple": "any", "operator": "equals", "value": "[CLICK TO EDIT]", "product_selector": "Browse Products" }, "weight": 999 }, { "field": "order.delay", "settings": { "wait": "custom", "custom_wait": "6 months" }, "weight": 999 } ], "actions": [ { "type": "sms", "settings": { "wait": "0", "custom_wait": "", "to": "{{ order.customer.phone }}", "body": "Please schedule your 6 month service for your product." }, "weight": 999, "target_key": null } ] } ], "shared_workflow_id": 255 }, "description": "This automation is automatically triggered when an order is paid, it checks if the order contains a specific item and then queues an SMS message that will be sent after 6 months. You can use this workflow to send a custom offer or discount code to all customers that purchase a specific item." } ]