Alarm Notification Template
What is an Alert Notification Template?
In the ChainBot platform, an alert notification template is essentially a string of text with no length limitation. Whenever a user creates a Bot, a default alert notification template is generated. Users need to modify the keywords in the alert notification template according to their own needs, and they can also modify the injected variables based on the type of Bot monitoring.
Here is an example of an alert notification template:
In this example, "Contract" is a keyword designed for user readability, and "{$event.contract}" is a template variable. Template variables must be enclosed in "{}".
Learn about the different injected variables supported by Bot monitoring
Advanced Features of Alert Notification Templates
To use these features, users need basic programming skills.
1. Formatting Time
2. Arithmetic Operations
3. Rounding Operations
Complex Alert Template Example
Last updated