I am working on a chatbot for banking sector. is it possible to show custom graphs (with raw personal data) in reply to the user using messenger api?
i am searching for this but did not find anything related
if its possible to achieve than please help
if not possible than any alternative ways for the same will be helpful
Thank you
There's nothing built-in to the Messenger Platform API for creating graphs. The best option would be to build the graph server-side then send it as a message attachment in jpg format.
If you're looking to create a more full-featured experience, you can show send a message template with a web_url button that opens the graph in the webview.