- When they create an account, welcoming them to your loyalty program
- When they earn enough points for a reward, providing them with one-click reward redemption from their inbox
- Every month, if they have enough points for a reward
Edit emails
Every email in LoyaltyLion can be fully customized using the Liquid markup language. Please see below for a reference of available variables you can use in your email HTML.Variables
Variables
{{ program_name }}
The name of your loyalty program
{{ store_name }}
The name of your store
{{ customer.first_name }}
The first name of the customer
{{ customer.full_name }}
The full name of the customer
{{ customer.email }}
The email address of the customer
{{ customer.points_approved }}
The number of approved (can be redeemed for rewards) points the customer has
{{ customer.points_pending }}
The number of pending (not yet redeemable) points the customer has
{{ customer.referral_url }}
The customer’s unique referral URL, for example,
https://prz.io/KzByQ2Fa
Track email results
When a customer follows a link to your store in one of our emails, it containsll_eid
parameter in the URL. You can use this in your own analytics to determine how many people are visiting your store from our emails.
We can also show you how much revenue has been generated because of our emails, that is, customers who clicked a link to visit your store and then immediately made a purchase.
If you’re on Shopify or Adobe Commerce, we’ll track this for you automatically. If you’ve integrated LoyaltyLion using our API, you’ll need to send us the email tracking ID with purchases
Manage unsubscribes
All emails sent by LoyaltyLion contain an unsubscribe link. When clicked, we’ll add that customer to our unsubscribe list and won’t send them loyalty emails in future. You can manage and view unsubscribes using our APIs, or subscribe to a webhook to receive a notification anytime a customer unsubscribes.Unsubscribe API
Find out more about our APIs to manage unsubscribes
Unsubscribe webhook
Find out more about our unsubscribe webhook