EmailNotificationDto Data Type

Implemented Interfaces
Serializable
Properties
name data type description
emailFrom string
emailToEl string
subject string
body string
htmlBody string
sendToMail array of string
Properties inherited from NotificationDto
code string
classNameFilter string
eventTypeFilter NotificationEventTypeEnum Valid values: CREATED, UPDATED, REMOVED, TERMINATED, DISABLED, PROCESSED, REJECTED, REJECTED_CDR, LOGGED_IN, INBOUND_REQ, ENABLED
elFilter string
scriptInstanceCode string
scriptParams map of string
counterTemplate string
Properties inherited from BusinessDto
updatedCode string

Example

{
  "emailFrom" : "...",
  "emailToEl" : "...",
  "subject" : "...",
  "body" : "...",
  "htmlBody" : "...",
  "sendToMail" : [ "...", "..." ],
  "code" : "...",
  "classNameFilter" : "...",
  "eventTypeFilter" : "COUNTER_DEDUCED",
  "elFilter" : "...",
  "scriptInstanceCode" : "...",
  "scriptParams" : {
    "property1" : "...",
    "property2" : "..."
  },
  "counterTemplate" : "...",
  "updatedCode" : "..."
}