ms-teams-send
Sends a message to a specific Microsoft Teams channel using a Microsoft Teams Workflow.
ms-teams-send profile=PROFILE text=MESSAGE [url=URL] subject=SUBJECT
- profile=PROFILE
- Identifier of the Microsoft Teams connection profile.
- text=MESSAGE
- Content of the message to be sent.
- url=URL
- A URL that appears as a “View more” link in the message.
- subject=SUBJECT
- Subject line of the message.
Example
** Output Fields **
| Field | Type | Name | Description |
|---|---|---|---|
| profile | String | Profile | Identifier of the connect profile |
| subject | String | Message Subject | |
| text | String | Message Content | |
| url | String | Detail URL |