aliencube/Microsoft Teams (Generic)
Send a message to the designated channel in Microsoft Teams
View on GitHubTrust Signals
- Scorecard Score
- Scorecard 2–4scored Jul 6, 2026
- Maintenance Recency
- Stalelast commit Apr 24, 2020
- License
- MIT
Pinned Snippet
uses: aliencube/microsoft-teams-actions@dd5e839bd9f0a79a162d8b6a79065ff525be44b9 # v0.8.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| webhook_uri | Incoming webhook URI to Microsoft Teams | yes | — |
| title | Message title | no | "" |
| summary | Message summary | no | "" |
| text | Message text | no | "" |
| theme_color | Message theme color | no | "" |
| sections | JSON array for message sections | no | "" |
| actions | JSON array for message actions | no | "" |
Outputs
| name | description |
|---|---|
| message | Message sent to Microsoft Teams |