Templates
Replace Notification Template
Replaces a notification template in full, so send every field rather than only the ones you want changed. Publish separately to make it live.
put/notifications/{id}
Path parameters
idstring required
Template ID (nt_ prefix).
Request body
Example request
{
"notification": {
"content": {
"elements": [
{
"channel": "email"
}
]
}
}
}Response
Example response
{
"content": {
"elements": [
{
"channel": "email"
}
]
}
}