N8N - Booking.com integration

Hello, I am new to N8N, I am trying to understand if I can build an AI reception to manage daily tasks for my hotel. To start easy let’s say i only need to write answers to guests reviews. Is that feasible? How to I connect Booking.com? Is there an API or a custom connection that is available?

Thank you

1 Like

Yes, I can see booking.com API here: https://developers.booking.com/.
It’s possible to you for connect their API in n8n.

You can use “HTTP node” for connect to their API.

Here’s for example to answer guests review:
You can customize the message:

I just want to tell you how it will work in nodes:

  • Get a review from the guest (HTTP Request)
  • Filtering review that doesn’t have an answer from your admin (Code Node)
  • Analyze and get some answers from AI (Basic LLM)
  • Reply a review (HTTP Request)

Thank you very much. If I don’t ask too much could you try to sketch a possible workflow to do an operation such as answering a customer’s review? Or just point me to some kind of chain operation in simple terms?

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.