Reputation: 3
I am trying to build a bot that can initiate a message direclty to a user who is in our organization (i.e. not a message into a Teams channel). I was only able to do this with the following methods:
I have spent a huge amount of time searching the solution documentation and now I'm getting the feeling that my requirement is not possible. It would be really nice if someone has some leads on it?
Thanks in advance
Upvotes: 0
Views: 1646
Reputation: 10804
Per the conversation above in the original post, Bots in Teams can only continue an existing conversation - they can't create new ones per se. As a result, you need to pre-install your bot for the relevant users. There are two main ways to do this:
Both of these approaches will work fine for an organisational app too - they don't need to be in the actual Teams Store
Upvotes: 1
Reputation: 1683
The proactive messages are like three types in major
These messages are given by the bot that are not in response to a particular question by the user The bot have access to all the dependent applications and the users, group chats and teams channel. First you need to create the bot and install in the location. For example if person 1 is getting response, his device or application must be having the plugin installed of the bot. For further reference check the document document2
Upvotes: 0