Forum Discussion

NadirRiyani's avatar
NadirRiyani
Brass Contributor
Mar 26, 2020

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 Server has start sending events to my Channel. This flow working fine. The server sends events to MS Teams Channel and Channel display the Message card (payload).

Here I need control in code. I need to modify the Payload (Message card) sent by the server. So

When Server sends the Message to Channel It should come to my C# application and I want to change the payload based on some condition and then the reply back to the channel.

In Conclusion, I need the Middle layer in between payload sender and receiver in the connector flow. 

 

One similar conversaion link I found : https://github.com/microsoft/botframework-sdk/issues/5387 

Ref link for Custom Connector: