# Teams Notification

> Send a notification card to Microsoft Teams via Webhook. Use when this capability is needed.

- Skill: `tomevault-io/teams-notification` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/teams-notification`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/teams-notification/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Integrations & APIs
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/teams-notification

---


# 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

```bash
.venv/Scripts/python .github/skills/teams_notification/scripts/send_teams_notification.py --message "Hello **World**!" --title "Test Message"
```

---
> Source: [jacwu/github-materials](https://github.com/jacwu/github-materials) — distributed by [TomeVault](https://tomevault.io).
<!-- tomevault:4.0:skill_md:2026-07-04 -->

