Skip to main content

PreviewHTMLFromContentInput

$schemauri

A URL to the JSON Schema for this object.

Example: https://example.com/schemas/PreviewHTMLFromContentInput.json
cssContentstring

CSS styles for the template

data objectrequired

Data to populate the template

property name*any

Data to populate the template

htmlContentstringrequired

HTML template content

PreviewHTMLFromContentInput
{
"$schema": "https://example.com/schemas/PreviewHTMLFromContentInput.json",
"cssContent": "string",
"data": {},
"htmlContent": "string"
}