Templates
Put Notification Content
Replaces all Elemental content in a template, overwriting every existing element. Supported for V2 templates only, not V1 blocks and channels.
put/notifications/{id}/content
Path parameters
idstring required
Notification template ID (nt_ prefix).
Request body
Example request
{
"content": {
"elements": [
{
"channel": "email"
}
]
}
}Response
Content replaced.