JavaScript
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
JavaScript
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Template ID (nt_ prefix).
Body
application/json
Optional request body for publishing a notification template. Omit or send an empty object to publish the current draft.
Historical version to publish (e.g. "v001"). Omit to publish the current draft.
Pattern:
^v\d+$Response
Successfully published, or already published with no changes (idempotent).