Marketing use case:
Send a reminder on the last available rewards
RETAILER
If you are a retailer, you shall send a regular reminder email to your customer displaying the barcode of the available reward(s) he/she can still redeem online.
E-COMMERCE
On the other hand, if you belong to the e-commerce, make sure you display instead the attribution ID of your reward(s) besides other info (name and description).
In both cases, master the loyalty variables to enrich your designs.
Also, if you wish to increase your know-how on the rewards, read how can I use rewards.
Reward variables & loop used
$loyalty.tier$
$loyalty.total_nqpoints$
$reward.expiration_date$
---
{SPLIO FOREACH REWARD AVAILABLE}
{SPLIO IF $reward.name$ = "my_reward_name"}
- barcode-
{SPLIO ENDIF}
{SPLIO ENDFOREACH}.
---
{SPLIO FOREACH REWARD AVAILABLE}
$reward.attribution_extid$
$reward.name$
$reward.description$
{SPLIO ENDFOREACH}
Final result: RETAILER
{SPLIO IF $firstname$ != ""} Dear Viviana $firstname$,
{SPLIO ELSE} Hello,
{SPLIO ENDIF},
After your last purchase, you're now Silver $loyalty.tier$ and this is the current balance of your reward points:
1000 $loyalty.total_nqpoints$ reward points
Find below the rewards you can get by showing the barcode!
Hurry up, use them until 2024-12-31 $d/m/y$reward.expiration_date$
{SPLIO FOREACH REWARD AVAILABLE}
{SPLIO IF $reward.name$ = "my_reward_name" OR "my_reward_name" OR "my_reward_name"}
{SPLIO ENDIF}
{SPLIO ENDFOREACH}.
If you want to display a bar code for your reward, you can go into rows > templates > select the template called "display barcodes of a specific reward" as shown below:
Final result: E-COMMERCE
{SPLIO IF $firstname$ != ""} Dear Viviana $firstname$,
{SPLIO ELSE} Hello,
{SPLIO ENDIF},
After your last purchase, you're now Silver $loyalty.tier$ and this is the current balance of your reward points:
1000 $loyalty.total_nqpoints$ reward points
Find below the rewards you can get by showing the barcode!
Hurry up, use them until 2024-12-31 $d/m/y$reward.expiration_date$
{SPLIO FOREACH REWARD AVAILABLE}
$reward.attribution_extid$
$reward.name$
$reward.description$
{SPLIO ENDFOREACH}