simbo/MS Teams Message Card
A simple and lightning-fast GitHub action to send notifications as message cards to an MS Teams webhook.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| webhook | The MS Teams webhook URL to send the notification to. Obviously required. | yes | "" |
| title | The title of your card. Will be omitted by MS Teams if left empty. | no | "" |
| message | The message content. Supports HTML up to a certain level (interpreted by MS Teams). Can also be empty. | yes | "" |
| color | The border color of the message card. Will fallback to MS Teams' default color if empty. | no | "" |
| buttons | A multiline string where every line defines an action button for the message card. Each line should contain a label text followed by a HTTP(S) URL. If the line does not match this format, it will be silently omitted. | no | "" |
| sections | A section object in YAML format | no | "" |
Outputs
no outputs