SendEmailAction

SendEmailAction
SendEmailAction

This data object type defines an email that is triggered by an alarm.

You can use any elements of the ActionParameter enumerated list as part of your strings to provide information available at runtime.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "toList": "string",
    "ccList": "string",
    "subject": "string",
    "body": "string"
}
string
toList
Required

A comma-separated list of addresses to which the email notification is sent.

string
ccList
Required

A comma-separated list of addresses that are cc'ed on the email notification.

string
subject
Required

Subject of the email notification.

string
body
Required

Content of the email notification.