Get PDF files in flows

Hi, everyone.

I have a request that returns a PDF file. When I make the request in the collections, the response comes as a PDF file and I can download the document to my PC. However, I need to use this request in flows so that this file is sent to a Webhook, but the response is not coming as a file; it seems to be coming in PDL. Here is a part of the response I’m getting:

Is there any way to convert this response to a PDF file?

Hi @HigorCHS

Depends on the format you need it in. When retrieving a PDF I get the following format (may depend on the API you’re using):

But you cannot access the local file system in Flows (for now).

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.