Notification Templates
Put Notification Content
Replace the elemental content of a notification template. Overwrites all elements in the template with the provided content. Only supported for V2 (elemental) templates.
put/notifications/{id}/content
Path parameters
idstring required
Notification template ID (nt_ prefix).
Request body
Example request
{
"content": {
"elements": [
{
"channel": "email"
}
]
}
}Response
Content replaced.