Rasa integration with slack

Hi, This is akanksha. I am trying to integrate rasa with slack, But during authorisation of user from slack UI sender id is not saved. Can you tell me the solution.

Hi @Akanksha1, welcome to the community!

Could you clarify a little more on what you mean by “saving”? We take the user’s ID from the message payload in SlackInput. You can persist the conversation to a tracker_store which will save the sender_id with it.

yes, I am taking the user’s ID from the message payload in Slack Input. And save the user ID in tracker_store (SlotSet(“user_id”, user_id)).But user ID not found during retrieve that user ID from tracker (tracker.get_slot(“user_id”)).