Sends a message to a MicrosoftTeams workspaceuser channel. This operation takes a few inputs that will build a simple message and sends a message to the user based on the input given.
...
Property Name | Property Code | Required | Description |
---|---|---|---|
Chat Name |
| Yes | Chat Name Email of the user email in Microsoft Teams, the message will be sent to the userĀ (String) |
Microsoft Teams Account | FDMST_INP_CLOUD_ACCT_CODE | 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 | The URL for the image that will be used as the icon for the bot (String) |
Outputs
Output Name | Description |
---|---|
Artifacts
...
This operation delegates the consume artifacts decision to the workflow developer.
Endpoint Selection
...
This operation delegates the selection to the workflow developer to determinewill select all available endpoints associated to the environment/instance.
Endpoint Execution
...
This operations delegates the execution to the workflow developer to decide.
Special Considerations
[Delete section if not needed]
...
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.