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 GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
webhookThe MS Teams webhook URL to send the notification to. Obviously required.yes""
titleThe title of your card. Will be omitted if left empty.no""
messageThe message content. Supports Markdown. Can also be empty.yes""
styleContainer style. Accepts: default, emphasis, good, attention, warning, accent. Default is "default".no""
actionsA 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""
sectionsA 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""

no outputs