Home > Execu/Suite Hotel PMS > Exec/Email > Email Marketing Merge Fields
Email Marketing Merge Fields
If you choose to integrate with Execu/Tech's email marketing service, and want to manage templates on your own, you will need to know which merge fields are available. A merge field allows you to take data from the PMS and use them in emails.
Templates can be created and modified in Campaigns > Email Templates at https://emailmarketing.execu-tech.com/
When adding a merge field to your email template you must be very careful to get the syntax right.
For example, adding the guest name merge field must be done like this
{GUESTNAME}
So, placing this in your email template might look something like this
<
div
>
Dear {GUESTNAME},<
br
><
Thank you for choosing to stay with us. Your reservation is booked, checking in on {CHECKINDATE} and checking out on {CHECKOUTDATE}.
</
If you want to include a merge field in a URL, you'll need to use the URL encoded version. To do this just add "URL_".
This is necessary because many characters used in names, dates, etc., are not valid in a URL. We "encode" them so that they're safe for the URL and still recognized by the destination. When you use the merge field {URL_PROFILENAME}, the name Smith, John, Jr. becomes Smith%2C%20John%2C%20Jr.
So, a link to a survey might look something like this
a
href
=
"https://YourSurveyCompany/survey?name={URL_PROFILENAME}&account={URL_FOLIO}&arrive={URL_CHECKINDATE}&depart={URL_CHECKOUTDATE}"
Take our survey
This is a list of the available Merge Fields
If you need to add a merge field to a URL (Like an HTML link), be sure to use the URL Encoded version by adding "URL_" to it.
{HOTELNAME} should be written as {URL_HOTELNAME} when placed in a URL.
Microsoft Outlook Considerations
There are still many people using the desktop version of Microsoft Outlook. Because it uses the Microsoft Word rendering engine, emails that look beautiful everywhere else, including Outlook Web, can look bad on Outlook Desktop.
If you're working on a template and the results are unacceptable, you can paste your template into ChatGPT and ask it to format it for the desktop version of Microsoft Outlook.