Apr 03 2020 04:11 AM
I did make an external post request to a Teams channel using the incoming webhooks.
(Post external requests to Teams with incoming webhooks )
I did use the JSON of the Message card for the payload in that request.
(Sending messages to connectors and webhooks )
Users in the Teams channel can do the actions with this message.
(Add a comment, Set a due date, Change status)
I want to know that can we send the user email when doing some action with this message to an API endpoint?
In this example, I want to send the comment and the user who made the comment in the Teams channel.
Apr 06 2020 12:31 AM
@DHJagath Currently getting the user Email in incoming webhook is not supported. This is in our backlog. However you could use the AAD object id that you get on post request, to fetch user's email id using Graph API.
Mar 01 2021 09:41 AM
Its almost been a year. Any update on this? Is a link to a ticket or anything we can use to track the progress?
Apr 08 2021 03:14 AM
Jul 21 2021 02:42 PM
Oct 24 2022 06:51 PM
@Gousia_Begum Hi, I use the legacy messageCard. I checked the headers of post request made by the messageCard but can't find the AAD Object Id you mentioned. Can you give more details?