-1

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.

Ram
  • 2,459
  • 1
  • 7
  • 14
lakshminarayana
  • 115
  • 1
  • 2
  • 8

1 Answers1

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