# Notification Template

> Build email and Microsoft Teams notification templates for workflow events. Use when creating approval request notifications, escalation alerts, SLA breach warnings, or workflow completion confirmations.

- Skill: `lobbi-docs/notification-template` (Agent Skill)
- Install (CLI): `npx skillmds@latest add lobbi-docs/notification-template`
- Raw SKILL.md: https://api.skillmd.com/api/skills/lobbi-docs/notification-template/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Productivity
- Author: Lobbi-Docs (https://skillmd.com/u/lobbi-docs)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/lobbi-docs/notification-template

---


# Notification Template Design

Create notification templates for workflow events:

1. **Event type**: What triggers this notification? (new item, approval needed, SLA warning, escalation, completion)
2. **Recipients**: Who receives it? (requester, approver, escalation target, compliance team)
3. **Channel**: Email, Microsoft Teams adaptive card, or both?
4. **Content**: Subject/title, body with relevant data fields, action buttons (Approve/Reject), link to item
5. **Branding**: The Lobbi client branding requirements (logo, color, footer)

Output: email HTML template and/or Teams Adaptive Card JSON with placeholder variables using `{{variable_name}}` syntax.

