actions-marketplace-validations/MS Teams Incoming Webhook Notification
GitHub Action to send an MS Teams notification via Incoming Webhook
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | GitHub Token | yes | — |
| webhook-url | MS Teams Webhook URL | yes | — |
| title | Message heading | yes | — |
| title-size | Size of the title text ('Large' | 'Default') | no | Default |
| message | Message to be sent | no | "" |
| color | Notification header line color | no | default |
| deploy-card | Send a GitHub deploy notification | no | false |
| show-commit-message | Show the first line of the commit message in deploy-card notifications | no | false |
| timezone | Timezone for message timestamps | no | America/New_York |
| user-mentions | Teams user mentions in format 'name|id', comma separated (e.g. 'Alice|alice@example.com,Bob|bob@example.com', invalid entries are ignored). NOTE: id must be Entra ID or UPN/email of the user | no | "" |
Outputs
no outputs