Housekeeping
Last updated
Was this helpful?
Last updated
Was this helpful?
A Housekeeping integration pulls live information about the physical state of rooms and other space resources, allows the housekeeping staff to update the state from the Housekeeping system and pushes this data back into Mews.
The integration must first retrieve all the resources the property has configured in Mews using . The response contains all relevant information needed to map the physical configuration of the property in the external system.
'How to' use case
API Operations
How to get the list of rooms and spaces
Terminology: For an explanation of terms like
room
,space
andresource
, see the .
To ensure all of the information is synchronized between the two systems, a Housekeeping integration can monitor changes to the state of a resource. Rather than polling the API for state changes, you can subscribe to notification events using or . Both methods support changes to resources. Don't know which one to use? See .
'How to' use case
API Operations
How to listen for changes to reservations
How to get reservation and customer details
Once a staff member has cleaned or inspected a room, the state can be updated in Mews using , specifying the new state of the resource.
'How to' use case
API Operations
How to update the state of a resource
Resource blocks are blocks of rooms or resources set to 'out of order' or 'internal use'. Information about resource blocks can be requested using . Housekeeping integrations can also manage blocks through and .
'How to' use case
API Operations
How to get information about resource blocks
How to add a resource block
How to delete resource blocks
'How to' use case
API Operations
How to add a staff task
How to get information about departments
How to get the list of staff tasks
Mews allows properties to configure when a space will be marked as Dirty
, upon check-in or check-out, in their Stay service settings. They can also configure a specific housekeeping time interval after which, if a space is vacant, it will automatically change state to Dirty
. For example, if the field is set to two days, the space will automatically become Dirty
after two days. Each unit represents a period of 24 hours, with automatic changes occurring between 04:00 and 05:00. The maximum amount of time for this time interval is 7 days, after which the state will automatically change to Dirty
to adhere to regulations preventing Legionella.
Help Guides:
(ServiceOrderUpdated
event) or (Reservation
event)
If you need to create a task directly in Mews, this can be done using . If a task should be assigned to a specific department, the unique identifiers required for this action can be retrieved using . A list of existing tasks can be retrieved from Mews using .
Please ensure you follow our general for testing integrations. In addition to this, using the credentials, you can run the (housekeeping report) to cross-check if the integration is working correctly.