Newbook
Last updated
Last updated
Adding Flip.to to your booking engine requires two snippets of code:
The first is added to of your booking engine.
The second is added to the .
Before you begin:
You'll need your unique IDs, which you should have received by email. If not, ask our .
You'll also need to sign a Newbook + Flip.to data share agreement. Ask your Newbook point person for the agreement to sign. This will allow our platform to retrieve information about bookings directly from Newbook, while ensuring the integration is stable, secure and compliant.
The following snippet should be modified to pass in the appropriate values, and should be included in the <head> tag of every page of the booking engine, including the confirmation page.
bookingEngine
The Flip.to string to define the booking engine used.
companyCode
The internal Flip.to company code.
code
Internal property code used by the booking engine. Set your own internal code used by the engine, and let your account manager know this code.
language
The following snippet should be modified to pass in the appropriate values and should be included in the <head> tag of the confirmation page to run once the guest has completed their reservation.
bookingEngine
The Flip.to string to define the booking engine used.
companyCode
The internal Flip.to company code.
code
Internal property code used by the booking engine. Set your own internal code used by the engine, and let your account manager know this code.
language
The language ANSI code the engine currently uses to display text.
For English use 'en'
, French 'fr'
, etc. Refer to the . Use the ISO 639-1 Code for the language parameter.
Optionally, a culture name can be used as well. For example, this can be set to 'en-US'
or 'en_US'
.
The language ANSI code the engine currently uses to display text.
For English use 'en'
, French 'fr'
, etc. Refer to the . Use the ISO 639-1 Code for the language parameter.
Optionally, a culture name can be used as well. For example, this can be set to 'en-US'
or 'en_US'
.