get
https://api.canton.noves.fi//alerts/templates
Returns all available alert templates with their parameter schemas. Use these to
build alert creation forms — each template's paramsSchema describes the
required and optional parameters.
Available templates on the public API:
| Template | Description |
|---|---|
| cc-balance-low | Alert when CC balance crosses a threshold. Uses threshold crossing suppression — fires once, re-arms when balance recovers. |
| cc-transfer-amount | Alert on CC transfers above a threshold amount. Supports direction filtering (incoming/outgoing/both). |
| traffic-purchase-threshold | Alert when a traffic purchase exceeds a CC amount threshold. |
Each template also declares which suppression modes it supports. Suppression controls
how the alert avoids sending duplicate notifications:
| Mode | Behavior |
|---|---|
| cooldown | After firing, stays silent for a set number of seconds. |
| threshold_crossing | Fires once when a value crosses the threshold, re-arms when it recovers. |
| delta_amount | Only fires if the value changed by at least a specified amount. |
| delta_percent | Only fires if the value changed by at least a specified percentage. |
| once_per_window | Fires at most once per time window. |
200Success

