Forum Discussion
Post a message to a specific MS Teams Channel using deep link URI
Hi,
We are able to send a message to a team chat using
https://teams.microsoft.com/l/chat/0/0?users=<user1>,<user2>,...&topicName=<chat name>&message=<precanned text>
But how do we do this (Post a message) to a specific Team Channel?
I tried
msteams://teams.microsoft.com/l/channel/channelid/General?groupId=groupid&tenantId=tenantid&message=hello
but it just opens the channel in MSTeams.
Any help would be greatly appreciated.
Thanks
Zen_Lang Deeplink to send messages to a channel is currently not available. You could try using the Create chat in channel Graph API to send messages to a channel.
2 Replies
- Gousia_BegumFormer Employee
Zen_Lang Deeplink to send messages to a channel is currently not available. You could try using the Create chat in channel Graph API to send messages to a channel.
- Zen_LangCopper Contributor
Hi Gousia_Begum , thank you. I was looking for a non-Graph API approach but looks like I have no choice if it is not possible using deeplinks