Template Service
Use the template service to build templates that can be used to generate HTML-formatted mails and PDF documents.
Basic functionality
Define templates
{
"id": "5cff960c46e0fb0007b45cc4",
"description" : "Example Template Definition
"schema":
"type": "object",
"fields": {
"firstName": {
"type": "string"
}
}
},
"fields": {
"message": "Hello, $content.firstName"
}
}Create or update templates
Render templates
E-mail templates
Last updated