Quick Actions in Juo Subscriptions let merchants embed one-click links in Klaviyo email campaigns, enabling customers to add products, resume, or update their subscriptions without logging in.
To access the properties that are available for each link or action, you need to add an Email action in Klaviyo and switch from the content editor to the preview mode as you set up the content. You can copy the properties from the preview back into the text fields in the content.
Quick Links are used to direct customers to specific places in Juo Customer Portal. These links should be configured in Klaviyo using the keys provided below.
Quick Actions allow customers to perform specific tasks directly from their email. These actions include pausing, skipping, or renewing a subscription.
The AddProduct
feature can be used by your subscribers to easily add products included in Juo Upsell campaigns to their next renewal. Merchants can display product details such as the product’s image, price, and title in the email.
Product properties can be found inside of the Products
array. Each product entry contains the following fields:
To display the image of the first product in the array, use the following key:
{{ event.QuickActions.Products.0.AddProductUrl|default:'' }}
Example email template that displays all items in the Upsell campaign:
Quick action parameters are sent to Klaviyo with each trigger:
For more information check our Klaviyo integration guide
Quick Actions in Juo Subscriptions let merchants embed one-click links in Klaviyo email campaigns, enabling customers to add products, resume, or update their subscriptions without logging in.
To access the properties that are available for each link or action, you need to add an Email action in Klaviyo and switch from the content editor to the preview mode as you set up the content. You can copy the properties from the preview back into the text fields in the content.
Quick Links are used to direct customers to specific places in Juo Customer Portal. These links should be configured in Klaviyo using the keys provided below.
Quick Actions allow customers to perform specific tasks directly from their email. These actions include pausing, skipping, or renewing a subscription.
The AddProduct
feature can be used by your subscribers to easily add products included in Juo Upsell campaigns to their next renewal. Merchants can display product details such as the product’s image, price, and title in the email.
Product properties can be found inside of the Products
array. Each product entry contains the following fields:
To display the image of the first product in the array, use the following key:
{{ event.QuickActions.Products.0.AddProductUrl|default:'' }}
Example email template that displays all items in the Upsell campaign:
Quick action parameters are sent to Klaviyo with each trigger:
For more information check our Klaviyo integration guide