igusdev/MS Teams Adaptive Card
A simple and lightning-fast GitHub action to send notifications as adaptive cards to an MS Teams webhook.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
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 if left empty. | no | "" |
| message | The message content. Supports Markdown. Can also be empty. | yes | "" |
| style | Container style. Accepts: default, emphasis, good, attention, warning, accent. Default is "default". | no | "" |
| actions | A YAML array of Action.OpenUrl objects. Each item must have: type: Action.OpenUrl, title (button label), and url (HTTP(S) URL). Invalid or unsupported items will be logged and skipped. | no | "" |
| sections | A YAML array of Container objects following the Adaptive Cards schema. Each item must have type: Container and an items array of card elements (TextBlock, Image, FactSet, etc.). Invalid items are logged and skipped. | no | "" |
Outputs
no outputs