Forum Discussion

richturnbull's avatar
richturnbull
Copper Contributor
Feb 27, 2024

Proactively messaging a users in a team

Hi, I am building a bot that can be installed into both the Team and Personal scope (RSC permissions). Once installed to a team, the bot needs to be able to message members of that team without first needing each member to install the bot themselves. I have successfully sent a message from the bot to myself (as the installer of the app), however, when I try and send a message to another member of the team I get the following error "Bot is not installed in user's personal scope". 

 

I am using the `CloudAdapter` class and the `createConversationAsync` method

from the botbuilder sdk (node/javascript)

 

Can anyone help? I've been going around in circles for weeks trying to figure it out

Resources