13.1 URL
The URL required to initiate the Email Action Link takes the following form:
VelocityTemplateMailServlet?velocitytemplate=<filename>&to=<email address>&from=<return email address>&subject=<descriptive text>
In the above examples the fields denoted with angle brackets (e.g. <email address>) must be replaced with either the required text (e.g. support@noojee.com.au) or with a Campaign fieldname.
The following parameters are required in the above URL
-
velocitytemplate
-
to
-
from
-
subject
The following fields are Optional
-
cc
-
bcc
-
body
The URL may also reference any lead details by using the following syntax: #raw.<fieldname>
Where <fieldname> is replaced with the actual campaign fieldname. You can use the URL builder in the screen layout editor to assist with the construction of the Send Email URL link.
NOTE: all URL parameters are case sensitive.