v53

OpenAPI 3.0.1raw.githubusercontent.com2026-07-31147343479.6 KB
Templates

Put Notification Element

Replaces one Elemental element in a template, addressed by its element id. Supported for V2 templates only, not V1 blocks and channels.

put/notifications/{id}/elements/{elementId}

Path parameters

idstring required

Notification template ID (nt_ prefix).

elementIdstring required

Element ID within the template.

Request body

typestring required

Element type (text, meta, action, image, etc.).

channelsstring[]
dataobject
ifstring
loopstring
refstring
state'DRAFT' | 'PUBLISHED'

Template state. Defaults to DRAFT.

Response

Element updated.

idstring required

Template ID.

versionstring required

Content version identifier.

state'DRAFT' | 'PUBLISHED' required

Template state. Defaults to DRAFT.