v2

latestOpenAPI 3.0.32026-07-21141927.6 KB
Template

getNotificationTemplate

Get a single notification template by ID

get/v1/notification/templates/{id}

Path parameters

idstring uuid required

Template ID (UUID)

Response

Success

_idstring uuid required

Unique identifier

_schemastring required

Entity schema type

_titlestring nullable required

Display title

_orgstring required

Organization ID

_tagsstring[] nullable

Tags for categorization

_created_atstring date-time nullable required

ISO timestamp of creation

_updated_atstring date-time nullable required

ISO timestamp of last update

_manifeststring[]

Manifest ID used to create/update the entity

namestring

Internal template name

typestring

Notification type key

notification_titlestring

Notification title (Lexical editor JSON, supports variables)

messagestring

Notification body (Lexical editor JSON, supports variables)

action_labelstring

CTA button text (supports variables)

action_urlstring

CTA button URL (supports variables)

stylestring

JSON string with style config

system_templateboolean

Whether this is a system template

created_bystring

User ID who created the template

updated_bystring

User ID who last updated the template

Example response

{
  "_manifest": [
    "123e4567-e89b-12d3-a456-426614174000"
  ]
}