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.
As of 5.5.0.2, the user will be added to the team if they are not a member. This requires an additional permission, See the plugin 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.
Environment/Instance Properties
...
Property Name | Property Code | Required | Description |
---|---|---|---|
Inputs
Property Input Name | Property Code | Required | Description |
---|---|---|---|
Team Name | FDMST_INP_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 | 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 | An image URL that will be appended to the end of the message (String) |
Outputs
Output Name | Description |
---|---|
...