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

Create footer

Creates a new footer.

post

Creates a new footer for the specified language code with the provided content.

Body
languageCodestringOptional
contentstringOptional
Responses
201

Created

application/json

Represents a localized footer template that can be appended to notification messages.

idstringOptional
revisioninteger · int32Optional
languageCodestringOptional

Gets or sets the language code for this footer.

contentstring · nullableOptional

Gets or sets the content of the footer.

isDefaultbooleanOptional

Gets or sets a value indicating whether this is the default footer.

statusstringOptional

Gets or sets the current status of the footer.

post/public/v1/notifications/footers

Last updated

Was this helpful?