actions-marketplace-validations/Microsoft Teams (Generic)
Send a message to the designated channel in Microsoft Teams
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Apr 24, 2020
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/aliencube_microsoft-teams-actions@7af536b59221419054c51e25db4dd180915acb46 # no releases — HEAD as of 2026-07-10tags 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 |