Make app - ability to upload CSVs for import

Hi Guys,

I have a common recurring problem at the moment whereby clients need to move data from other systems automatically at a set schedule into Noloco, these are normally quite antiquated systems where we can only get scheduled CSV exports and we’re then using Make.com to then push the data to Noloco.

The problem for the most part is that there are usually thousands of records and Make.com will very easily hit the 45 minute timeout.

What would be very helpful is if I could just format the CSV to match the import template from Noloco and then forward it onto Noloco via Make and then Noloco handle it as if it were an import via the UI.

Hey @EthosLuke - this wouldn’t be impossible to do realistically, if you can send it via a GraphQL request in the same way it happens in the app/UI

Oh I don’t doubt it’s possible, I was just hoping to have it as an out-the-box module in your Make app. I only have experience with REST APIs so might take me a little while to learn and figure out how to do this with your GraphQL API