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 user based on the input given.
...
Property Name | Property Code | Required | Description | ||
---|---|---|---|---|---|
Chat Name |
| Yes | Chat Name of the user email in Microsoft Teams, the message will be sent to the userĀ (String) | ||
Client Id |
| Yes | Client ID of Application from Azure portal (String) | ||
Tenant Id | Microsoft Teams Account | FDMST_INP_TENANT_ID | Yes | Tenant ID of Application from Azure portal (String) | |
ClientSecret |
| Yes | Client Secret of Application from Azure portal (String) | ||
Username |
| Yes | Username in Microsoft teams (String) | ||
Password |
| Yes | The password of the username 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 |
---|---|
...