Forum Discussion
MS Teams and Azure Logic App connector
wisnia I've managed to do this from a console app before in C#, based on this https://stackoverflow.com/questions/42749982/initiate-a-message-from-bot-to-user-on-botframework
So that means you should be able to do it from an Azure Function or similar (I've done this to a 1-1 and a Channel, but haven't tested a group chat)
Hilton Giesenow group chat doesn't work
- Hilton GiesenowNov 04, 2019Brass Contributor
wisnia Challenge Accepted ! I've just tested from an Azure Function (C#), and it works fine to a group chat. Note I said Azure "Function" though, not Logic App - what I meant initially, to say it more explicitly, is that you'd need to have an Azure Logic App call your own custom Azure Function.
- wisniaNov 04, 2019MCT
Hilton Giesenow But that I don't want 🙂 I was talking SPECIFIC about the LA MS Teams Connector
- Hilton GiesenowNov 04, 2019Brass Contributor
wisnia ah, ok. I was just suggesting a possible alternative. Hope you find a solution