Docs
Visit Flip.toManage your platform
  • About Flip.to Docs
  • Get Started
    • Quickstart
  • Platform
    • Discovery
      • Launchpad
      • Day-to-day
      • Experiences
        • Libraries and Management
        • Flip.to 🤝 OccasionGenius
      • Planner audiences
    • Advocacy
      • First campaign
      • Curation
        • Getting the most out of Curation
      • Stories
      • Promoting a campaign
      • Top storytellers
    • Collaboratives
      • Collaborative Insights
      • Campaign Tracking
      • Brand Resources
    • Mission Control
      • Branding
      • Point person
      • Seasonal photos
      • Booking engine URL
      • Custom domains
      • Languages
      • Team
  • Integrations
    • Websites
      • Set up your website
      • Cross-domain tracking
      • Member tracking
      • Website markup
      • Feature previews
    • Booking Engines
      • Set up your booking engine
      • Vendors
        • SynXis
        • iHotelier
        • RevRaise by AZDS
        • RezTrip
        • SiteMinder
        • Newbook
        • Cloudbeds
        • Campspot
    • Analytics
      • Signals & subscriptions
      • Consent management
    • CRMs
      • Zapier
        • Using Zapier with Mailchimp
      • Revinate
      • Salesforce
      • SFTP
    • Email
      • Confirmation email
      • Pre-arrival email
      • Post-stay email
      • Cancellation email
    • Marketing
      • Google Ads
      • Microsoft Advertising
      • Meta Ads
      • TikTok Ads
  • API
    • Introduction
    • Reference
      • Platform API
      • Collaborative API
  • Support
    • Customer Success
    • Policies
Powered by GitBook
On this page
  • Pixel tag
  • Parameters
  1. Integrations
  2. Email

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.

Name
Value
Description

companyCode

Your Flip.to company

code

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"/>
PreviousPost-stay emailNextMarketing

Last updated 8 months ago

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

Customer Success Manager