Bot-framework bot creating groupchat

193 Views Asked by At

I have a bot-framework bot integrated to MS Teams, and I need it to create groupChats of members in it's team, with the bot in the chat as well. Is there any way to achieve that? I could not find any mention of creating or in any other way interacting with group chats using bots.

1

There are 1 best solutions below

0
On

You could use Azure Logic Apps or Power Automate flow. It has Teams actions that I think could help you ("Create a chat"). You could trigger the flow with an HTTP request that would contain necessary data!