My use case is when a user creates or updates a message in the Teams channel that message should come to my web service(java URL) without @mention, Please suggest me any idea.
Asked
Active
Viewed 407 times
1 Answers
0
Have a look at the documentation here : Receive all channel messages with RSC. Here you will get the notification of messages receives on channel. The samples are not yet available for JAVA. But you can get idea with C#/Node.js - here

Hunaid Hanfee-MSFT
- 836
- 1
- 3
- 8
-
Thanks for and input and appreciate @Hunaid Hanfee-MSFT As per the document This feature is currently available in public developer preview only. Can you please suggest any alternate way for this? – lakshminarayana Sep 28 '21 at 10:02
-
This is only possible way available as of now. – Hunaid Hanfee-MSFT Sep 28 '21 at 10:36