Skip to main content

Result of rendering an email template with variable substitution.

subject
string | null

Rendered email subject with variables replaced

body
string | null

Rendered email body with variables replaced

isSuccess
boolean

Whether the rendering completed successfully

errors
RenderError · object[]

List of rendering errors (e.g., unresolved variables)