Skip to main content

Merge Tags

Using Merge Tags in your template allows you to include information that is specific to the booking of the guest who will receive the email. When setting up your email templates you can use the following Merge Tags, this will be replaced as indicated:

TagButtonNote
_$gfname$_Guest First NameWill be replaced with the guest first name.
_$glname$_Guest Last NameWill be replaced with the guest last name.
_$bookingid$_Booking IDWill be replaced with the ID of master booking in package.
_$blink$_Booking URLWill be replaced with a link to customer portal page. Link will use custom booking URL if set up.
_$start$_Start DateWill be replaced with the start date of the booking.
_$end$_End DateWill be replaced with the end date of the booking.
_$vendor$_Vendor NameWill be replaced with the vendor name.
_$email$_Guest EmailWill be replaced with the guest email address.
_$guestQR$_Guest QR codeTo identify the guest at check in.
_$bookingBarcode$_Booking BarcodeTo identify the guest booking on arrival.
_$bookingQR$_Booking QR CodeTo access the booking with the RoomBoss Redeemer app.
_$flink$_Feedback URL

Will be replaced with a link to guest feedback page.

Trigger:

  • “Departure date of master booking in package”
_$invduedate$_Next Invoice Due Date

Will be replaced with the next invoice due date.

Trigger:

  • "Send email with x days offset from invoice due date"
_$invamt$_Next Invoice Amount

Will be replaced with the next invoice amount.

Trigger:

  • "Send email with x days offset from invoice due date"
_$lunalink$_Online Checkin URL

Merge tag specific to a vendor which uses RB Online Check-in (Luna vendor) . Can be used to insert an online check-in link to the guests.

Triggers:

  • "Payment received"
  • "Send email X days before start date of master booking in package"
  • "Send 2nd email X days before start date of master booking in package"
  • "Send email button on the Edit A Booking page"
_$immutableexternalid$_Immutable External ID

Can be used to insert a SKIDATA Confirmation Number.

Triggers:

  • "Send email after SKIDATA Booking for a new pass is processed"
  • "Send email after SKIDATA recharge of an existing pass is processed"
_$immutableexternalidqr$_QR of Immutable External ID

Can be used to insert QR code generated from a SKIDATA Confirmation Number.

Triggers:

  • "Send email after SKIDATA Booking for a new pass is processed"
  • "Send email after SKIDATA recharge of an existing pass is processed"

Emails sent using the template in the screenshot below would include the guest first name (replacing _$gfname$_) and a link to the guest booking (replacing _$blink$_).

Merge Tags can be added to your email template by clicking the buttons shown below while creating your template.

info

Merge Tags can be used in the body of the email only, not the email subject.

info

When using the QR code and Barcode merge tags, these should be placed within an image i.e. <img src="_$bookingBarcode$_">.

Adding Your Own HTML To Templates

If you have your own HTML email templates you may add these by clicking the HTML button and pasting your HTML into the HTML Source Editor popup window.

Once you have added your own HTML template, click on the Update button to close the HTML Source Editor. You can then continue to edit text, add links, edit formatting, etc on the Rich Messages main page.

warning

Emails are limited to 20,000 characters, this includes the HTML.

You may use HTML to replace URLs to the guest's booking / feedback with clickable link text:

<a href=”_$blink$_”>here</a>

<a href=”_$flink$_”>link</a>

It is also possible to edit your text in a free HTML editor, such as the ones found here or here, and paste the HTML into the HTML Source Editor.

You are welcome to use the simple HTML email template found here.