API Docs / Schemas / RenderContentBlockRequest

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
dataTemplateVariables
includeEmailBrandingboolean

When true, wraps the rendered body with the tenant's email header, footer, and design theme
from Email Settings. Use for email previews.

When true, wraps the rendered body with the tenant's email header, footer, and design theme
from Email Settings. Use for email previews.

JSON Example

{
  "data": {
    "title": "string",
    "subtitle": "string",
    "secondarySubtitle": "string",
    "postalAddress": "string",
    "addressee": "string"
  },
  "includeEmailBranding": false
}

Used By Operations