Mar 28 2019 05:19 AM
Hi,
we know you can fetch the email address from a Teams channel through the three dots in Teams.
Would it be possible to add this information in the PowerApps function MicrosoftTeams.GetChannelsForGroup or in Graph?
We have a lot of channels and they are created daily. It would be great if grabbing the email address can be automated.
Thanks!
Apr 01 2019 02:27 AM
It should be available via the Graph
Channel Properties
https://docs.microsoft.com/en-gb/graph/api/resources/channel?view=graph-rest-beta
List Channels
https://docs.microsoft.com/en-gb/graph/api/channel-list?view=graph-rest-beta
Get Channel
https://docs.microsoft.com/en-gb/graph/api/channel-get?view=graph-rest-beta
See about halfway down in the first article, Property = Email. As it shows in Get Channel article all properties, including the email should be returned in the call.
Hope that answers your question
Best, Chris
Jun 26 2019 03:17 PM
I am using Flow/Graph API to create my Teams, I can get the group email address but not the Channel email address, it is empty. Sending emails to group email address does not show up in Teams as it is part of the distribution list. Hence I would like to retrieve General Channel email address
https://graph.microsoft.com/v1.0/teams/XXX/channels/19:6a89b5246XXXXXXXX@thread.skype
Oct 05 2020 12:11 AM
Sorry for digging up this old topic, but unfortunately it is still recent
@ksivanandan @Christopher Hoard
Is there any update on that matter? I found out that the channel's email address is only generated when it is retrieved via Teams. Only then it can be pulled via Graph.
Does anybody know how to automatically generate channel email addresses?