Forum Discussion
Deepak1265
Nov 25, 2019Copper Contributor
Send Message individually using graph API ?
I am trying to send message individually anyone help me how to I send message using graph API
Deepak1265 so do you want to send a 1:1 message or post a chat to teams channel.
So I can send a 1:1 chat message using Graph Explorer, but not by using powershell.
First you need to know the chat id
https://graph.microsoft.com/beta/me/chats
Then once you have that you can POST a reply to that chat
1 Reply
Deepak1265 so do you want to send a 1:1 message or post a chat to teams channel.
So I can send a 1:1 chat message using Graph Explorer, but not by using powershell.
First you need to know the chat id
https://graph.microsoft.com/beta/me/chats
Then once you have that you can POST a reply to that chat