Thank you Community!

Just a note to say thanks to those who have helped me on my recent project. I recently ported a shelter management software application to Wix. The whole thing was relatively easy, except one key part: I needed to sync the animals database with a 3rd party provider. On my old platform, I used .csv files that were automatically generated and then, on a schedule, automatically sent via ftp to the provider.

The http fetch stuff was all new to me. The 3rd party site’s API is not well documented and really quirky and their support team does not know or support Javascript in any way, shape or form. Getting this working, was, therefore, a pretty heavy lift for me. It was not easy at all.

Well, thanks to all who answered my silly questions on this forum it is now working flawlessly. And the code is nice and tight and simple. Thank you all very much. I’m glad its over and that I won’t have to do that again!

3 Likes