Generate PDF report

Can you please send sample code of a bot generating PDF report document and responding back either as an attachment or link of the report

Hello @dungi12345 :smiley:,

Welcome to Kore Community :clap:

Could you elaborate the requirement. The report you need is the bot analytics or dashboard data or something else?

Thank you for stopping by!!

I want kore.ai to generate a excel (or pdf report) in the bot. I looked at Message dialog, but was unable to get it to work. Basically I would call a web service to pass it some data and then kore.ai can work on that data, generate a report and return back the data.
Example: Web Service sends requests like “what is temperature in Mumbai, India and in New York, USA”.
Need kore.ai to respond with a report; header like "Here is temperature for the cities requested for " date (mm/dd/yyyy).
First Row is: Temperature in Mumbai, India is 80F
Second Row is: Temperature in NY, USA is 60F.