Advanced Alerting APIs
Template Interface Reference

Provides the ability to render templates. The templates available are the mustache templates used to generate the alert emails. You can use your own mustache template. More...

List of all members.

Public Member Functions

string render (object data)

Detailed Description

Provides the ability to render templates. The templates available are the mustache templates used to generate the alert emails. You can use your own mustache template.

Author:
Matt Rodriguez

Member Function Documentation

string render ( object  data)

Render the template.

Parameters:
dataA javascript object that contains the data used to fill out the template.
Returns:
A string of the rendered template.
 All Classes Functions