How to connect RASA NLP to our web application

hey @Akshit, you can do it by defining an intent “getOnlineUser” and then you can write a custom action which will give you the details of online user, now in you custom action what you can do is, you can call this api

http://localhost:5005/conversations

  • which will Lists the sender ids of all the available conversations

for more details on retrieving user details you can visit this link :

https://rasa.com/docs/core/server/#operation/listConversations

sorry for the late reply :sweat_smile: