Reply Assistant has a powerful scripting language for templates allowing you to solve even the most complex tasks.

With the elements of the scripting language you can also add your own logic to your templates.


The script language in Reply Assistant is based on the Velocity scripting language the Microsoft .NET Framework.

If you are familiar with Microsoft .NET you will feel like being home.


For more information about the Velocity scripting language see here:

http://velocity.apache.org/engine/releases/velocity-1.7/vtl-reference-guide.html


Using scripting you can for example use the date placeholder (Now()) and you will get a System.DateTime object.

You can then call any method on the returned object that .NET offers for it.


For more details see Placeholders, Fields and Programming.