Calvin
Calvin

Reputation: 331

Wix website that generates https request to query data periodically

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

Answers (1)

Sam
Sam

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

Related Questions