1

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.

Itay Davidson
  • 55
  • 1
  • 6
  • @Italy Davidson You can add an existing bot to a group chat but bot initiating to create a group chat with itself and other members is currently not supported. – Gousia Begum Sep 03 '19 at 07:10

1 Answers1

0

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!

KRASSUSS
  • 55
  • 6