Booking system integration

Hi there.

I would really like to build a website for online travel agency with Webflow, but I need to know if I can integrate it with booking engine TravelPerk or another similar.

Thanks!

Think of Webflow as a static site generator. It creates HTML, and you can embed IFRAMEs and custom code into those generated pages.

It does not have much in the way of server-side integration capability as you cannot run code or install extensions directly on Webflow’s servers.

Knowing that, you’ll need to investigate your booking platform and determine what options it offers for website integration. Most have scripts you can drop in and they’ll create the UI pieces you need.

If you need more than that, you’d need to export your site and build your own custom integration that you host on your own servers.