sjquant/ms-teams-actions
Github Actions for sending a message to Microsoft Teams channel, built with Python3
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| webhook_uri | Incoming webhook URI to Teams | yes | — |
| title | Title of the message | no | — |
| color | Theme color of the message in hex form | no | — |
| summary | Summary of the message | no | — |
| text | Text of the message | no | — |
| link_buttons | JSON double-deep array, where inner array consists of 'button text' and 'button url'. If actions exist, it goes to the end. | no | — |
| sections | JSON array of card section objects | no | — |
| actions | JSON array of potential action objects | no | — |
Outputs
no outputs