Skip to main content

PreviewHTMLInput

$schemauri

A URL to the JSON Schema for this object.

Example: https://example.com/schemas/PreviewHTMLInput.json
data objectrequired

Data to populate the template

property name*any

Data to populate the template

templateUuidstringrequired

UUID of template to preview

PreviewHTMLInput
{
"$schema": "https://example.com/schemas/PreviewHTMLInput.json",
"data": {},
"templateUuid": "string"
}