CustomEmailDto

CustomEmailDto
CustomEmailDto

Determine whether and how a notification email should be sent to org owner when access is given to this service

JSON Example
{
    "customEmailSubject": "string",
    "customEmailBody": "string"
}
string
customEmailSubject
Optional
Constraints: maxLength: 255

Text of the email subject to be sent to org owners when access is given to the service

string
customEmailBody
Optional
Constraints: maxLength: 4000

Text of the email body to be sent to org owners when access is given to the service