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 GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
webhookThe MS Teams webhook URL to send the notification to. Obviously required.yes""
titleThe title of your card. Will be omitted by MS Teams if left empty.no""
messageThe message content. Supports HTML up to a certain level (interpreted by MS Teams). Can also be empty.yes""
colorThe border color of the message card. Will fallback to MS Teams' default color if empty.no""
buttonsA 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""
sectionsA section object in YAML formatno""

no outputs