Liquid Template Via Http
Liquid Templates can be rendered on demand via HTTP POST.
The body of the request is expected to be a Josn with the format shown in the example below.
Please note: the config is expected to be a string
URL: /DXX.axd?handlerName=LiquidTemplateProcessorHttpHandler
HTTP Verb: Post
Example Request Body:
{
"TemplateName": "TEMPLATENAME",
"Config": "CONFIG-STRINGIFIED",
}