Hi, I wanted to ask if there is an autonomous way to import third-party data (e.g. Salesloft) into the CDP (Consumer Insights). Currently, the only option I see is manually taking a CSV/Excel file and uploading it through the Power Query. This isn't the best option as new data is being captured on Salesloft every day. One alternative was to use SalesLoft API and have some additional code extracting all the data from the API as it runs per page request. Is there an environment in Azure or MS environment that can help me accomplish this goal?
Here is the Salesloft API. As you can see, we can only get 100 people per request but have around 500000+ people captured.
List people | Salesloft API