Customer management
Last updated
Was this helpful?
Last updated
Was this helpful?
Customer management integrations pull live information about reservations, customers, products and services, for specified time periods. Such systems allow properties to manage the entire customer journey, from automating targeted marketing and driving sales to guest communication and engagement.
Although new profiles can be created in Mews without a reservation, communication with a customer typically begins the moment a new reservation is created. Integration partners can listen for newly-created reservations using (ServiceOrderUpdated
event) or (Reservation
event). A new event occurs with every change to the reservation state, meaning partners are informed of any change that might lead to communication from their side, e.g. sending a custom welcome message or a post-stay survey. Reservation events contain the unique identifiers for affected reservations, these can then be used as the filter in a call to to retrieve the required information about the customer and their stay. You can test your Webhooks or WebSockets integration by creating new reservations in Mews, which will trigger these notification events.
If Webhooks or WebSockets cannot be configured, reservation information can instead be requested using with specified and . For example, using the Updated
time filter will return all reservations modified during the time interval specified in the request.
'How to' use case
API Operations
How to listen for changes to reservations
How to get reservation and customer details
How to get reservations updated over a time period
Each Mews property creates a unique set of services and related products which they can offer to their guests. For details on how to retrieve product information from Mews, how to search for customers, and how to correctly post orders to their profile, see the use case.
Please ensure you follow our general for testing integrations.
Help Guides:
(ServiceOrderUpdated
event) or (Reservation
event)