Hi,
I’m struggeling a bit. I want to built a quick en temporary fix to send some order data from Magento in a .json file to an employee. It’s being triggered by a parser and a date sent in a email. So far so good.
But I can’t seem to just get the raw JSON data only. Zapier automatically makes it pretty/parse it into items. I however just want the whole raw output (just like you would get it in Postman) and save that into a file. Is this possible and how do I do this?
So to be clear I would like to only see this
And thus only have one “field” to pick when saving data to the file instead of what is happening now (See below, which is missing formatting also):
So in my use case I would only see one selection here: raw json, which contains all the data.
Is this possible?