This is the list of variables added for notifiers. Variables are markers in the text that are replaced by another value when a filter, notifier or service is used. The variable name should not contain any spaces, and should be enclosed by braces, e.g. {TestChangeText}. They are used by the Script, E-mail and Speech notifier plug-ins, and will be available for relevant future plug-ins too.
Notifiers inherit the variables from the service and any filters, and add some extra specific to the current notifier. Unlike filters, which accumulate variables in sequential order, notifiers don't know about each other.
Variable: | Outputs: |
NotificationDate | Date that the notification is issued. |
NotificationTime | Time of day that the notification is issued. |
NotifierAfterThisManyChanges | The number from the after [] consecutive changesfield. |
NotifierAfterThisManyErrors | The number from the after [] consecutive errorsfield. |
NotifierAfterThisManyRecoveries | The number from the after [] recoveriesfield. |
NotifierForChange | Whether or not the notifier is used for changes. |
NotifierForFailure | Whether or not the notifier is used for failures. |
NotifierForRecovery | Whether or not the notifier is used for recoveries. |
NotifierKind | The kind of the notifier (e.g. E-mail or Speech). |
NotifierName | The name you gave this notifier. |
NotifierOnlyOncePerFailure | Whether or not this notifier will only be used once per failure. |