v53

latestOpenAPI 3.0.1raw.githubusercontent.com2026-07-31147343479.6 KB
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.

namestring required

Display name for the template.

tagsstring[] required

Tags for categorization. Send empty array for none.

idstring required

The template ID.

state'DRAFT' | 'PUBLISHED' required

The template state. Always uppercase.

createdinteger required

Epoch milliseconds when the template was created.

creatorstring required

User ID of the creator.

updatedinteger

Epoch milliseconds of last update.

updaterstring

User ID of the last updater.

Example response

{
  "content": {
    "elements": [
      {
        "channel": "email"
      }
    ]
  }
}