RenderContentBlockRequest
Request to render a content block's body HTML with template variables.
Optionally wraps the rendered body with the tenant's email header, footer, and design theme.
Properties
| Name | Type | Description |
|---|---|---|
| data | TemplateVariables | |
| includeEmailBranding | boolean | When true, wraps the rendered body with the tenant's email header, footer, and design theme |
When true, wraps the rendered body with the tenant's email header, footer, and design theme | ||
JSON Example
{
"data": {
"title": "string",
"subtitle": "string",
"secondarySubtitle": "string",
"postalAddress": "string",
"addressee": "string"
},
"includeEmailBranding": false
}