Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ The format for extracting a dynamic value from the alert payload is: `${<path to

This example creates an email subject containing the affected resource and whether it was fired or resolved.

- Value: "Alert ${data.essentials.monitorCondition} on ${data.essentials.alertTargetIDs}"
- Value: "Alert ${data.essentials.monitorCondition} on ${data.essentials.alertTargetIDs[0]}"
- Potential results:
- Alert Fired on VM1.
- Alert Resolved on VM1.
Expand Down