The Sample Upsell flow reaches out to customers after sampling a product to recommend purchasing the full-sized version. This Play uses Product Mapping to connect your sample product’s SKU to its full-sized equivalent.
This Play sends customers to their personalized Repeat Cart, which will automatically populate with a recommendation for the full-sized version of the previously sampled product.
This flow is triggered by the Repeat - Ready for Sample Upsell
metric, with no flow filters or trigger splits. By default, there is no delay between the trigger and the first email.
By default, the flow includes three emails with a delay of five days between each email. In these emails, you can reference the product they sampled by using the {{ item.sample.title }}
variable.
To optimize this Play, we recommend the following:
{{ item.sample.title }}
variable{{item|lookup:'sample'|lookup:'product_title'|default:'' }}
variable{{ person|lookup:"Subscription Repeat Cart URL"|default:"YOURWEBSITE.COM" }}
, replacing YOURWEBSITE.COM with your website’s URL