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.
...
Follow these steps to create the app registration:
- Sign in to the Azure portal.
- If you have access to multiple tenants, use the directory + subscription filter in the top menu to select the tenant in which you want to register an application.
- Search for and select Azure active directory.
- Under Manage, select app registrations, then new registration.
- Enter a Name for your application and specify who can use the application.
- Select register to complete the initial app registration.
- Open application capture application (client) ID and directory (tenant) ID from app registration.
Create a new client secret and capture client secret.
Info title Note Record the secret's value for use in your client application code - it's never displayed again after you leave this page.
- Create API permissions
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 5 6 permissions you need are:
- Channel.ReadBasic.All
- ChannelMessage.Send
- Chat.ReadBasic
- ChatMessage.Send
- Team.ReadBasic.All
The following image shows the minimum permissions required to send messages to teams and users.
After adding them all, click the Grant admin consent button. You should see checkmarks by each permission in the status column.
Supported Versions
- All Microsoft Teams versions are supported.
Key Features
- Send messages to a Microsoft Teams channel or user.
Plugin Operations
Child pages (Children Display) |
---|
...