Add custom notification conditions.
Click here for a description of all the parameters.
Note: Conditions are checked after the notification trigger and the notification will only be sent if the condition logic is satisfied.
% if notifier['agent_name'] == 'scripts':
Set the custom arguments passed to the script for each type of notification.
% else:
Set the custom formatted text for each type of notification.
% endif
Click here for a list of available parameters which can be used.
You can also add tags to exclude certain text depending on the media type.
Click here to view usage information.
% if notifier['agent_name'] == 'scripts':
% for action in available_notification_actions:
-
${action['label']}
% endfor
% else:
% for action in available_notification_actions:
-
${action['label']}
% endfor
% endif