Reputation: 331
I am using Wix for hosting my website. I need a solution to enable Wix to generate https request periodically. The https request results would be used to populate Wix database. Can someone provide the pointer on how I can achieve this?
Upvotes: 1
Views: 161
Reputation: 1109
You can use the Job Scheduler to make fetch()
requests and use the wix-data
API to store the results in a database collection.
Upvotes: 1