kargotech/Microsoft Teams Incoming Webhook Github Action Container
Post a message to Microsoft Teams Incoming Webhook
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| webhook_url | Webhook url | yes | — |
| status | Status of the message: "success", "failed", "neutral" | no | neutral |
| title | Message title | yes | — |
| description | Message description | no | — |
| mentioned_display | Mentioned name of the message, separated by comma, both this and "mentioned_email" must be defined together and put on the same order, example: Amber,Barbara,Candace | no | — |
| mentioned_email | Mentioned email of the message, separated by comma, both this and "mentioned_display" must be defined together and put on the same order, example: amber@test.com,barbara@test.com,candace@test.com | no | — |
| link_display | Link button of the message, separated by comma, both this and "link_url" must be defined together and put on the same order, example: Click here,Here | no | — |
| link_url | link url of the message, separated by comma, both this and "link_display" must be defined together and put on the same order, example: https://click.me,https://hereisthelink.com | no | — |
Outputs
no outputs