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

SelfServiceCenterTemplate

Represents a customizable Liquid template for the Self Service Center V2.

Fields

body (String!)

The Liquid template body content.

createdAt (ISO8601DateTime)

When the template was created.

customized (Boolean!)

Whether the template has been customized from the default template body.

id (ID)

The database ID of the template.

The latest saved version for this template.

publishedAt (ISO8601DateTime)

When the current version was published.

The saved version currently published for customer-facing rendering.

templateFileName (String!)

The file name identifier of the template (e.g. dashboard.liquid).

updatedAt (ISO8601DateTime)

When the template was last updated.

Saved versions for this template, newest first.

Last updated

Was this helpful?