User Profile
tommymarshall
Copper Contributor
Joined Oct 23, 2020
User Widgets
Recent Discussions
Re: Teams bot with dynamic endpoint url
NadirRiyani We are doing something nearly identical to what you suggested, but running into an issue where the context provided to us from `TeamsAdapter (context) => {}` changes when we pass it through our global forwarding endpoint. We have a single endpoint => looks up which API to forward the Microsoft payload/request to (we pass along the request body and headers exactly as they arrive via cURL) => API Server fails to send message/ When we add a single API Server endpoint the problem goes away -- but we have to route traffic to our forwarding endpoint service in order to figure out which API to forward to. When we console.log(context) it is different from one method to the other, so we're sure it's with the teamsAdapater.processActive JS function. Any ideas?3.8KViews0likes0Comments
Recent Blog Articles
No content to show