Skip to main content

TemplateVariableInfo

descriptionstringrequired

Description of the variable

namestringrequired

Variable name (e.g., .number)

requiredbooleanrequired

Whether the variable is required

typestringrequired

Data type (string, number, date, object, array)

TemplateVariableInfo
{
"description": "string",
"name": "string",
"required": true,
"type": "string"
}