Sep 25 2019 04:33 AM
Hi,
is there a way to send a message from Azure Logic Apps MS Team connector to a chat, because to a Team -> channel there is no problem but couldn't find a way to do it for a chat.
Sep 25 2019 10:51 PM
@wisnia Connectors are mainly designed on Teams scope and cannot be configured on a 1:1 basis. It is not possible to send a message from a connector to a personal chat.
Nov 04 2019 08:32 AM
@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)
Nov 04 2019 08:34 AM
@Hilton Giesenow group chat doesn't work
Nov 04 2019 08:59 AM
@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.
Nov 04 2019 09:00 AM
@Hilton Giesenow But that I don't want 🙂 I was talking SPECIFIC about the LA MS Teams Connector
Nov 04 2019 10:30 AM
@wisnia ah, ok. I was just suggesting a possible alternative. Hope you find a solution