Teams
Send Microsoft Teams notifications with optional Adaptive Cards.
Attributes
| Attribute | Type | Description |
|---|---|---|
| webhook_url | str | Microsoft Teams webhook URL |
| title | str = Task {task.name} {run.phase} | Message card title (supports template variables) |
| message | Optional[str] = None | Simple text message (supports template variables) |
| card | Optional[Dict[str, Any]] = None | Optional Adaptive Card for rich formatting (if provided, title and message are ignored). |