teams-notification

star 79

Send a notification card to Microsoft Teams via Webhook.

jacwu By jacwu schedule Updated 2/6/2026

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 to TEAMS_WEBHOOK_URL env var)
    • --title (The title of the card. Defaults to "Notification")
    • --color (Hex color code for the card stripe. Defaults to "0076D7")

Example

.venv/Scripts/python .github/skills/teams_notification/scripts/send_teams_notification.py --message "Hello **World**!" --title "Test Message"
Install via CLI
npx skills add https://github.com/jacwu/github-materials --skill teams-notification
Repository Details
star Stars 79
call_split Forks 27
navigation Branch main
article Path SKILL.md
More from Creator