I have the following problem. We are using Azure SQL Database for the Data processing. Instead of wizard import every time we would like to automatically load the data through API from our accounting platforms. (API Documentation Links: https://hellocashapi.docs.apiary.io/#introduction/authentication , https://www.zoho.com/books/api/v3/)
Basically my task is to get the data through API from these platforms and create the table in our Azure SQL Database and insert this data therein.
Can anyone recommend me the platform to resolve this issue? or please send me the link with the documentation which would show me the way to do that.
Thank you.