hotelOS

Modified on: Fri, 21 Jun, 2024 at 8:57 AM

Applies to:          Stayntouch PMS          

hotelOS


hotelOS helps hotels optimize energy consumption by efficiently controlling lighting, air-conditioning, and heating. hotelOS uses an algorithm that controls the usage based on the occupancy of the room.


hotelOS will need to know the rooms occupied/vacant for checked-in rooms, due-in rooms, checked-out rooms, and departures.



WEBHOOK USAGE


The hotelOS production webhook URL is https://us-west-2.api.hotelos.co/integrations/stayntouch/{hotel}. The hotelOS team needs to ensure the correct webhook listener URL is set up in Stayntouch PMS under Settings > Chain > Webhooks.

  • New Reservation
  • Edit Reservation
  • Cancel Reservation
  • No Show Reservation
  • Check-Out
  • Room Move
  • Reverse Check-Out
  • Reinstate Reservation
  • Reverse Check-In
  • Check-In Available
  • Check-In Success
  • Check-In Failed
  • Pre-Check-In Available
  • Pre-Check-In Success
  • Pre-Check-In Failure
  • Rooms Assigned
  • Rooms Status
  • Room Status Service


API USAGE

  • GET reservations/{id} – Following a webhook event
  • Get reservations/due_in – With parameter hotel_id and reservation_id
  • Get reservations/ checked_in – With parameter hotel_id and reservation_id
  • Get room_type/{id}/available_rooms
  • Get room_type/{id}
  • Get rooms/{id}


Stayntouch Implementations/CSM will generate API OAuth keys to hotelOS:

  • client_id
  • client_secret
  • hotel_id

Did you find it helpful? Yes No

Send feedback
Sorry we couldn't be helpful. Help us improve this article with your feedback.