Ryan.Bartsch
Ryan.Bartsch

Reputation: 4220

Microsoft Teams - invoke HTTP request on message/reply in team channel

In MS Teams whenever someone replies to a message in a particular team channel, I want to invoke a HTTP request or publish a message to something like Azure Service Bus.

Is there a way to do this?

FWIW I'm trying to do 2-way SMS between a users mobile device and an agent using MS Teams. I'm using Azure Logic App(s) as the glue between the SMS provider and MS Teams, but the 1 part of the communication loop that I don't know how to handle is when the agent replies to messages in MS Teams. I know I can get messages via MS Graph API, but I don't really like this polling approach - I'd prefer more of an event based approach.

Upvotes: 0

Views: 390

Answers (1)

Jagadeesh-MSFT
Jagadeesh-MSFT

Reputation: 336

Bartsch, currently we don't have any such event to trigger whenever someone replies to a message in a particular team channel. But have an option when a new channel message is added. As this feature is not available at present, could you please raise an User Voice if this needs to be consider as a future request.

Upvotes: 1

Related Questions