teamSendNotification
Sends a message to a MicrosoftTeams workspace. This operation takes a few inputs that will build a simple message and sends a message to the channel based on the input given.
The user will be added to the team if they are not a member. This requires an additional permission. See the configuration guide for more information about the required permissions to use the plugin.
If the team or channel are private, the user must already be a member in order to send messages.
This operation requires that the Microsoft Integration Account uses “Password” type authentication. Delegated permissions are not sufficient to execute this operation. Microsoft has deprecated this authentication type, so this operation is also deprecated.
Inputs
Input Name | Input Code | Required | Description |
---|---|---|---|
Team Name |
| Yes | Team Name, a message will be sent to that team (String) |
Channel Name |
| Yes | Channel name of the Team (String) |
Microsoft Teams Account |
| Yes | Microsoft Teams account with all the required properties. Configure this under Topology - Integrations - Messaging (String) |
Message Text |
| Yes | Text for the message that will be sent (String) |
Icon URL |
| No | An image URL that will be appended to the end of the message (String) |
Artifacts
This operation delegates the consume artifacts decision to the workflow developer.
Endpoint Selection
This operation will select all available endpoints associated to the Target.
Endpoint Execution
This operation will execute on any one of the selected endpoints and will be random in the determination of which one.
Special Considerations
This operation sends the message text as HTML to the Microsoft Teams API. User's can format their message through HTML, but keep in mind that Microsoft Teams does not allow the use of certain HTML and CSS styles.
- style