I’m pulling a PDF from an external API using Webhooks by Zapier (GET). The request works (I can download and view the PDF outside Zapier), but the API returns PDF in raw PDF content inside JSON. How do I convert the file into a single file object I can attach in later steps (Google Drive upload / Gmail attachment)?
Here is a sample of the content returned: “%PDF-1.4\n1 0 obj\n<< /Type /Catalog\n/Pages 2 0...”




