Cancellation email

A transparent pixel image can be added to your cancellation email to notify the Flip.to platform of any guest cancelling their stay.

Add the Flip.to cancellation image tag on the cancellation email by adding an image with the URL and URL parameters below.

This allows Flip.to to find the appropriate reservation and flag it as cancelled, and therefore, avoid sending any additional emails to the guest beyond that point. Below are the technical details, followed by a sample URL.

Flip.to platform records update when the cancellation email is opened or viewed by the user.

Pixel tag

The image to be added is:

<img src="https://flip.to/property/cancellation/email/image?parameters"/>

Parameters

Below are the URL parameters that should be appended to the image source URL. All values should be properly URL encoded.

NameValueDescription

companyCode

Your Flip.to company

code

Please check with your Customer Success Manager if needed and replace XX with your own companyCode.

code

The property code used by your booking engine

Replace YY with your own property booking engine code.

crsnumber

The reservation CRS number,

if available

pmsnumber

The reservation PMS number, if available.

email

Guest's email address

startDate

Guest’s check-in date

Dates should be formatted as yyyy-M-d

For example: 2028-5-15 or 2028-05-15

endDate

Guest’s check-out date

Dates should be formatted as yyyy-M-d

For example: 2028-5-15 or 2028-05-15

dateFormat

Optional

Specifies a different date format for the startDate and endDate parameters.

y 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 12/31/2028 the date format to be specified is M/d/yyyy.

Sample
<img src="https://flip.to/property/cancellation/email/image?companycode=XX&code=YY&pmsnumber=12345
&crsnumber=CRS56333&email=john@flip.to&startdate=2014-11-1&enddate=2014-11-2"/>

Last updated