How to call user profile info in Rasa custom actions?

I want to get user info when he is logged in on our portal how to get that info.

Hi @kiranbeethoju. I would recommend associating a conversation_id with a user

If I deployed Rasa to a website and a user login to that website can I call that user’s username and other info with custom actions ?

Yes, you can run whatever code you want with a custom action, calling whatever APIs you want

1 Like

I am building another JS wrapper to get user’s data from the browser sessionStorage then I am going to save user’s data in another DB with sessionID. But you didn’t get me, anyways always there would be more than one way when we brainstorm. :smiley: