How to get sender id from chatbot conversation?

In case of building a chatbot for a user profile based system.If that system is accessed by multiple user at the same time how rasa can handle that and how we can keep the track or history of individual user.

The tracker has a field called sender_id. It’s used for this kind of purposes.

@Gehova I keep getting the sender_id value to be ‘default’. My current version is 3.0 do you know how to fix this?

I think “default” is used by rasa shell. Try other channel.

yes when the chat is saved in the DB it shows correctly. Only in terminal I see default.

@Gehova the problem was in the post request… Was sending “user” as a parameter instead of “sender”