EmailNotificationMessage
type string
Possible values: []
from object
replyTo object
subjectstring
textstring
htmlstring
to object[]
cc object[]
bcc object[]
EmailNotificationMessage
{
"type": "string",
"from": {
"name": "string",
"address": "string"
},
"replyTo": {
"name": "string",
"address": "string"
},
"subject": "string",
"text": "string",
"html": "string",
"to": [
{
"name": "string",
"address": "string"
}
],
"cc": [
{
"name": "string",
"address": "string"
}
],
"bcc": [
{
"name": "string",
"address": "string"
}
]
}