Forum Discussion
Zen_Lang
Jun 22, 2020Copper Contributor
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 ...
- Jun 22, 2020
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.
Gousia_Begum
Jun 22, 2020Former 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_LangJun 22, 2020Copper 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