Key Features
- Quick Links: Redirect customers to specific subscription management views.
- Quick Actions: Allow one-click subscription actions.
Security
- Links and actions expire after 72 hours.
- Delegated tokens ensure secure access.
Quick Links
Quick Links are used to direct customers to specific places in Juo Customer Portal. These links are sent as properties inside the QuickLinks object on each synced event.Available Quick Links
| Property key | Description |
|---|---|
| ViewSubscription | Opens the subscription details view |
| AddProducts | Opens the add products view |
| EditAddress | Opens the address editing view |
| ChangePaymentMethod | Opens the payment method update view |
| ChangeBillingDate | Opens the billing date change view |
| AddDiscount | Opens the discount code entry view |
| ChangeShippingMethod | Opens the shipping method selection view |
Quick Actions
Quick Actions allow customers to perform specific tasks directly from their email. These actions are sent as properties inside the QuickActions object on each synced event.Available Quick Actions
| Property key | Description |
|---|---|
| Pause | Pauses the subscription |
| Skip | Skips the next renewal |
| RenewNow | Triggers an immediate renewal |
| Reactivate | Reactivates a cancelled subscription |
| Resume | Resumes a paused subscription |
Add Product
The Products array inside QuickActions 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. Each product entry inQuickActions.Products contains the following fields:
- AddProductUrl: The URL for adding a product to cart.
- Title: The name of the product.
- CurrentPrice: The discounted price, if applicable.
- BasePrice: The original price of the product.
- ImageUrl: A URL for the product image.
- VariantId: The Shopify variant ID for the product.
- AvailableForSale: A boolean indicating if the product is in stock.
{{ trigger.QuickActions.Products[0].AddProductUrl }}
Example email template that displays all items in the Upsell campaign:
Customer.io synchronization
Quick action parameters are sent to Customer.io with each trigger:- Started Subscription
- Paused Subscription
- Skipped Subscription
- Renewed Now Subscription
- Cancelled Subscription
- Upcoming Renewal Subscription
- Billed Subscription
- Billing Failed Subscription
- Renewal Requires Action
- Product Out Of Stock Subscription