Forum Discussion

Learning375's avatar
Learning375
Copper Contributor
Sep 11, 2019

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

 

3 Replies

    • Learning375's avatar
      Learning375
      Copper 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