Hello,
I am making an app for MS Teams which has a bot. I need the bot to send a direct message (proactive) to a subset of users who have installed the app. I have tried using the create conversation API. With single user, it works fine but with multiple users it gives the following error:
error: {
code: 'BadSyntax',
message: 'Incorrect conversation creation parameters'
}
Do I need to do something else? If it's not possible using this API, is there any other way a bot can send a message to multiple users at once?
Any help is appreciated, thanks.