CRUD requests to Wix Database

Is there a way to automate the process of importing a CSV with new Items for the Database, through an API?

Hi,

You can’t automate the import process, but you can use http-functions to expose an endpoint that will update your database using code.

Then you can use a tool like Zapier to trigger the update when some event occurs.

This means that you need to have an API to read from your CSV file (so you can send the data to the http-function).

Liran