Notification Templates

Publish Notification Template

Publish a notification template. Publishes the current draft by default. Pass a version in the request body to publish a specific historical version.

post/notifications/{id}/publish

Path parameters

idstring required

Template ID (nt_ prefix).

Request body

versionstring

Historical version to publish (e.g. "v001"). Omit to publish the current draft.

Response

Successfully published, or already published with no changes (idempotent).

Changes