Hey folks,
I'm trying to implement a scoring algorithm to match customers (two sided marketplace, we have buyers and sellers as customers) and I'm having a little trouble figuring out how to get started. The idea is to calculate and store scores based on the properties (region, price of offerings, etc.) and then display a list of potential matches weighted with this score. Can this be done within Zoho or is it better to create an external microservice and use the API? Unfortunately I couldn't make much sense of the documentation, so thankful for every pointers/keywords in the right direction :)
Thanks!!