Microsoft Teams Message
Sends a message to a Microsoft Teams channel.
Revision History
1.0.0.0 Initial Release
1.0.0.4 Modified to support new Power Automate webhook
Properties
Connection
Type: Connection Input
The Connection Property
WebhookUrl
Type: String
Provides the Microsoft teams webhook (endpoint) that will be invoked to send the message.
Title
Type: String Input
Provides the title of the message.
Summary
Type: Multiline Text Input
Provides the summary text of the message.
Custom Inputs
Add Custom Properties to this Node to provide additional parameterized data (Facts) in the message card. The Facts will be displayed in a table format where each row represents the key and value of the custom properties on the node as it runs. Custom property name will be presented within column 1 and the custom property value will be presented within column 2.
Remarks
Use this Node to easily stream notifications from Flowgear so that team members are kept up to date with integration activity.
Setting up a Connection
Follow these steps to configure this Node to send to your Teams:
- From within Teams, click Teams and focus the team you want to send messages to
- Click the ellipsis (
...
) button next to the team name, then chooseWorkflows
- Click
Manage
to navigate to the Workflows Dashboard - Click
New Flow
at the top right of the screen - Click
Create from blank
at the top right of the screen - Search
Teams
and selectMicrosoft Teams Webhook
- Select
When a Teams webhook request is received
as the trigger - Select
Anyone
within theWho can trigger the flow
box - Click on
New step
- Search for
Teams
and selectMicrosoft Teams
- Look for the
Post card in a chat or channel
action - Select
Flow bot
for thePost as
selection - Select
Channel
for thePost in
selection - Select your preferred Team and Channel
- Select
Body
within the Adaptive card selection - Provide a name, then click
Create
- A URL will be provided after the workflow has been saved, copy this URL in to the
WebhookUrl
property of the Connection for the Node.
Rate Limiting
This Node is subject to the rate limiting policy described at https://docs.microsoft.com/en-us/microsoftteams/platform/bots/how-to/rate-limit