How do I create graphical pie charts from previous user responses to display efficiently?

(Asit_Tiriya) #1

Hi,
I am looking to add Graphical charts to the responses that are sent by the bot to the user, to make it more engaging. How can I achieve that? Do I need to use any integrations? Please help!

Thanks!

(Karen Barker) #2

Hi there, :wave:

You would definitely be needing to look at 3rd party products to achieve this. You can use our Webhooks & HTTP service in order to integrate with another products API.

I did find an article here which whilst discusses Slack bots in particular uses the Google Chart API to install a chart into a bot. Perhaps this could give you some further ideas. :thumbsup:

(Anish Duggal) #3

chart.js might work for this. Haven’t tried it myself yet. Just came across it the other day.