Mews · Arazzo Workflow
Mews Reassign Reservation Guest
Version 1.0.0
Find or create a guest profile, then set it as a reservation's customer.
View Spec
View on GitHub
HospitalityHotelPMSProperty ManagementTravelBookingReservationsCloudSaaSArazzoWorkflows
Provider
Workflows
reassign-reservation-guest
Resolve a guest profile and set it as a reservation's customer.
Searches for the guest by name, creates the profile when missing, and assigns the resolved guest as the primary customer of the reservation.
1
searchCustomer
customers_search
Search for an existing guest profile by name before deciding whether to create one.
2
createCustomer
customers_add
Create the guest profile when the search returned no match.
3
assignExisting
reservations_updateCustomer
Set the matched existing guest as the reservation's primary customer.
4
assignCreated
reservations_updateCustomer
Set the newly created guest as the reservation's primary customer.