We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 629bd88 + e60cc46 commit b7fa03eCopy full SHA for b7fa03e
contentctl/output/templates/savedsearches_detections.j2
@@ -73,6 +73,7 @@ action.notable.param.severity = high
73
{% endif %}
74
75
{% if detection.deployment.alert_action.email %}
76
+action.email = 1
77
action.email.subject.alert = {{ detection.deployment.alert_action.email.subject | custom_jinja2_enrichment_filter(detection) | escapeNewlines() }}
78
action.email.to = {{ detection.deployment.alert_action.email.to }}
79
action.email.message.alert = {{ detection.deployment.alert_action.email.message | custom_jinja2_enrichment_filter(detection) | escapeNewlines() }}
0 commit comments