▪️Liquid Email
Use of fallback
Hello, {{ state.user_first_name | default: state.core_username }}!Use of conditions & variables
Happy {{ 'now' | date: "%A" }}! We miss you! You haven't done a deposit for
{{ days_since_deposit }} days
more than a week
more than a month
and your balance is
really low at {{state.acc_real_balance | plus: 0}}.
{{state.acc_real_balance | plus: 0}}.
.
We have an exciting offer for you! If you deposit in the next {{'now' | date: "%H" | minus: 24 | abs}} hours and {{'now' | date: "%M" | minus: 59 | abs}} minutes , we will accumulate an additional 50% bonus to your deposited amount.Set a specific timezone
Format Date/Time
Set a specific translation
Reminders for missions, jackpots etc.
URL Encoding and Decoding
Many more...
Last updated
Was this helpful?