Templates Overview

This section Provides an overview of the Templates Module

Templates is a module that allows you to store various scripts or text. Whenever these templates are required, you can return them via a Web API. Examples of this include:

  • Storing an HTML template that's used whenever a certain mail notification needs to be sent. You call an API to receive the HTML Template, which you then append to the body of the mail before submitting

  • Storing SQL scripts or JSON templates that can be retrieved via an API whenever the scripts need to be referenced for execution