Introduction
Why do you need SmartQuery?
Some examples
# complex conditions
%sex% == 'male' and %ref% == '1' or %sex% == 'female' and %ref% == '2'
# work with arrays
%cart%.push('perfume')
%cart%.push('webinar')
# substitution of expression values in message text
Your balance: {{ %balance% + %premium% }}Last updated