I am trying to use the generate PDF node and I am not able to figure out how to receive the pdf and show it on the bot. I have read the document on docs.yellow.ai but still not able to figure out how to retrieve the PDF. Can someone walk me through exactly how to receive the PDF document in detail?
We actually figured it out. We had to create a variable that was an object and then receive it from the file node. It just takes a moment before it shows up in the chat.
Sorry for the delay from our end @GarveyJohn, but I’m glad you found a solution. In the upcoming week, we’ll update the documentation of Generate PDF node to make it more user-friendly.
Hey @senthil.vasan
First, you need to store the response of the Generate PDF node in an object variable.
After that, connect a File message node to the journey and under fetch from select the object variable in which we’re storing the response of Generate PDF.