Share feedback, ideas and get community help

Updated 6 months ago

Convert Base64

At a glance

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.

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?
R
g
3 comments
It is also possible to receive the file in bytes through the webhook.
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...
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.
Add a reply
Sign up and join the conversation on Discord