Skip to main content

UploadRequest

notificationChannelstringrequired
Example: email
templateNamestringrequired
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"
}