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 company website that's a glossary
- One bot, with the following options checked:
- My bot is a one-way notification only bot
- Personal
- Team
This app is being actively developed, so I do not want to submit the app to the Teams app store for approval. However, I would like to test notifications to this app. My question is, how? How do I send a notification to the Teams app I'm developing?
Thank you
- Gousia_Begum
Microsoft
Learning375 Please check the docs for sending Proactive messages. Please let us know if you face any issues.
- Learning375Copper Contributor
Gousia_Begum Thank you for your response. However, the 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_Begum
Microsoft
Learning375 Please check this document on how to get an access token. Please make sure you are using the correct appid and password.