x3ek/Send Microsoft Teams Connector Card
Sends a custom connector card to a Microsoft Teams channel using a webhook URL
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| webhook-url | Webhook URL of the Microsoft Teams channel | yes | — |
| message-title | The title of the teams connector card | yes | — |
| message-body | The body of the message to send | yes | — |
| card-color | The color of the card (hex) or named colors including GREEN, YELLOW, or RED | no | — |
| buttons | Buttons to add to the card. Each button is a pair of text and link separated by a new line or full-colon (;). eg. Button One,http://example.com; Button Two,http://example.com | no | "" |
| dry-run | Enable dry run mode. If set, the action will not send the payload. | no | false |
| output-payload | Output the JSON payload being sent to the webhook. | no | false |
Outputs
no outputs