Post-stay email
Add a banner to your post-stay email to invite guests to share their stories about their stay.
A dynamically generated, linked image can be added to your email template that is unique for each guest and can be easily tweaked from your Flip.to account, including size, messaging and styling.
The image can also easily be toggled on and off. When off, a transparent 1x1 pixel is served.
Banner code snippet
The basic structure of the linked image to be added is:
LinkURL | Points guests to their story submission page: |
ImageURL | Loads the image asset that invites guests to submit their story: |
ImageDescription | Makes sure your image is screen-reader friendly and compliant with the Americans with Disabilities Act (ADA). Add in the alt attribute directly in the tag. We suggest the following alt text for the post-stay email image:
|
Parameters
Below are the parameters that should be appended to both the LinkUrl and ImageUrl. All values should be properly URL encoded.
Name | Value | Description |
---|---|---|
companyCode | Your Flip.to company code | Please check with your Customer Success Manager if needed and replace |
code | The property code used by your booking engine | Replace |
crsnumber | The reservation CRS number, if available | |
pmsnumber | The reservation PMS number, if available. | |
loyalty | Guest's loyalty program number, if any | |
first | Guest's first name | |
last | Guest's last name | |
Guest's email address | In cases that there may be more than one possible email available, this can be populated with a pipe (|) delimited list of emails. For example: | |
startDate | Guest’s check-in date | Dates should be formatted as yyyy-M-d For example: |
endDate | Guest’s check-out date | If this is not available please see the nights parameter under advanced configuration below. |
type | The guest’s room type, if available | This should include the booking engine internal code, and not the room type description. |
rateCode | The guest’s rate code, if available | |
groupCode | The guest’s group code (or block code), if available | |
promoCode | The guest’s promo code, if available | |
language | The language ANSI code the guest has used to make the reservation | For English use Optionally a culture name can be used as well. For example this can be set to |
currency | The 3 character currency code the guest has used to made the purchase | Here's a complete list of currency codes. For instance USD for US Dollars. |
amount | The total amount used for the purchase based on the defined currency | Amount should be supplied as a valid number including a decimal point if appropriate. |
Advanced Configuration
Name | Value | Description |
---|---|---|
nights | Optional The number of nights that the guest has stayed at the hotel. This should be set as a number. | If |
dateFormat | Optional Specifies a different date format for the | By default dates should be specified as yyyy-M-d. However, you can change the default format by entering the appropriate format here. For example, if dates are entered as |
mobile | Optional Setting to | This is only supported for the ImageURL. |
overrideImageUrl | Optional Overrides the default image with a custom image. | When using custom images, one should use the https protocol, and might want to create a unique image per language. |
Last updated