Skip to main content
All CollectionsPlay SetupSubscription Upsell Moment Plays
Automatically Reach Subscription Ready Customers
Automatically Reach Subscription Ready Customers

Identify and connect with customers on the verge of placing a subscription order via email or SMS

Updated over a week ago

This article shows how to set up the Automatically Reach Subscription-Ready Customers. Learn more about the play here or explore all of our Plays.

To make setup even faster, reach out to [email protected] so we can add the Klaviyo, Postscript, or Attentive templates to your account.

image

Klaviyo Setup

The Basics

  • Create a new flow that uses Repeat’s “Primed for Subscription” trigger.

  • Add 3 messages with a delay of about 3-5 days between each.

  • Use the trigger’s “Upsell Product” property to dynamically personalize the email with the product that a customer is most likely to buy.

  • Use the Subscription Personalized Cart link profile property as the destination for your CTA.

Personalizing with Products

Add the trigger’s properties directly to the email wherever you’d like them to appear—there’s only one product in this trigger, so you don’t need to create a dynamic table like you might in other flows.

For example, if you want to show the product title, you can use this snippet:

Copy

{{ event.upsellProduct.product.title }}

Or, for the variant title:

Copy

{{ event.upsellProduct.variant.title }}

Linking to the Cart

In the URL field of a button or image (or right in the body of a text message), add this snippet to dynamically populate the link for a customer’s Personalized Cart designed for subscription conversion.

Copy

{{ person|lookup:"Subscription Repeat Cart URL"|default:"YOURWEBSITE.COM" }}

Be sure to replace YOURWEBSITE.COM with your homepage

Postcript Setup

The Basics

  • Create a new automation flow that uses Repeat’s “Primed for Subscription” trigger.

  • Add 3 messages with a delay of about 3-5 days between each.

  • Use the trigger’s properties to dynamically personalize the message with the product that a customer is most likely to buy.

  • Use the trigger’s Subscription Personalized Cart link property as the destination for your CTA.

Personalizing with Products

Add the trigger’s properties directly to your text message:

image

Attentive Setup

The Basics

  • Create a new journey that uses Repeat’s “Primed for Subscription” trigger.

  • Add 3 messages with a delay of about 3-5 days between each.

  • Use the trigger’s properties to dynamically personalize the message with the product that a customer is most likely to buy.

  • Use the trigger’s Subscription Personalized Cart link property as the destination for your CTA.

Personalizing with Products & Links

Use the triggering event properties to add information about the product or a link to the customer’s personalized cart:

image

Further Reading

Did this answer your question?