[ { "version": 1, "label": "Email me when a product is created", "trigger_type": [ "product_created" ], "object_type": "product", "app_id": "triggers", "settings": { "priority": 0, "condition_groups": [ { "conditions": [], "actions": [ { "type": "email", "settings": { "token_object_type": "product", "to": "[CLICK TO EDIT]", "cc": "", "bcc": "", "reply_to": "", "subject": "", "plain_text": "1", "body": "New product created {{ shopify_admin_link(product, {resource: 'products'}) }}\r\n", "wait": "0", "cw_timezone": "Africa\/Nairobi", "custom_wait": "", "run_once": 0 }, "weight": 999, "target_key": "product" } ] } ] }, "description": "This automation is fired every time a product is created, it compiles an email containing the product attributes and sends this out to the store email address. " } ]