Skip to main content

TemplateRenderInput

Input data for template rendering operations.

Contains the dynamic data payload that will be merged with template content to generate personalized messages, documents, or other output formats.

input TemplateRenderInput {
data: JSON!
}

Fields

TemplateRenderInput.data ● JSON! non-null scalar

Dynamic data payload for template variable substitution.

JSON object containing key-value pairs that will be used to replace Handlebars variables in the template content, enabling personalized and context-specific message generation.

Validation: Must be valid JSON format.

Member Of

documentTemplateRenderToPDF mutation ● emailTemplateRenderAndSend mutation ● templateRenderToHTML mutation