[ { "label": "Email customer after purchasing a specific product", "trigger_type": [ "order_paid" ], "object_type": "order", "app_id": "triggers", "settings": { "priority": 0, "condition_groups": [ { "conditions": [ { "field": "order.email", "settings": { "operator": "not_empty", "value": "" }, "weight": 999 }, { "field": "order.line_items.product_id", "settings": { "multiple": "any", "operator": "equals", "value": "Click on Browse Products below to choose a product", "token_object_type": "order", "condition_type": "AND" }, "weight": 999 } ], "actions": [ { "type": "email", "settings": { "token_object_type": "order", "to": "{{ order.email }}", "cc": "", "bcc": "", "reply_to": "", "subject": "{{ order.customer.first_name }}, thank you for your recent purchase!", "plain_text": "1", "body": "Instructions: Delete this text and enter your custom email message here. To use \r\nHTML in your message, change the Email Formatting setting above to \"Format as HTML\". ", "wait": "0", "cw_timezone": "America\/New_York", "custom_wait": "", "run_once": 0 }, "weight": 999, "target_key": null } ] } ], "shared_workflow_id": 5 }, "description": "Sends a customizable email to the customer when one or more specific products are purchased. Perfect for sending user manuals, how-to videos, or other details about an important product in your store." } ]