OpenAPI 3.0.1raw.githubusercontent.com2026-08-04145343480.3 KB

04f69fbf96a5

Templates

Get Notification Content

Returns a template's content and checksum. V2 templates return Elemental elements, while V1 templates return blocks and channels instead.

get/notifications/{id}/content

Path parameters

idstring required

Notification template ID (nt_ prefix).

Query parameters

versionstring

Accepts draft, published, or a version string (e.g., v001). Defaults to published.

Response

Template content retrieved.

OR

Example response

{
  "version": "2022-01-01"
}