A plugin to send messages to MicrosoftTeams channel or user. This plugin allows you to send notifications to MicrosoftTeams from FlexDeploy workflows. Users have the freedom to create messages as complex or as simple as they desire.
This plugin uses Teams Messaging Accounts in FlexDeploy which can be managed from Topology->Integrations->Messaging.
Teams Messaging Accounts
This plugin uses a Teams Messaging Account which contains all relevant credentials to connect to the Teams workspace. Navigate to Topology->Integrations→Messaging and create a new Account with the Provider set to MicrosoftTeams.
Create an Application in the Azure portal
You must create an application in the Azure portal so the Microsoft identity platform can provide authentication and authorization services for your application.
Follow these steps to create the app registration:
...
Create a new client secret and capture client secret.
Info | ||
---|---|---|
| ||
Record the secret's value for use in your client application code - it's never displayed again after you leave this page. |
...
Select API permissions > Add a permission > Microsoft Graph
...
Select delegated permissions. You can type the names of these permissions in to filter and find the necessary permissions quickly. The 6 permissions you need are:
- Channel.ReadBasic.All
- ChannelMessage.Send
- Chat.ReadBasic
- ChatMessage.Send
- Team.ReadBasic.All
...
Supported Versions
- All Microsoft Teams versions are supported.
Key Features
- Send messages to a Microsoft Teams channel or user.
Plugin Operations
Operations using Teams Webhooks
To set up these operations, view the page Configuring the MicrosoftTeams Plugin for sending messages with Webhooks
Operations using User Credentials
To set up these operations, view the page Configuring FlexDeploy for Teams Operations
...
childrenusing User Credentials for more information.