| Property | Description |
|---|---|
namespace / name | Unique identifier |
title | Optional title template (e.g., email subject) |
html_content | Jinja2 HTML template |
text_content | Optional plain-text fallback |
variable_schema | JSON Schema for validating template variables |
Configure
Templates
Reusable email and document templates
Templates are Jinja2-based documents for emails, notifications, and dynamic content.
Key properties:
HTML output is auto-escaped to prevent XSS. Missing variables cause errors (strict mode).
Management endpoints:
Runtime endpoints: