How to manage transactional templates
Learn about how to create and send Transactional Templates in VMA Emailer.
VMA Emailer gives you the option to use Templates created with our Email Designer or HTML Editor in your transactional emails. This feature allows you to pass personalized content to each of your recipients.
It is simple and easy to implement - you just need to prepare your template and few new parameters in your email/send API Call.
Create template eg. "PurchaseOrder" and add somewhere inside of it merge tag:
{creditamount}
Then in your API Call specify two parameters :
template=PurchaseOrder
merge_creditamount=2000$
Now merge functionality will replace {creditamount} in the mail with your value - in this case: 2000$
You can use HTML in Merge= value. You can use as many merge parameters as you want. Each should have the different name.
Related Articles
How to manage templates
A good template can be used again and again. Become familiar with your templates screen and all that it has to offer. VMA Emailer supports both body_text and body_html in our emails. Templates in HTML can be used over and over in your emails. My ...
How to manage custom branded templates
Customize your customer's template gallery with your own branded templates. VMA Emailer offers a full gallery of free templates, but they do show our logo at the bottom. The logo can be removed, but because it is there by default, as soon as Custom ...
What is the difference between marketing and transactional email
Depending on the type of mail you send, your approach to designing and deploying your email campaigns may change. Here are some tips to help you understand what type of mail you send and  how you may best optimize your campaign management to produce ...
How to create custom contact fields
Learn more about how to use custom contact fields to store and manage more information! Each contact that you store in your VMA Emailer account contains basic information like email address and the recipient's first or last name. It is possible to ...
How to manage the unsubscribe link
All email is required to have a working unsubscribe link. Whether you are sending via the SMTP Relay, HTTP API, or the User Interface you can add an unsubscribe link to your emails. This video shows you how: Â Basic Example: Â <a ...