For the complete documentation index, see llms.txt. This page is also available as Markdown.

Create template

Creates a notification template.

post

Creates a new notification template in draft state. Add language variants and activate before use.

Body
namestringOptional
descriptionstring · nullableOptional
externalIdstring · nullableOptional
Responses
201

Created

application/json

Represents a reusable template that can be used to generate messages.

idstringOptional
namestringOptional
revisioninteger · int32Optional
descriptionstring · nullableOptional

Gets or sets the description of this template.

lastUsedstring · date-time · nullableOptional

Gets or sets the timestamp of when this template was last used to send a notification.

statusstringOptional

Gets or sets the current status of the template.

externalIdstring · nullableOptional

Gets or sets an external identifier for integration with external systems.

post/public/v1/notifications/templates

Last updated

Was this helpful?