The community member is sending a POST request that returns a PDF in base64 format, and they want to know how to convert and return the PDF file within their flow. The comments suggest that it is also possible to receive the file in bytes through a webhook, and that some services like Pixelixe can return PDFs. Another community member is using AWS to return a PDF saved in a bucket, and they can return the file in bytes or base64, but they can't automate this PDF return in their Typebot flow.
I am using AWS to return the PDF saved in a Bucket. I can return the file itself in bytes or return it in base64. However, I can't automate this PDF return in the Typebot flow.