Skip to main content
Question

HTML Code Custom Message

  • November 29, 2025
  • 2 replies
  • 35 views

Leif Penning
Senior Guru
Forum|alt.badge.img+1

Hi,

I am looking for the HTML code to embed the custom message in the email template.
Unfortunately, I haven't found it yet. Does anyone have any tips?

We continue to use an HTML template for our confirmation email and would like to use the custom message tool.

Best regards

Leif

2 replies

josue.orellana
Mews Employee
Forum|alt.badge.img+1

Hello ​@Leif Penning,

I’m Josue - one of the Community Ambassadors - and I’m happy to help clarify your question regarding HTML for the Confirmation Email template. 


If you want to use the Custom message tool, you don’t actually need a special HTML “snippet” generated by Mews. The custom message is created on a per-reservation basis directly from the Mailing tab, and this guide explains the steps in detail: How to add a custom message to the Confirmation email when creating a reservation in Mews Operations 

However, if you’re working with a fully custom HTML template and want the custom message to appear in a specific place, you can try inserting a placeholder into your HTML where you want that text to show, for example:

<div style="margin-top:16px;">

    {{CustomMessage}}

</div>

This way, you can keep using your own HTML template while still taking advantage of the custom message tool.


If you have any questions, please don’t hesitate to let me know! 😎

~ Best regards, 


Leif Penning
Senior Guru
Forum|alt.badge.img+1
  • Author
  • Senior Guru
  • December 2, 2025

Hello ​@josue.orellana ,

thank you for your message.

Unfortunately, it does not help. This is the result:
 

 

I also tried with just one bracket, because all other placeholders work with one bracket. Without success.

It´s maybe helpfull to have a look on the code:

<p>Moin, Moin, liebe/r {titlePrefix} {lastName},<br>
vielen Dank für Ihre Buchung, die Vorfreude kann beginnen.</p><br>

<div style="margin-top:16px;">

    {{CustomMessage}}

</div>

Any other idea?

Best regards

Leif