I want to ask you if it is possible to send data’s From http endpoint to NetSuite? Now I do that over FTP. But I want to get the files over http endpoint and send it to NetSuite storage.
@dominikdill for HTTP, you can't have an export that gets the file blob unless the response of the request has a publicly accessible link where you can use "Path to file URLs in HTTP response body". Because of that, you would need an export to get you records, and then a lookup step to get the file blob. Once you get the file blob from the lookup, you can then go to NetSuite file cabinet.
What HTTP source are you working with? Could potentially help more if you shared some api documentation.