Forum Discussion
Learning375
Sep 11, 2019Copper Contributor
Setup a One-Way Notification Only Bot
Hello, I am using App Studio to create a Teams App. This app has the following capabilities: Two tabs: Tab 1: Loads a page on my company portal that's a dashboard Tab 2: Loads a page on my co...
Gousia_Begum
Sep 11, 2019Former Employee
Learning375 Please check the docs for sending Proactive messages. Please let us know if you face any issues.
- Learning375Sep 12, 2019Copper Contributor
Gousia_Begum Thank you for your response. However, https://docs.microsoft.com/en-us/microsoftteams/platform/concepts/bots/bot-conversations/bots-conv-proactive#examples do not specify the following:
- What URL to send the message to?
- How does one get an access token? This app is in active development. When I request a token using the id of the bot specified in App Studio from https://login.microsoftonline.com/botframework.com/oauth2/v2.0/token, I receive an 'unauthorized_client' error.
Thank you
- Gousia_BegumSep 15, 2019Former Employee
Learning375 Please check this document on how to get an access token. Please make sure you are using the correct appid and password.