What are you trying to achieve?
Ugh - so I just typed up a message, forgot the category, selected the category, and my message was deleted. So… I guess my fault, but really frustrating.
I’ve got an HTTP module hitting this Foxit API (Foxit APIs) that should return the contents of a document. In my case, it’s the text value of an extracted PDF. In Python, I can simply hit the URL with requests.get, and access the text property.
In Make, the data value is always empty. What should I check?