Convert Base64

Hey guys! In my flow, I send a POST request that returns a PDF in base64. How can I convert and return the PDF file within the flow?
3 Replies
Robson Cesar
Robson CesarOP9mo ago
It is also possible to receive the file in bytes through the webhook.
greenrhyno
greenrhyno9mo ago
What service returns the base64. I was trying to do this to a jpeg or ping w javascript but could not get it to work. Pixelixe I think can return a pdf. It returns jpegs for me. Depending on your use case...
Robson Cesar
Robson CesarOP9mo ago
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.

Did you find this page helpful?