Templates

The template is used by workflows to send emails and SMS messages. It consists of HTML, with tags that are set on each field, i.e. {{full_name}}.


Templates fields

Field Type Fillable Reference
id   Integer
The unique ID to identify the template

Templates relations

consents, categories,

Templates endpoints

GET List all Templates /templates toggle

GET Return data for a specified Template /templates/:id toggle

POST Save, or update a Template /templates/:id? toggle

DELETE Delete a Template /templates/:id toggle