Search code examples
node.jscloudantchatbotwatson-conversation

Save chat history from watson conversation service to Cloudant NoSQL DB


Firstly,When I am starting the conversation,I am asking the user for their email address. The application is deployed in bluemix in nodejs After the conversation is completed,I want the chat history to be emailed to the given email address.Is it possible? If it is possible, can I save the chat history in the JSON format in Cloudant NoSQL DB ? Is there any tutorials on how to go about with this?


Solution

  • It is unlikely that you will find documentation for your entire use case, However, there are a few sources of information available to you.

    As a developer, you will need to integrate the APIs for watson conversation, cloudant and sendgrid in your nodejs application.