We’re building a new property management website in Wix Studio and need a way to automatically update rental listings from our Property Management System (PMS), MRI Palace.
I don’t know anything about that system specifcally so will be making a few assumpitons, but on your Wix Studio site you will want to create an http function
This will expose a url that you can then use in that PMS system so that whenever a data change happens, it will hit that Studio endpoint you create.
That endpoint can do whatever you want - save the data to a collection that is hooked up to dynamic pages for example.
It is very important when you make this endpoint to add security checks in the code since you will be allowing the PMS to send data and update your database. You will want to make sure that you limit your endpoint to only work in that scenario.
@Wolf_Creatives We had recently developed a solution for Mitchell Torre https://www.mitchelltorre.com.au/ (aussie based) where they used a PMS called box+dice. Which I assume is similar to MRI palace.
You can get in touch with me for a solution but it would primarily have to do with APIs that MRI palace has.