Forum Discussion
NadirRiyani
Mar 26, 2020Brass Contributor
MS Teams connector middle layer between Payload sender and Receiver (msteams channel)
Hello Support I have created one custom connector (using MS Javascript SDK). This connector will give me one Incoming Webhook URL. And I've configured the Incoming URL to my external server. Now ...
ronakshah
Copper Contributor
Wajeed-MSFT : That I understand. but it seems there would more data traversing and difficult to manage in case of any exception or any issue. Is there any event directly available in the Bot framework. Like OnTurnAsync, OnTeamsMembersAddedAsync. So there would be direct action when the message gets in into the connector.
Wajeed-MSFT
Mar 29, 2020Microsoft
Currently, this is not available as part of Bot Events.
- NadirRiyaniMar 30, 2020Brass Contributor
Wajeed-MSFT : Thank you for your valuable and quick support.