Notification Templates

Get Notification Content

Retrieve the content of a notification template. The response shape depends on whether the template uses V1 (blocks/channels) or V2 (elemental) content. Use the version query parameter to select draft, published, or a specific historical version.

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"
}

Changes