% 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