Notification Templates
Create Notification Template
Create a notification template. Requires all fields in the notification object. Templates are created in draft state by default.
post/notifications
Request body
Example request
{
"notification": {
"content": {
"elements": [
{
"channel": "email"
}
]
}
}
}Response
Created
Example response
{
"notification": {
"content": {
"elements": [
{
"channel": "email"
}
]
}
}
}