Syncing Data Between Operto Teams and iPRO
Data Flow
The data flow between iPRO and Operto will involve synchronisation of owners, properties, and bookings. The data will flow in the following manner:
1/ Owner Data: iPRO will push owner contact details to Operto.
- Run url {clientdomain.com} /ipro/webmethod.ashx?methodName=ipro.admin.operto.owner.push&OwnerId= {owneruniqueID}
- This will include owner names, email addresses, and phone numbers.
2/ Property Data: iPRO will send property details to Operto
- Run url {clientdomain.com} /ipro/webmethod.ashx?methodName=ipro.admin.operto.property.push&PropertyId= {propertyUniqueID}
- including property names, addresses, and region information.
3/ Booking Data: First time sync
- Run url {clientdomain.com} /ipro/webmethod.ashx?methodName=ipro.admin.operto.booking.push&PropertyId= {bookingUniqueIDs}
4/ Booking Data: When a new booking is created or an existing booking is updated in iPRO, it will be automatically pushed to Operto. The booking information will include:
- Guest details (name, email, phone number)
- Check-in and check-out dates
- Number of guests
- Special notes (e.g., internal notes, housekeeping notes)
5/ Booking Cancellation: If a booking is cancelled in iPRO, the cancellation will be sent to Operto, triggering the removal of the booking from Operto's system.
Data Mapping
The following iPRO fields will be mapped to their corresponding fields in Operto:
These mappings ensure that critical owner, property, and booking data is correctly synchronised between iPRO and Operto.
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article