pdf

PDF Files: In my flow I make a request to HTTP server (API) and get back a JSON File. In this JSON there are many Base64 encoded string fields of pdf. I need to extract these PDF Files and send to the final user. I can extract the information (blob), but how can I send all these generated pdfs file (via javascript code) to the user? Can a variable in Typebot flow keep more than one information (e.g. 2, 3 or 5 pdf files) and send one by one to the user?
1 Reply
Baptiste
Baptiste7d ago
No way to do that on Typebot. I suggest you use N8N or another automation tool that can help you do that and generate a URL for each PDF file that you can then use in Typebot

Did you find this page helpful?