| name | teams-notification |
| description | Send a notification card to Microsoft Teams via Webhook. |
Teams Notification
Send a notification card to a Microsoft Teams channel using an Incoming Webhook.
Parameters
- Required:
--message(The message content, supports Markdown)
- Optional:
--webhook-url(The Teams Webhook URL. Defaults toTEAMS_WEBHOOK_URLenv var)--title(The title of the card. Defaults to "Notification")--color(Hex color code for the card stripe. Defaults to "0076D7")
Example
python .claude/skills/teams_notification/scripts/send_teams_notification.py --message "Hello **World**!" --title "Test Message"