Templates
Duplicate Notification Template
Copies a notification template within the same workspace and environment, appending " COPY" to the title. The copy is standalone and independently editable.
post/notifications/{id}/duplicate
Path parameters
idstring required
Template ID (nt_ prefix).
Response
The newly created template copy.
Example response
{
"content": {
"elements": [
{
"channel": "email"
}
]
}
}