Specify serviceUrl when sending proactive message #2715
Benjiiim
started this conversation in
Ideas / Feature requests
Replies: 1 comment 1 reply
-
|
Adding @aacebo for thoughts. Thanks a lot |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
According to Proactive Messaging documentation and to App.ts code, we don't need to provide a serviceUrl when sending a proactive message / activity:
As far as I understand, the serviceUrl can be specified through app options, in env variable and defaults to https://smba.trafficmanager.net/teams
However, according to the Bot Framework REST API documentation:
and from the official Proactive messages documentation page:
Moreover, according to Updates for Microsoft Teams bots in Multi-Geo environments:
I'm wondering why Teams SDK is not advising to store the serviceUrl next to each conversationId in order to use it when sending the message / activity instead of using the default URL?
Beta Was this translation helpful? Give feedback.
All reactions