Skip to main content
Version: 7.1.0

Q. What is difference between MsTeams and MsTeamsPlus?

  • MsTeams connector is a connector that provides the basic functions of Microsoft Teams.
  • MsTeamsPlus connector is a connector that provides additional functions that needs Admin consent.

MsTeams connector's scope

{
"scope": "offline_access User.Read Team.ReadBasic.All Chat.ReadWrite Channel.ReadBasic.All ChannelMessage.Send"
}

MsTeamsPlus connector's scope

{
"scope": "offline_access User.Read Team.ReadBasic.All Chat.ReadWrite Channel.ReadBasic.All ChannelMessage.Read.All Channel.Create Channel.Delete.All ChannelMessage.Send"
}

Basically, MsTeamsPlus connector has more permissions than MsTeams connector. So, if you want to use the MsTeamsPlus connector, you need to get the Admin consent. But, if you want to use the MsTeams connector, you don't need to get the Admin consent.

MsTeams Actions and Triggers

PlatformTypeName
MS TeamsTriggerchat.message.created
MS TeamsActionchannel.list
MS TeamsActionchannel.message.send
MS TeamsActionchat.message.send

MsTeamsPlus Actions and Triggers

PlatformTypeName
MS Teams PlusTriggerchannel.created
MS Teams PlusTriggerchannel.message.created
MS Teams PlusTriggerchat.message.created
MS Teams PlusActionchannel.create
MS Teams PlusActionchannel.list
MS Teams PlusActionchannel.delete
MS Teams PlusActionchannel.private.create
MS Teams PlusActionchannel.message.send
MS Teams PlusActionchat.message.send
  • Microsoft Admin Consent is a process that allows an admin to grant permissions to an application on behalf of all users in their organization.
  • If you want to use the MsTeamsPlus connector, you need to get the Admin consent.
  • If you want to get the Admin consent, you need to contact your organization's admin.