Hi always awesome Community.
I'm trying to send out sms through script using only reply templates.
Its pretty easy to load a reply template, and get the sms body. But how do use already existing variables in the template to match a certain person and/or company?
I can create my own parsing variables, and do it with the Parser class, but I've no clue on how to use all the standard template variables :(.
ReplyTemplate rt;
rt.load(24);
String body = rt.getSmsBody(4);