Skip to main content

UploadRequestTemplate

The template variant of an upload request, without a fixed contentType.

notificationChannelstringrequired
Example: email
templateNamestringrequired
subjectstringrequired
contentstringrequired
UploadRequestTemplate
{
"notificationChannel": "email",
"templateName": "string",
"subject": "string",
"content": "string"
}