Forum Discussion
SujayBawaskar
Apr 02, 2020Copper Contributor
Teams bot with dynamic endpoint url
Hi, I want to develop a teams chat bot which should be able to connect to different service instances. In app manifest editor we can configure single url. This bot service url is separate per organi...
Trinetra-MSFT
Microsoft
Apr 03, 2020SujayBawaskar , What do you mean by different endpoint instance? Do you mean to set different messaging endpoint for your Bot? A bot listen on an endpoint given while setting up the Bot. Please clarify
SujayBawaskar
Apr 03, 2020Copper Contributor
Trinetra-MSFT , yes I need set different messaging endpoint instance per organisation.
- Trinetra-MSFTApr 08, 2020
Microsoft
A Bot listens the request on a single endpoint, you can specify only one endpoint in a Bot- SujayBawaskarApr 17, 2020Copper Contributor
Trinetra-MSFT , thanks for clarification