UploadRequest
notificationChannelstringrequired
Example:
emailtemplateNamestringrequired
subjectstringrequired
contentstringrequired
contentTypestringrequired
MIME type of the upload content
Possible values: [text/plain, text/html]
UploadRequest
{
"notificationChannel": "email",
"templateName": "string",
"subject": "string",
"content": "string",
"contentType": "text/plain"
}