Manage templates
You can easily manage your templates through the ‘Templates’ menu in Doczilla’s dashboard. This area allows for creating, modifying, and deleting templates. Alternatively, you can also manage your templates programmatically using the NodeJS SDK or directly through our API.Endpoint | Description | |
---|---|---|
GET | /v1/templates | Get all templates |
POST | /v1/templates | Create new template |
GET | /v1/templates/:id | Get template |
PUT | /v1/templates/:id | Update template |
DEL | /v1/templates/:id | Delete template |
Templating in templates
Templates, supports Handlebars by using thehtmlTemplate
option. See Templating for more info.