Set Email Condition Using POST
This allows user to select different templates based on the alert that was triggered. The various Alert Types and associated Sub-Types available in the system can be queried via the API GET /api/alerts/types
The identifier of the Email Template
The Request payload containing the E-Mail Condition
{
"alertStatus": "string",
"alertSubType": 0,
"alertType": 0,
"emailAddress": "string"
}
The status of the alert
The sub type of the alert
The type of the alert
The email address of the sender
The EmailTemplateCondition after associating with the specified Email Template
{
"alertStatus": "string",
"alertSubType": 0,
"alertType": 0,
"emailAddress": "string"
}
The status of the alert
The sub type of the alert
The type of the alert
The email address of the sender
There is no Email Template with the specified path parameter