I’m building a hotel chatbot that should collect guest booking details, check availability using my AvailabilityChecker node, update room stock, append confirmed bookings to Google Sheets, and then send confirmations via WhatsApp and email. Right now, I’m stuck in the booking section I don’t know how to properly connect the steps so that once a user enters their check-in and check-out dates, the system can check availability and then record the booking if the room is available.
We had a similar headache setting up a small booking flow for a side project. Ended up keeping it simple, check availability, log in a sheet, and send a quick confirmation email.
Feels a lot like how business events are handled at Mercure in Singapore, smooth, straightforward, and keeps everything in one place without overcomplicating things.