if then logic based on variables
under review
P
Patrik
It would be great if you could add if then logic to your variables so you can prepgm certain wording depending on what brand is answering so one can use the same template for 10 brands but change the wording as needed. Can also be based on the to.email of course or other variables.
{{#with (lookup (text from.email "split" "@") 1) as | d |}}
{{#if (compare "===" d "briskine.com")}}
hello briskine
{{else if (compare "===" d "mailbutler.com")}}
hello mailbutler
{{else}}
hello everyone else
{{/if}}
{{/with}}
P
Patrik
Yeah this would be the biggest time saver as well as the ability to insert templates based on keyphrases so one does not have to manually go through a list but can just type the shortcut - see example here for typing h followed by tab etc. https://app.briskine.com/getting-started/
I
Iuliia Artemeva
under review