Workflow: Get Guest Message
External system requests current guest messages linked in the PMS for a specific reservation to display the messages on the guest room.
Sequence Diagram

Description of Steps:
| Description of Steps | Operation | |
|---|---|---|
| UC2.1 |
Use case: External system requests current guest messages for a specific reservation to display the messages on the guest room. Use the getReservations operation with the fetchInstructions parameter = GuestMessages. The response message contains the reservationId, Reservation information, guest profile information, and guest message information. Guest Messages with OPERA Cloud delivery status = "Not Delivered" are returned as not delivered. After the guest confirms receipt on the external system, change the deliveryStatus to “Mr” (Delivered) and notify OPERA Cloud using put GuestMessages (see UC1.2). |
GET reservations Retrieve Guest Messages for a Reservation GET {{HostName}}/rsv/v1/hotels/{{HotelId}}/reservations/{{reservationId}}?fetchInstructions=GuestMessages 200 Response: Body:
|
Parent topic: Workflows