To expand on this solution for less-technical people like me... I needed to send a simple csv file that contained a single column with column header and the file needed to be called upFile. I used a workflow to with a Data Extraction to create the file in the previous step and then used the followin...
Hi. I managed to solve the problem using the js below. In my circumstance I was trying to transfer a very simple csv file with a single column with column header that I had already exported to the Adobe server in the previous step. logInfo("File name is: " + vars.filename)memBuf = new MemoryBuffer(...
I'm wanting to add One-Click unsubscribe option as per the requirements from Google/Yahoo. I've investigate the webapp provided by Adobe but have a concern. This webapp will unsubscribe a person without any interaction whether you send a POST or GET request. I've seen many recommendations/warnings...