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

Activate template

Activates a notification template.

post

Activates the template, making it available for sending notifications. Only active templates can be used.

Path parameters
idstringRequired

A notification template ID.

Responses
200

OK

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/{id}/activate

Last updated

Was this helpful?