frieder/MSTeams Notification
Send a message to an MSTeams channel via Graph API
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| failOnError | Should the action report back as failed when the message submission to MSTeams failed. | no | false |
| retries | The number of retries to attempt if the message submission fails. | no | 2 |
| retryDelay | The delay in seconds between retries. | no | 30 |
| tenantID | The tenant ID of the Azure Enterprise Application that is sending the message | no | — |
| clientID | The client ID of the Azure Enterprise Application that is sending the message | no | — |
| clientSecret | The client secret of the Azure Enterprise Application that is sending the message | no | — |
| username | The username of the service user that is sending the message | no | — |
| password | The password of the service user that is sending the message | no | — |
| teamName | The name of the team to send the message to | yes | — |
| channelName | The name of the channel to send the message to | yes | — |
| title | The title of the message | yes | — |
| important | Whether to mark the message as important or not. | yes | false |
| text | The URL of the webhook | yes | — |
Outputs
no outputs