How to Send Conversation to user email

Hi, I am looking for a solution to send user full conversation through email. please share the idea.

@community please check this issue, it’s a business case.

Thanks

Hello @maksudcs, perhaps this link could help you. I believe you need to create a action_trigger_email Link : Rasa X Documentation

Remember to create unique sender ids to capture this data or you can use tracker.current_state()[‘sender_id’] option to fetch it in action_trigger_email