teamSendWebhookTextNotification
Sends a message to a MicrosoftTeams channel. This operation takes a few inputs that will build a simple message and sends a message to the channel based on the input given.
Example message with Title, Text, and Image:
Example with only Text
Example message with Title, Text
Example message with Text, Image
Inputs
Input Name | Input Code | Required | Description |
---|---|---|---|
Webhook URL |
| Yes | Team Name, a message will be sent to that team (String) |
Title |
| No | Title of the message which appears above the text in larger font. (String) |
Message Text |
| Yes | Text for the message that will be sent. If this is very long, a smaller Title should be supplied in addition. (String) |
Icon URL |
| No | An image URL that will be shown on the left side, inside of the message card.(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.
- style