Preview a rendered email template with sample data and tenant branding
White Label
Preview a rendered email template with sample data and tenant branding
GET /email-templates//preview
GET
Preview a rendered email template with sample data and tenant branding
This endpoint requires authentication. Include your Bearer token in the Authorization header.
Description
GET /email-templates//preview Description: Renders the named template with built-in sample data and the tenant’s resolved branding. By default returns rendered HTML/text alongside metadata as JSON; pass?format=html to get the raw
rendered HTML document directly (for embedding in an iframe).
Authorization:
- Required role:
adminor higher
Code Examples
Authorizations
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"
Path Parameters
Query Parameters
Pass html to receive the raw rendered HTML document instead of the JSON envelope.
Available options:
html