This operation allows sending an entire Message Card (Not an Adaptive Card, those are only available for Outlook, not Teams at this time) to a Teams Channel with an Incoming Webhook configured.
https://docs.microsoft.com/en-us/outlook/actionable-messages/message-card-reference is the reference page for creating the JSON for Message Cards.
Example message:
...
...
Target Properties
Property Name | Property Code | Required | Description |
---|---|---|---|
Project Properties
Property Name | Property Code | Required | Description |
---|---|---|---|
Inputs
Input Name | Property Code | Required | Description |
---|---|---|---|
Webhook URL |
| Yes | Team Name, a message will be sent to that team (String) |
Json |
| Yes | The complete Message Card JSON. (String) See https://docs.microsoft.com/en-us/outlook/actionable-messages/message-card-reference for more information about creating this json. |
Outputs
Output Name | Description |
---|---|
Artifacts
This operation delegates the consume artifacts decision to the workflow developer.
...
This operation will select all available endpoints associated to the environment/instanceTarget.
Endpoint Execution
This operation will execute on any one of the selected endpoints and will be random in the determination of which one.