0
votes

I am developing chatbot using Azure bot framework composer and working on MS Teams now. I could capture user's username using telemetry track event with property of ${turn.activity.from.user}.

My question is how to capture the user's email address in MS Teams ???

1

1 Answers

0
votes

Email isn't supported through "turn.activity.from" object. According to feedback from the product team, you'd need to generate runtime to modify your code and add custom action.