General Features
Help Center home
English
English
  • General Features Across All Systems
  • User & Account Management
    • User Management
    • Account Details
  • Account Setup
    • Product Details
    • Policy
    • Compulsory Product Options
    • Sales Desk
    • Vendor Sets
  • Communication & Messaging
    • Automated Emails
      • Setup Email Templates
      • Merge Tags
      • Email Language
      • Enabling Automated Emails
      • Notes on Email Triggers
      • Basic Example Emails
    • Rich Messages
      • Messages - Account Wide‌
      • Messages - Vendor Specific
    • Booking Notification Emails
  • Booking & Guest Management
    • Packages Overview
    • Packaging 3rd Party Services
    • Guest Fields
    • Online Waiver
    • Booking Channels
      • Agent Payment Received
    • Booking Segment
    • Guest Segment
    • Search Bookings
      • Search Booking Page Downloads
    • Social Sign In Integration
  • Financial & Reporting Tools
    • Invoicing
      • Invoicing & Cancellation Strategies
      • Create Invoices In Bulk
      • Mark Invoices as Paid In Bulk
    • Online Payment Management
      • Adding a Payment Gateway
      • Supported Payment Gateways
      • Adding a Payment Gateway Strategy
      • Online Payment Settings
      • Credit Card Tokenisation
      • Payment Gateway Issues
        • Paypal
      • Stripe Payment Methods
      • Square Integration
    • Price Adjustments
      • Using Price Adjustments
    • Commission Adjustment
    • Price Component Profiles
    • Japanese Qualified Invoice System
    • Reports
      • Booking Statistics Report II
      • Rate and Price Adjustment Report
      • Booking Creation and Cancellation Report
    • Meals Reporting for Guest Services
  • Website Configuration & Integration
    • Website Booking Engine Configuration
      • Setting Up a Subdomain
        • To Access Availability and Booking Widgets Via Your Subdomain
        • To Use Subdomain For Guest Intranet Links
      • Other Website Configuration Options
        • Google Tag Manager
        • Google Analytics
        • Google Ads
        • Google Maps
        • Facebook Pixel
    • URL Parameters
      • Booking ID as a Paramater
      • Booking Segment as a Parameter
    • CRM
      • Mailchimp Integration
      • Freshsales Integration
      • Merge Guests
      • Tasks
  • RB POS
    • Making POS Bookings
    • POS Booking Management
  • User Guides
  • Property Management System (PMS)
  • Snow School Management System (SSMS)
  • E-Commerce System (ECS)
  • RoomBoss For Agents
  • Links
    • RoomBoss Login
    • RoomBoss Website
    • Contact Us
    • Privacy
Powered by GitBook
On this page
  1. Communication & Messaging
  2. Automated Emails

Merge Tags

How to use merge tags to send personalised emails

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:

Tag

Button

Note

_$gfname$_

Guest First Name

Will be replaced with the guest first name.

_$glname$_

Guest Last Name

Will be replaced with the guest last name.

_$bookingid$_

Booking ID

Will be replaced with the ID of master booking in package.

_$blink$_

Booking URL

Will be replaced with a link to customer portal page. Link will use custom booking URL if set up.

_$start$_

Start Date

Will be replaced with the start date of the booking.

_$end$_

End Date

Will be replaced with the end date of the booking.

_$vendor$_

Vendor Name

Will be replaced with the vendor name.

_$email$_

Guest Email

Will be replaced with the guest email address.

_$guestQR$_

Guest QR code

To identify the guest at check in.

_$bookingBarcode$_

Booking Barcode

To identify the guest booking on arrival.

_$bookingQR$_

Booking QR Code

To 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.

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

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

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.

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>

Last updated 1 month ago

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.

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

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

here
here
here