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.

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

How to use mail merge function

Learn how to send customized emails to multiple recipients with Mail Merge function. Using...

How to manage custom headers

Learn how to add Custom Headers in your emails. Custom headers are a great solution if you...

How to manage inbound notification

This will allow you to receive web notifications for emails coming to mailboxes that you have...

How to send email with attachments via API

Learn how to send email with attachments via VMA Emailer API. Sending with attachments is not...

How to send emails via API

Learn how you can send emails with VMA Emailer API. To use the send command please use POST to...